@@ -8,7 +8,7 @@ A **PyQt6-based GUI** for analyzing and annotating **OSL formart** datasets from
88
99## Features
1010
11- - Open and visualize SoccerNetPro -style data and annotations.
11+ - Open and visualize OSL -style data and annotations.
1212- Annotate and edit events/actions with a user-friendly GUI.
1313- Manage labels/categories and export results for downstream tasks.
1414- Easy to extend with additional viewers, overlays, and tools.
@@ -24,16 +24,16 @@ We recommend using [Anaconda](https://www.anaconda.com/) or [Miniconda](https://
2424### Step 0 – Clone the repository
2525
2626``` bash
27- git clone https://github.com/OpenSportsLab/soccernetpro-ui .git
28- cd soccernetpro-ui
27+ git clone https://github.com/OpenSportsLab/VideoAnnotationTool .git
28+ cd VideoAnnotationTool
2929```
3030
3131
3232### Step 1 – Create a new Conda environment
3333
3434``` bash
35- conda create -n soccernetpro-ui python=3.9 -y
36- conda activate soccernetpro-ui
35+ conda create -n VideoAnnotationTool python=3.9 -y
36+ conda activate VideoAnnotationTool
3737```
3838
3939
@@ -63,14 +63,14 @@ This project provides **test datasets** for multiple tasks, including:
6363- ** Description (Video Captioning)**
6464- ** Dense Description (Dense Video Captioning)**
6565
66- More details are available at: [ ` /test_data ` ] ( https://github.com/OpenSportsLab/soccernetpro-ui /tree/main/test_data )
66+ More details are available at: [ ` /test_data ` ] ( https://github.com/OpenSportsLab/VideoAnnotationTool /tree/main/test_data )
6767
6868> ⚠️ ** Important**
6969> For all tasks, the corresponding ** JSON annotation file must be placed in the same directory**
7070> as the referenced data folders (e.g., ` test/ ` , ` germany_bundesliga/ ` , etc.).
7171> Otherwise, the GUI may not load the data correctly due to relative path mismatches.
7272
73- Some Hugging Face datasets (including SoccerNetPro datasets) are ** restricted / gated** . Therefore you must:
73+ Some Hugging Face datasets (including OSL datasets) are ** restricted / gated** . Therefore you must:
7474
75751 . Have access to the dataset on Hugging Face
76762 . Be authenticated locally using your Hugging Face account (` hf auth login ` )
0 commit comments