├── .gitignore ├── detect.py ├── main.py └── model_test.py /.gitignore: -------------------------------------------------------------------------------- 1 | test 2 | train -------------------------------------------------------------------------------- /detect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notwld/naruto-hand-signs-detection/HEAD/detect.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/notwld/naruto-hand-signs-detection/HEAD/main.py -------------------------------------------------------------------------------- /model_test.py: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------