├── Code └── BallDetection.ipynb ├── README.md ├── Report ├── Final_Report_Lab_Vision_Systems.pdf └── Readme └── TrainedModels ├── Readme ├── convlstm_sweatynet1_trained_model.pkl ├── sweatynet1_trained_model.pkl ├── sweatynet2_trained_model.pkl └── sweatynet3_trained_model.pkl /README.md: -------------------------------------------------------------------------------- 1 | # Ball-Tracking-and-Detection 2 | Tracking and Detection of the Soccer Ball 3 | -------------------------------------------------------------------------------- /Report/Final_Report_Lab_Vision_Systems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManojPrabhakar/Ball-Tracking-and-Detection/05e91910f376929e9a79a1f5c396af4f168a0811/Report/Final_Report_Lab_Vision_Systems.pdf -------------------------------------------------------------------------------- /Report/Readme: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /TrainedModels/Readme: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /TrainedModels/convlstm_sweatynet1_trained_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManojPrabhakar/Ball-Tracking-and-Detection/05e91910f376929e9a79a1f5c396af4f168a0811/TrainedModels/convlstm_sweatynet1_trained_model.pkl -------------------------------------------------------------------------------- /TrainedModels/sweatynet1_trained_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManojPrabhakar/Ball-Tracking-and-Detection/05e91910f376929e9a79a1f5c396af4f168a0811/TrainedModels/sweatynet1_trained_model.pkl -------------------------------------------------------------------------------- /TrainedModels/sweatynet2_trained_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManojPrabhakar/Ball-Tracking-and-Detection/05e91910f376929e9a79a1f5c396af4f168a0811/TrainedModels/sweatynet2_trained_model.pkl -------------------------------------------------------------------------------- /TrainedModels/sweatynet3_trained_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManojPrabhakar/Ball-Tracking-and-Detection/05e91910f376929e9a79a1f5c396af4f168a0811/TrainedModels/sweatynet3_trained_model.pkl --------------------------------------------------------------------------------