Code Monkey home page Code Monkey logo

gait-recognition-yolo-v8's Introduction

Gait-Recognition-YOLO-v8

Gait-Recognition-YOLO-v8 is a project for gait recognition using YOLO version 8. This document provides basic setup instructions to get you started.

Prerequisites

Make sure you have the following installed on your system:

  • Python (>=3.6)
  • Pip (Python package installer)

Installation

  1. Clone the repository:

    git clone https://github.com/Kartik-Katkar/Gait-Recognition-YOLO-v8.git
  2. Navigate to the project directory:

    cd Gait-Recognition-YOLO-v8
  3. Create a virtual environment (optional but recommended):

    python -m venv venv
  4. Activate the virtual environment:

    • On Windows:

      venv\Scripts\activate
    • On macOS/Linux:

      source venv/bin/activate
  5. Install the required dependencies:

    pip install -r requirements.txt
  6. If you wish to Download a pretrained model, you can download it from Download Model make sure to unzip the compressed file to model/gait/output

Usage

Run the gait recognition script:

python3 main.py

Feel free to customize the instructions based on the specific requirements of your project.

gait-recognition-yolo-v8's People

Contributors

kartik-katkar avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

subhasrimax

gait-recognition-yolo-v8's Issues

Problem encountered while executing

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'

Import "model.gait.main" could not be resolved

from model.gait.main import opengait_main

Under model directory there is no gait folder and since in README.md you have told to paste the uncompressed file under model/gait/output. So I have explicitly created the gait folder under model directory. Please look it once.
I really need a help.

corresponding literature

Do you have corresponding literature for the code? If so, could you please provide me with the link? Thank you very much.

Module not found

in utils/register.py, line 13

from model.gait.main import opengait_main

No such module was found. Also there is no requirements.txt shown in the README.md.
Is the repo missing some files?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.