Add task category and library name

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -2,7 +2,11 @@
2
  license: apache-2.0
3
  size_categories:
4
  - 10K<n<100K
 
 
 
5
  ---
 
6
  This repository is used to store the COCO version of the dataset DWTAL (Deformable Wireframe) mentioned in the paper at https://arxiv.org/abs/2504.20682.
7
 
8
  DWTAL-s represents a smaller scale dataset, where the deformation table is simpler, while DWTAL-l represents a larger scale dataset version, where the deformation table is more complex.
 
2
  license: apache-2.0
3
  size_categories:
4
  - 10K<n<100K
5
+ task_categories:
6
+ - image-segmentation
7
+ library_name: datasets
8
  ---
9
+
10
  This repository is used to store the COCO version of the dataset DWTAL (Deformable Wireframe) mentioned in the paper at https://arxiv.org/abs/2504.20682.
11
 
12
  DWTAL-s represents a smaller scale dataset, where the deformation table is simpler, while DWTAL-l represents a larger scale dataset version, where the deformation table is more complex.