-
Notifications
You must be signed in to change notification settings - Fork 118
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
Video and detection does not match. #4
Comments
Same issue XD |
Same problem, is this model working? |
I ran a detector on vdo.avi and dumped out detection result which matches the video clip. https://gist.github.com/yuntai/d0eb58b0eab620db65ac51e326be4c77 using detectron2 (COCO trained faster_rcnn_X_101_32x8d_FPN_3x) from |
Dear @yuntai , thank you for sharing. It is now working. I saw you detection result such as this first line: Could you share what are all these number means? Many thanks |
Thanks @yuntai , that txt file works. and none of the other provided in the repo do. |
@yuntai Hey, can you tell me how you generated the detections text file from the detectron2? I know we can generate output videos or images with detectron2 but not sure that it can generate the detections text file? Any help would be appreciated, thank you! |
1,-1,126.682,445.587,489.079,205.913,0.996153,-1,-1,-1 |
Hey, @MinaAbdElMassih thank you for the input! I appreciate it. I'm currently trying to output the text file. Have you tried doing this before? |
@anzy0621 I haven't done this before, I managed to modify the code of the detectors of detectron2 API to write the detections info in that format in a .txt file and it worked, It's quiet simple once you manage to get the needed values. :) |
If I have only two classes to detect, how do the columns become? |
None of the models in the repository is working for me either. |
Thanks mina🤗 |
@AntonioMarsella |
The video has been removed from google drive. Can you share yours please |
|
found this thread continued only now, but my local git repo is still there! in
and added |
Hi, could you please share your video again if you still have it because the link doesn't work anymore |
It seems like the video linked to in the README.md (https://drive.google.com/open?id=1h2Wnb98tDVB6JlCDNQXCeZpG20x6AiZ2) does not match with the detections in Nanonets_object_tracking/det/.
In each of the det_*.txt files there are 1955 frames and the video consist of 2110 frames.
This is also confirmed visually (Bounding boxes (detections) are not matching where the cars actually are) when using either the given model640.pt or a self-trained feature extractor on the given data and the program crashes when trying to process frame 1956 (for good reason).
Is there a new video or what is going on here?
The text was updated successfully, but these errors were encountered: