tennis-tracking icon indicating copy to clipboard operation
tennis-tracking copied to clipboard

Improved Documentation and Setup Guide for Google Colab

Open HudsonGri opened this issue 4 months ago • 0 comments

This pull request introduces multiples update to the README and adds a Jupyter notebook to improve the setup and execution of this project on Google Colab. The updates are:

  • Improved Installation Instructions: Simplified steps for setting up the environment, cloning the repository, downloading YOLOv3 weights, and installing dependencies specifically for Google Colab users.
  • Detailed Google Colab Setup Guide: Added a Jupyter notebook (Tennis_Tracking_Colab_Setup.ipynb) that provides a step-by-step guide to running the project on Google Colab, including setting up the environment, preparing input videos, and executing the script with GPU support. With this I also added a 'Open in Colab' button where the user can click the button and immediately pull up the script in Google Colab.
  • Additional Tips for Enhanced Usability: Included tips on automating video uploads, accessing output videos, and troubleshooting common issues.
  • Minor Code Clean-up: Corrected a typo in predict_video.py.

HudsonGri avatar Feb 14 '24 18:02 HudsonGri