nielsr HF Staff commited on
Commit
0e5de72
·
verified ·
1 Parent(s): eea3dd1

Add license information to metadata and content

Browse files

This PR enhances the dataset card by adding the explicit `CC-BY-NC-4.0` license to the metadata, as identified from the associated GitHub repository's `LICENSE.txt` file. It also updates the "License" section in the dataset card content for clarity and provides a direct link to the license terms.

Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,4 +1,8 @@
1
  ---
 
 
 
 
2
  title: 'Trokens: Semantic-Aware Relational Trajectory Tokens Dataset'
3
  tags:
4
  - computer-vision
@@ -6,11 +10,8 @@ tags:
6
  - few-shot-learning
7
  - video-understanding
8
  - point-tracking
9
- size_categories:
10
- - 100K<n<1M
11
- task_categories:
12
- - video-classification
13
  viewer: false
 
14
  ---
15
 
16
  # Trokens: Semantic-Aware Relational Trajectory Tokens for Few-shot Action Recognition
@@ -176,7 +177,7 @@ If you use this dataset in your research, please cite our papers:
176
 
177
  ## License
178
 
179
- Contact: [email protected] for licensing related queries.
180
 
181
  ## Acknowledgments
182
 
 
1
  ---
2
+ size_categories:
3
+ - 100K<n<1M
4
+ task_categories:
5
+ - video-classification
6
  title: 'Trokens: Semantic-Aware Relational Trajectory Tokens Dataset'
7
  tags:
8
  - computer-vision
 
10
  - few-shot-learning
11
  - video-understanding
12
  - point-tracking
 
 
 
 
13
  viewer: false
14
+ license: cc-by-nc-4.0
15
  ---
16
 
17
  # Trokens: Semantic-Aware Relational Trajectory Tokens for Few-shot Action Recognition
 
177
 
178
  ## License
179
 
180
+ This dataset is licensed under the [CC-BY-NC-4.0 License](https://creativecommons.org/licenses/by-nc/4.0/).
181
 
182
  ## Acknowledgments
183