testdummyvt commited on
Commit
904f8a5
1 Parent(s): 7946ef3

fixed a url and added tags for the repo

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -4,6 +4,10 @@ task_categories:
4
  - object-detection
5
  size_categories:
6
  - 10K<n<100K
 
 
 
 
7
  ---
8
 
9
  # COCO Human Parts Dataset
@@ -25,7 +29,7 @@ These labels represent the different body parts that the dataset focuses on. Eac
25
 
26
  ## Data Format
27
 
28
- The annotations are saved in Ultralytics' [YOLO format](https://ultralytics.com/tutorials/yolo-v5-format-tutorial.html). In this format, each image is associated with a text file of the same name. This text file contains one line for each bounding box in the image, with five numbers on each line separated by spaces. The five numbers represent the object class (one of the labels above), along with the centerX, centerY, width, and height of the bounding box. All the values are relative to the width and height of the image itself, ranging from 0 to 1.
29
 
30
  ## Data Splits
31
 
 
4
  - object-detection
5
  size_categories:
6
  - 10K<n<100K
7
+ tags:
8
+ - coco
9
+ - bodyparts
10
+ - body-parts
11
  ---
12
 
13
  # COCO Human Parts Dataset
 
29
 
30
  ## Data Format
31
 
32
+ The annotations are saved in Ultralytics' [YOLO format](https://docs.ultralytics.com/datasets/detect/). In this format, each image is associated with a text file of the same name. This text file contains one line for each bounding box in the image, with five numbers on each line separated by spaces. The five numbers represent the object class (one of the labels above), along with the centerX, centerY, width, and height of the bounding box. All the values are relative to the width and height of the image itself, ranging from 0 to 1.
33
 
34
  ## Data Splits
35