We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @Zhongdao, great work!
I ran mot_demo.py on some of my videos and there is a detecting problem, I used the default configs, newest code and here's the results I got:
mot_demo.py
Pic 1: No vehicle is detected
Pic 2: Not all vehicles are detected
Pic 3: No vehicle is detected
Is it the detector's problem? Should I replace YOLOX with YOLOv5?
detector
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @Zhongdao, great work!
I ran
mot_demo.py
on some of my videos and there is a detecting problem, I used the default configs, newest code and here's the results I got:Pic 1: No vehicle is detected
Pic 2: Not all vehicles are detected
Pic 3: No vehicle is detected
Is it the detector's problem? Should I replace YOLOX with YOLOv5?
Update: I tried the YOLOX separately on the same data and it worked well, all vehicles are detected. Don't know where the problem came from.
Update 2: I clone the newest version of YOLOX code into
detector
folder and replace the old one and it worked.The text was updated successfully, but these errors were encountered: