SushantGautam commited on
Commit
9efb222
·
verified ·
1 Parent(s): 228f93f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -39
README.md CHANGED
@@ -1,39 +1,3 @@
1
- # PlayerTV Flask Application
2
-
3
- This Flask web application is designed for processing soccer clips and extracting player tracking data. Its primary function is to enable the tracking and clipping of a specific player within a video clip.
4
-
5
- ## Installation
6
-
7
- 1. Clone the repository:
8
-
9
- ```bash
10
- git clone https://github.com/simula/playertv
11
-
12
- 2. Navigate to the GUI folder.
13
-
14
- 3. Install the required dependencies:
15
- ```bash
16
- pip install -r requirements.txt
17
-
18
- ## Usage
19
-
20
- 1. Start the flask application:
21
- ```bash
22
- python app.py
23
-
24
- 2. Open your web browser and go to http://localhost:5000/ to access the application.
25
-
26
- 3. Follow the instructions on the web interface to upload a video file and process it.
27
-
28
-
29
- ## Features
30
-
31
- 1. Accepts M3U8 HLS playlists as input from the Forzify endpoints for Eliteserien 2023 soccer clips.
32
- 2. Processes the video into MP4 format.
33
- 3. Accepts a JSON file containing processed information about all players, including their identification, re-identification and tracking data.
34
- 4. Provides users with the ability to select teams and players involved in the soccer clip.
35
- 5. Initiates clipping of the video into frames showcasing the specified player based on user selection.
36
- 6. Displays the clipped video as output.
37
-
38
- ## License
39
- This project is licensed under the MIT License.
 
1
+ ---
2
+ sdk: docker
3
+ ---