laurachrobak commited on
Commit
fa81b34
·
verified ·
1 Parent(s): 4ad111f

Upload VME COCO dataset artifacts (train/val/test + summary)

Browse files
Files changed (5) hide show
  1. .gitattributes +1 -0
  2. coco_test.json +0 -0
  3. coco_train.json +3 -0
  4. coco_val.json +0 -0
  5. run_summary.txt +21 -0
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ coco_train.json filter=lfs diff=lfs merge=lfs -text
coco_test.json ADDED
The diff for this file is too large to render. See raw diff
 
coco_train.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a75335cffd4db7ea7ea4d44475beff7aef31fe388b763d457125dc7aa9d1c172
3
+ size 27892314
coco_val.json ADDED
The diff for this file is too large to render. See raw diff
 
run_summary.txt ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ timestamp_utc: 2026-05-20T21:49:01.694682Z
2
+ detector: vme
3
+ config: /data/laura/trainingdata/Benchmark/detectors/vme/configs/vme.yaml
4
+ label_source: hf://FathomNet/2024-benchmark@main/coco_train.json+coco_val.json+coco_test.json
5
+ output_root: /data/laura/trainingdata/Benchmark/detector_datasets/vme/coco
6
+
7
+ stats
8
+ -----
9
+ annotation_concept_out_of_scope: 228993
10
+ detector_classes: 4
11
+ images_no_valid_annotations: 79696
12
+ mapped_coco_categories: 513
13
+ sidecar_annotations_matched: 67100
14
+ sidecar_annotations_unmatched: 612
15
+ sidecar_images_loaded: 30167
16
+ test_annotations_written: 1109
17
+ test_images_written: 685
18
+ train_annotations_written: 53221
19
+ train_images_written: 23636
20
+ val_annotations_written: 13382
21
+ val_images_written: 5846