| | --- |
| | task_categories: |
| | - image-classification |
| | size_categories: |
| | - 10K<n<100K |
| | --- |
| | # Test Datasets and Model Weights for CPSC 5800 Final Project |
| |
|
| | Project repository: https://github.com/rohanphanse/CPSC5800-Final |
| |
|
| | We provide all test datasets created in Step 1 and weights for the YOLO and ResNet models trained during Steps 2-4 in our Hugging Face repository: https://huggingface.co/datasets/rohanphanse/cpsc5800-hand-detection-test |
| |
|
| | ```sh |
| | # Recommended: download dataset using git-xet (https://hf.co/docs/hub/git-xet) |
| | brew install git-xet |
| | git xet install |
| | |
| | # Download datasets and move the repository contents to the top level of your directory |
| | git clone --depth=1 https://huggingface.co/datasets/rohanphanse/cpsc5800-hand-detection-test |
| | # Optional: delete the unnecessary .git folder before moving the repository contents out |
| | # rm -rf cpsc5800-hand-detection-test/.git |
| | ``` |