Welcome to Yolo Tracking Discussions! #419
Replies: 3 comments 2 replies
-
I am working on accident detection project and i want to use this model to track the cars then try to add CNN block (for example Vgg16) to analyze tracks (trajectories) and classify each frame as an accident or non-accident so
|
Beta Was this translation helpful? Give feedback.
-
hi, I'm working on a project which predicts pedestrian crossing intentions I have used the YOLOv8n pre-trained model and trained with my custom dataset for pedestrians. I want to use my trained model for tracking. How do I do that ? When I give the trained model to track.py it is throwing an error saying "Your model name has to contain either yolox, yolo_nas or yolov8". Is it not possible to use a custom model for tracking ? or any other solution for this error ? |
Beta Was this translation helpful? Give feedback.
-
I think it is obvious from the error message that the model name has to contain either |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
Beta Was this translation helpful? Give feedback.
All reactions