-
Notifications
You must be signed in to change notification settings - Fork 4
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
yolov5 #22
Comments
YOLOv5 and YOLOv4 are not compatible, since YOLOv5 is not YOLO-family descendant in terms of source ML framework - pjreddie/darknet#2198. You can use yolov7 (tiny version) though - AlexeyAB/darknet#8595 Also this question could be addressed to OpenCV maintainers, since opencv::dnn is used. |
A few more questions:
Thanks in advance for your replies ! |
|
To count cars, it is necessary to add various types of trucks (maybe even with trailers), fixed-route taxis, trolleybuses, trams to the model. But there is only a limited set of vehicles in the existing model ("car", "motorbike", "bus", "train", "truck"). Thanks. |
Yeah |
I am new to this technology. Is it possible to use yolov5 instead of yolov4 ?
The text was updated successfully, but these errors were encountered: