Difference between revisions of "Data Annotation"
From CSWiki
Line 2: | Line 2: | ||
Annotation file format: | Annotation file format: | ||
Img_W Img_H xmin xmax ymin ymax | Img_W Img_H xmin xmax ymin ymax | ||
+ | * Problems of Current Approach | ||
+ | # some images are too large | ||
+ | # the "null" string in result should be replaced by -1 -1 -1 -1 | ||
+ | # |
Revision as of 19:45, 4 January 2009
- Bounding box of ImageNet images
Annotation file format: Img_W Img_H xmin xmax ymin ymax
- Problems of Current Approach
# some images are too large # the "null" string in result should be replaced by -1 -1 -1 -1 #