-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add object detection pipeline #243
base: main
Are you sure you want to change the base?
Conversation
I guess my initial comments did not post here! Not sure what happened, sorry about that. Overall this PR looks good but would like to adjust some to provide more data back that may assist with analysis of the objects detected and speed up the processing.
|
For poins 1-3, I have pushed the commits
Regarding point no.4, you are correct that it will be difficult to associate individual detections with their counterpart labels and BBs but I think for giving them out as individual lists it may become simpler for users to do batch processing. It may also reduce the overhead in JSON payload due to its structure and also reduce the memory compensation due to data structure being simple lists instead of KV pairs.
I added it in this code as well in the latest commit to avoid possible failure. |
What does this PR do?
Towards closing /livepeer/bounties/#61
This PR works on adding a new object-detection pipeline for a
real
real-time
😉 detection and tracking with reduced latency and high accuracy, tested locally with thePekingU/rtdetr_r50vd
model. After building the Docker image, the setup has been tested by running it locally on a Uvicorn server.Expected Results:
Original video:
Expected merged pipeline output:
Bonus expected merged pipeline output for a high speed chase 😉 🥂 :
cc @rickstaa