Jimmy commited on
Commit
68873e3
·
1 Parent(s): 8691f62

Updated README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  task_categories:
7
  - object-detection
8
  size_categories:
9
- - 10K<n<100K
10
  license: other
11
  ---
12
 
@@ -19,7 +19,7 @@ Synthetic layouts generated for diagram–object-detection research.
19
  | `images/*.png` | Rendered diagrams (white canvas, icons, text, arrows) |
20
  | `per_image_json/*.json` | Full per-object metadata for each PNG |
21
  | `dataset_coco.json` | Merged COCO annotations for easy training |
22
- | `records.jsonl` | Flat manifest (id, file_name, meta_file, n_objects, difficulty) – used by this preview |
23
 
24
  ## Quick loading
25
 
 
6
  task_categories:
7
  - object-detection
8
  size_categories:
9
+ - 1K<n<10K
10
  license: other
11
  ---
12
 
 
19
  | `images/*.png` | Rendered diagrams (white canvas, icons, text, arrows) |
20
  | `per_image_json/*.json` | Full per-object metadata for each PNG |
21
  | `dataset_coco.json` | Merged COCO annotations for easy training |
22
+ | `records.jsonl` | Flat manifest (image, meta_file, n_objects, difficulty)|
23
 
24
  ## Quick loading
25