Skip to content

Commit 234b405

Browse files
committed
area of action
1 parent 31282bf commit 234b405

File tree

662 files changed

+206389
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

662 files changed

+206389
-0
lines changed

soccer_area_of_action/Object_Detection_With_Box.ipynb

Lines changed: 625 additions & 0 deletions
Large diffs are not rendered by default.

soccer_area_of_action/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# Tensorflow Object Detection API
3+
This notebook has the code that can take as input a trained model for detecting players and ball and then highlight area of action in a video.
4+
5+
## Before you use the notebook:
6+
Please download the trained model from:
7+
https://drive.google.com/drive/u/1/folders/1Dawh6BrWRgmyT56eBAHehajoPpQbHKOS
8+
9+
## To run code:
10+
* Please select a video to run the model on.
11+
* Change the paths to point to the video and downloaded trained model
12+
* Run all cells
13+

soccer_area_of_action/object_detection/.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

soccer_area_of_action/object_detection/.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

soccer_area_of_action/object_detection/.idea/object_detection.iml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

soccer_area_of_action/object_detection/.idea/workspace.xml

Lines changed: 334 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)