-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue running single-host-cpu profile on docker Windows #1
Comments
Hi, thanks for your detailed report. I remember that I've intentionally downgraded one or more library versions to make it work during development. Some changes might be made on dependencies since a long time, so maybe it needs upgrading some dependency versions. I need a few days to try to reproduce your issue on Windows machine. About RT-DETR, no, I haven't tried it. |
Thanks @adalkiran! |
Hi @jericko-ag , sorry for late update. I checked out the problem, and found that there are some problems with inference (Python) and mediabridge (Go) sides.
I'll be working on this issue, I'm sure I'll find better method to fix. Thanks for your patience! |
@jericko-ag , could you please pull the latest version and try again? |
Currently getting this error in inference:
I checked the container and it uses 3.12.x for libprotoc (which should be fine as shown in the message?)
Updating the container to 3.20 via:
pip install protobuf==3.20
just opened a whole new can of worms:
Did a dirty hack of downgrading the container again:
pip install numpy==1.23.4
This time it shows:
On the UI, it start after clicking 'create peer connection', but then disconnects after 15 second-ish:
.env remains default except for this change:
`
`
All these issues aside, have you by any chance, implemented an inference that uses RT-DETR?
The text was updated successfully, but these errors were encountered: