Skip to content
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

Open
Knightfire1998 opened this issue Apr 14, 2020 · 7 comments
Open

Real time detection #10

Knightfire1998 opened this issue Apr 14, 2020 · 7 comments

Comments

@Knightfire1998
Copy link

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

@abnercloud
Copy link

same question

@HoiBunCa
Copy link

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.

@HoiBunCa
Copy link

bonus: you can pass the camera's ip to the Loadstream class of yolov5 as input

@sry948749099
Copy link

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?
If i want to run it with my own dataset, does it just need to be modified the .pickle file corresponding to the video?

@Yingjie1999
Copy link

same question
hello Have you solved it yet please

@sry948749099
Copy link

same question
hello Have you solved it yet please

I tested on my own dataset, but the results are very terrible, I don't know what the problem is.
if you want to communicate more, please contact by email: [email protected]

@Yingjie1999
Copy link

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants