WongKinYiu / yolov9

Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
GNU General Public License v3.0
9.04k stars 1.44k forks source link

Using best.py model locally in VS Code #496

Open AyuK03 opened 5 months ago

AyuK03 commented 5 months ago

I had trained a yolov9 model on custom dataset of vehicles via Google Colab and have the generated best.py file. Now I want to further calculate traffic density and traffic queue lenght on the model generated locally through VS Code. How can I achieve that?

plutus123 commented 4 months ago

Even I have same issue