deshwalmahesh / yolov7-deepsort-tracking

Modular and ready to deploy code to detect and track videos using YOLO-v7 and DeepSORT
158 stars 65 forks source link

how to run in in my own conputer? #16

Open 123454xiao opened 1 year ago

123454xiao commented 1 year ago

can i run the code in my pycharm?I do not want to run it in the colab?what should i do??

deshwalmahesh commented 1 year ago

Have you read the Readme file for steps to follow on local? Please let me know where you are facing errors AFTER you followed the steps. Thank you

niconchan commented 1 year ago

May I ask which py file can be run to complete the tracking when running locally? As far as I know, detect.py is only for target identification, but what is tracked is which py file is run to complete the tracking