Replies: 2 comments 2 replies
-
|
ran this piece of code |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
@x-Surreal The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I resolve this error?
Traceback (most recent call last):
File "detect.py", line 185, in
detect(opt=opt)
File "/home/ktm/.local/lib/python3.7/site-packages/torch/autograd/grad_mode.py", line 27, in decorate_context
return func(*args, **kwargs)
File "detect.py", line 54, in detect
dataset = LoadImages(source, img_size=imgsz, stride=stride)
File "/home/ktm/yolov5/utils/datasets.py", line 138, in init
raise Exception(f'ERROR: {p} does not exist')
Exception: ERROR: /home/ktm/yolov5/../zidane.jpg does not exist
Beta Was this translation helpful? Give feedback.
All reactions