computervisioneng / object-tracking-yolov8-deep-sort

93 stars 58 forks source link

Which python Version should I use? #6

Open muttahirul opened 1 year ago

muttahirul commented 1 year ago

In the requirements, you told to install python 3.7. But it will no longer be supported by the Python Software Foundation (PSF) starting June 27, 2023. Which version should I use now? If I use later version of python, will be any problems to run the code?

computervisioneng commented 1 year ago

Using a later version of Python will probably cause issues installing the project requirements. If you use a later version, please make a pull request with the updated requirements versions.

I will try to update this project soon using a later version of Python.

muttahirul commented 1 year ago

Thank you. Could you please tell me how I can save the trajectory in text file containing x,y,w,h,class etc and showing the trajectory in the video clip also