├── README-zh.md ├── README.md ├── best.pt ├── config.yaml ├── main.py ├── requirements.txt ├── shot_detector.py ├── utils.py └── video_test_5.mp4 /README-zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avishah3/AI-Basketball-Shot-Detection-Tracker/HEAD/README-zh.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avishah3/AI-Basketball-Shot-Detection-Tracker/HEAD/README.md -------------------------------------------------------------------------------- /best.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avishah3/AI-Basketball-Shot-Detection-Tracker/HEAD/best.pt -------------------------------------------------------------------------------- /config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avishah3/AI-Basketball-Shot-Detection-Tracker/HEAD/config.yaml -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avishah3/AI-Basketball-Shot-Detection-Tracker/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avishah3/AI-Basketball-Shot-Detection-Tracker/HEAD/requirements.txt -------------------------------------------------------------------------------- /shot_detector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avishah3/AI-Basketball-Shot-Detection-Tracker/HEAD/shot_detector.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avishah3/AI-Basketball-Shot-Detection-Tracker/HEAD/utils.py -------------------------------------------------------------------------------- /video_test_5.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avishah3/AI-Basketball-Shot-Detection-Tracker/HEAD/video_test_5.mp4 --------------------------------------------------------------------------------