Skip to content

afif1731/human-activity-recognition

Repository files navigation

Human Activity Recognition

How to Use

  1. Download the dataset here

  2. and then set the path to be like this

./
|
├─── dataset/
|    ├─── test/
|    ├─── train/
|    └─── ...
└───...
  1. Change the OUTPUT_DIR variable in the ipynb file
OUTPUT_DIR = "./model"
  1. Download the dependencies
uv sync
  1. Run the .ipynb file to get the model weight

  2. Make sure you already have the models in model folder

./
|
├─── model/
|    ├─── best_resnet_yolo.pth
|    ├─── label_encoder.pkl
|    └─── yolo12n.pt
└───...
  1. Run the test-app.py
uv run test-app.py
  1. The result should be looked like this

example

About

Human Activity Recognition Using YoloV12n and DenseNet121 for Creative Robotic Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors