You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Just checking your code and I'm unable to run it as this error shows up. I've double checked that the library is installed. I've installed the requirements file you include
I'm running in the same environment than otther Yolov7 programs I've made and
Any clue will be appreciated. Thanks for sharing your work.
video 1/1 (1/16056) E:\OneDrivePersonal\OneDrive\Profesional\AIresearch\yolov7-object-tracking..\exterior.mov: Traceback (most recent call last):
File "e:\OneDrivePersonal\OneDrive\Profesional\AIresearch\yolov7-object-tracking\detect_or_track.py", line 285, in
detect()
File "e:\OneDrivePersonal\OneDrive\Profesional\AIresearch\yolov7-object-tracking\detect_or_track.py", line 103, in detect
img = torch.from_numpy(img).to(device)
RuntimeError: Numpy is not available
The text was updated successfully, but these errors were encountered:
Hi,
Just checking your code and I'm unable to run it as this error shows up. I've double checked that the library is installed. I've installed the requirements file you include
I'm running in the same environment than otther Yolov7 programs I've made and
Any clue will be appreciated. Thanks for sharing your work.
video 1/1 (1/16056) E:\OneDrivePersonal\OneDrive\Profesional\AIresearch\yolov7-object-tracking..\exterior.mov: Traceback (most recent call last):
File "e:\OneDrivePersonal\OneDrive\Profesional\AIresearch\yolov7-object-tracking\detect_or_track.py", line 285, in
detect()
File "e:\OneDrivePersonal\OneDrive\Profesional\AIresearch\yolov7-object-tracking\detect_or_track.py", line 103, in detect
img = torch.from_numpy(img).to(device)
RuntimeError: Numpy is not available
The text was updated successfully, but these errors were encountered: