Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.72 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.72 KB

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: