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?
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?