-
Notifications
You must be signed in to change notification settings - Fork 65
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
Real time detection #10
Comments
same question |
I have an idea like this: you can use yolov5 to get the frame and bounding box of the object in that frame. Then you pass boxes and frames to the get_embedding function and run as usual. I tried it and got it running. For some corporate security reasons, I cannot publish the code for you, but if you have any questions, please ask me questions, I will help you as much as I can. |
bonus: you can pass the camera's ip to the Loadstream class of yolov5 as input |
it is taking too much minutes to complete the whole process,How did you solve this problem? |
|
I tested on my own dataset, but the results are very terrible, I don't know what the problem is. |
Hello, after I get the .pickle file, I use my own video, but the recognition effect is not good, it often identifies several people in the video as one person. In addition, I used its Campus sequences from https://www.epfl.ch/labs/cvlab/data/data-pom-index-php/ (official), but the effect was not good. Do you know why?please help, thank you |
hello i want to use multiple webcams as input how can i do that i tried adding ip adrresses in the cap list but it didnt work please help thank you
The text was updated successfully, but these errors were encountered: