Kartik-Katkar / Gait-Recognition-YOLO-v8

Gait recognition system based on YOLOv8
8 stars 1 forks source link

Problem encountered while executing #2

Open Sanjeetsahu29 opened 7 months ago

Sanjeetsahu29 commented 7 months ago

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'

brettb commented 7 months ago

Use the base project at https://github.com/jackhanyuan/GaitRecognitionSystem/. This repo is not complete, you can easily enable Yolov8 if desired.

I'll push some fixes soon.