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
This is the error I am encountering while executing the main.py file after installing all the necessary dependencies as mention in requirement.txt file. Please guide to solve the issue that would be very kind action. Please look at once.
File "C:\Users\Sanje\OneDrive\Desktop\Final Year college Project\Gait-Recognition-YOLO-v8\main.py", line 12, in
from util.register import allowed_file, get_video_frame, run_opengait, register
File "C:\Users\Sanje\OneDrive\Desktop\Final Year college Project\Gait-Recognition-YOLO-v8\util\register.py", line 13, in
from model.gait.main import opengait_main
ModuleNotFoundError: No module named 'model.gait.main'
The text was updated successfully, but these errors were encountered:
This is the error I am encountering while executing the main.py file after installing all the necessary dependencies as mention in requirement.txt file. Please guide to solve the issue that would be very kind action. Please look at once.
File "C:\Users\Sanje\OneDrive\Desktop\Final Year college Project\Gait-Recognition-YOLO-v8\main.py", line 12, in
from util.register import allowed_file, get_video_frame, run_opengait, register
File "C:\Users\Sanje\OneDrive\Desktop\Final Year college Project\Gait-Recognition-YOLO-v8\util\register.py", line 13, in
from model.gait.main import opengait_main
ModuleNotFoundError: No module named 'model.gait.main'
The text was updated successfully, but these errors were encountered: