-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
Latest Yolov4 Models Not Working #300
Comments
Great idea, hadn't seen those! |
That would be awesome, thanks! I updated the OpenCV version to the latest release, 4.5.4 in the .env file and compiled the OpenCV docker container from source, but it still didn't work. |
Did you also build the main image? They are chained together |
Yeah, built the OpenCV image followed by the main image. From reading the github threads for OpenCV, it's hard to tell if the required updates are actually in the latest build or not. opencv/opencv#18975 |
Seems to be in 4.5.4 according to this comment |
I see this error in the debug log when it attempts to perform object detection with the yolov4-csp weight and cfg: viseron | Exception in thread object_detection: |
Seems the code has to change as well, see here Not sure how to apply it right now tho but i will get to it soon! |
let us know if when can try yolo4... |
Will be in #306 when its done |
i will follow the progess on #306 |
YOLOv4 and even YOLOv7 is available in v2 |
I have been trying to load in the latest Yolov4 models below to Viseron for testing and when I do, no objects get detected.
https://github.com/AlexeyAB/darknet/releases/tag/yolov4
The scaled Yolov4 model seems interesting, so was trying to see if that would work.
The text was updated successfully, but these errors were encountered: