https://github.com/apollozhu/cse455-final-project
Hand Gestures Detection on Mobile Devices
https://github.com/apollozhu/cse455-final-project
Last synced: 12 months ago
JSON representation
Hand Gestures Detection on Mobile Devices
- Host: GitHub
- URL: https://github.com/apollozhu/cse455-final-project
- Owner: ApolloZhu
- License: mit
- Created: 2023-06-01T07:24:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T03:16:44.000Z (about 3 years ago)
- Last Synced: 2025-03-13T12:32:41.519Z (about 1 year ago)
- Language: Swift
- Homepage: https://apollozhu.github.io/CSE455-Final-Project/
- Size: 5.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSE455-Final-Project
## Development Setup
1. clone [https://github.com/ApolloZhu/hagrid](https://github.com/ApolloZhu/hagrid) to some folder `X`
2. Download [`ResNeXt101`](https://n-usr-2uzac.s3pd12.sbercloud.ru/b-usr-2uzac-mv4/models/ResNext101FF.pth) linked in the `Full Frame Classifiers` section of the README file in the above repo, and move the `ResNext101FF.pth` file to the same folder `X` as above
3. Run the `convert_resnet_to_coreml.py` script inside folder `X` using Python 3 to obtain `ResNext101FF.mlmodel`
4. Move `ResNext101FF.mlmodel` from folder `X` to be inside the `BreakfastFinder` folder here (adjacent to e.g. `ViewController.swift`)