SiMoM0 / HandsDetection

Computer Vision Project, UniPD 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Human hands detection and segmentation

Project for the course Computer Vision, UniPD 2022.

Usage

Model

  • Download our custom Dataset (link) and upload it saved as custom_dataset.zip file on your Google Drive, in the main folder MyDrive.

  • Upload also the custom_data.yaml file in Google Drive as done before. It will be useful for YOLOv5 configuration.

  • Open the Jupyter Notebook handdetection.ipynb on Google Colaboratory and connect your drive in order to run the code properly.

  • At the end of the notebook, run the cell to download the model in .onnx format as best.onnx and place it in the directory Model/. It will be used for the C++ code.

References

YOLOv5: object detection architecture and pretrained models use in this project for fine-tuning

Code:

Paper:

Datasets:

About

Computer Vision Project, UniPD 2022


Languages

Language:Jupyter Notebook 93.8%Language:C++ 6.1%Language:CMake 0.1%