We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, when i want to run with python track_v7.py --source 0 --yolo-weights weights/yolov7-tiny.pt --img 640
I get the following Error:
File "track_v7.py", line 209 s += f"{n} {names[int(c)]}{'s' * (n > 1)}, " # add to string ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
if you use colab or jupyter notebook, perhaps you forgot the "!" before "python". Try again.
Sorry, something went wrong.
I am not able to use thé camera as source with track_v7.py i got. The list of index out of range curr_frame[i] = im0 error.can someone fixe this 🙏
No branches or pull requests
Hello,
when i want to run with python track_v7.py --source 0 --yolo-weights weights/yolov7-tiny.pt --img 640
I get the following Error:
File "track_v7.py", line 209
s += f"{n} {names[int(c)]}{'s' * (n > 1)}, " # add to string
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: