laurachrobak commited on
Commit
3775161
·
verified ·
1 Parent(s): 747af8e

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

Browse files
Files changed (5) hide show
  1. .gitattributes +2 -0
  2. coco_test.json +0 -0
  3. coco_train.json +3 -0
  4. coco_val.json +3 -0
  5. run_summary.txt +20 -0
.gitattributes CHANGED
@@ -58,3 +58,5 @@ 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
62
+ coco_val.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:a730f8221316f7b58c4e84afa6b923f0a27d6cb26fc1e439349d23d7498bcc33
3
+ size 115360640
coco_val.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e30253197ecd78a958201d426b2e7180715b5391b1c382f23368af4720b4ce2
3
+ size 28870518
run_summary.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ timestamp_utc: 2026-05-20T21:48:50.513042Z
2
+ detector: megalodon
3
+ config: /data/laura/trainingdata/Benchmark/detectors/megalodon/configs/megalodon.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/megalodon/coco
6
+
7
+ stats
8
+ -----
9
+ detector_classes: 1
10
+ images_no_valid_annotations: 27
11
+ mapped_coco_categories: 2398
12
+ sidecar_annotations_matched: 293729
13
+ sidecar_annotations_unmatched: 2976
14
+ sidecar_images_loaded: 109836
15
+ test_annotations_written: 4444
16
+ test_images_written: 1578
17
+ train_annotations_written: 233632
18
+ train_images_written: 86606
19
+ val_annotations_written: 58629
20
+ val_images_written: 21652