Add files using upload-large-folder tool
Browse files- .gitattributes +0 -59
- README.md +6 -3
- UPLOAD.md +31 -0
- data/test.parquet +3 -0
- data/train.parquet +3 -0
- data/validation.parquet +3 -0
- metadata/class_names.json +22 -0
- metadata/keypoint_anomalies.json +38 -0
- metadata/summary.json +187 -0
- metadata/unused_images.json +34 -0
.gitattributes
CHANGED
|
@@ -1,60 +1 @@
|
|
| 1 |
-
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
-
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
-
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
-
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
-
# Audio files - uncompressed
|
| 40 |
-
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
-
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
-
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
-
# Audio files - compressed
|
| 44 |
-
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
-
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
-
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
-
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
-
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
-
# Image files - uncompressed
|
| 50 |
-
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
-
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
-
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
-
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
-
# Image files - compressed
|
| 55 |
-
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
-
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
-
*.webp 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
*.parquet filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
|
@@ -19,6 +19,8 @@ annotations_creators:
|
|
| 19 |
- expert-generated
|
| 20 |
language_creators:
|
| 21 |
- expert-generated
|
|
|
|
|
|
|
| 22 |
size_categories:
|
| 23 |
- 1K<n<10K
|
| 24 |
source_datasets:
|
|
@@ -47,6 +49,7 @@ It accompanies the paper **AirplaneGen: Skeleton-Guided Generation of Remote Sen
|
|
| 47 |
|
| 48 |
## At a Glance
|
| 49 |
|
|
|
|
| 50 |
- 16673 airplane instances
|
| 51 |
- 20 fine-grained aircraft categories
|
| 52 |
- Bounding boxes in pixel coordinates
|
|
@@ -92,13 +95,14 @@ Each item in `objects` contains:
|
|
| 92 |
|
| 93 |
- Most instances contain 8 skeleton keypoints.
|
| 94 |
- 6 legacy instances contain 6 or 7 keypoints; see `metadata/keypoint_anomalies.json`.
|
|
|
|
| 95 |
|
| 96 |
## Usage
|
| 97 |
|
| 98 |
```python
|
| 99 |
from datasets import load_dataset
|
| 100 |
|
| 101 |
-
ds = load_dataset("
|
| 102 |
sample = ds["train"][0]
|
| 103 |
|
| 104 |
print(sample["id"])
|
|
@@ -112,7 +116,6 @@ print(sample["objects"][0])
|
|
| 112 |
- `metadata/summary.json`: split stats and class counts
|
| 113 |
- `metadata/class_names.json`: category names
|
| 114 |
- `metadata/unused_images.json`: excluded source RGB images
|
| 115 |
-
- `metadata/keypoint_anomalies.json`: non-8-keypoint objects
|
| 116 |
|
| 117 |
## Citation
|
| 118 |
|
|
@@ -128,4 +131,4 @@ print(sample["objects"][0])
|
|
| 128 |
doi = {10.3390/rs18121940},
|
| 129 |
url = {https://doi.org/10.3390/rs18121940}
|
| 130 |
}
|
| 131 |
-
```
|
|
|
|
| 19 |
- expert-generated
|
| 20 |
language_creators:
|
| 21 |
- expert-generated
|
| 22 |
+
multilinguality:
|
| 23 |
+
- monolingual
|
| 24 |
size_categories:
|
| 25 |
- 1K<n<10K
|
| 26 |
source_datasets:
|
|
|
|
| 49 |
|
| 50 |
## At a Glance
|
| 51 |
|
| 52 |
+
- 2778 annotated images
|
| 53 |
- 16673 airplane instances
|
| 54 |
- 20 fine-grained aircraft categories
|
| 55 |
- Bounding boxes in pixel coordinates
|
|
|
|
| 95 |
|
| 96 |
- Most instances contain 8 skeleton keypoints.
|
| 97 |
- 6 legacy instances contain 6 or 7 keypoints; see `metadata/keypoint_anomalies.json`.
|
| 98 |
+
- Caption sources are mixed: `DetailCaption`, `caption-multi.json`, `Caption-Background`, and a small auto-generated subset.
|
| 99 |
|
| 100 |
## Usage
|
| 101 |
|
| 102 |
```python
|
| 103 |
from datasets import load_dataset
|
| 104 |
|
| 105 |
+
ds = load_dataset("your-username/MARS20")
|
| 106 |
sample = ds["train"][0]
|
| 107 |
|
| 108 |
print(sample["id"])
|
|
|
|
| 116 |
- `metadata/summary.json`: split stats and class counts
|
| 117 |
- `metadata/class_names.json`: category names
|
| 118 |
- `metadata/unused_images.json`: excluded source RGB images
|
|
|
|
| 119 |
|
| 120 |
## Citation
|
| 121 |
|
|
|
|
| 131 |
doi = {10.3390/rs18121940},
|
| 132 |
url = {https://doi.org/10.3390/rs18121940}
|
| 133 |
}
|
| 134 |
+
```
|
UPLOAD.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Upload Notes
|
| 2 |
+
|
| 3 |
+
This folder is prepared as a Hugging Face dataset repository root.
|
| 4 |
+
|
| 5 |
+
## Recommended Workflow
|
| 6 |
+
|
| 7 |
+
1. Create the dataset repo:
|
| 8 |
+
|
| 9 |
+
```bash
|
| 10 |
+
huggingface-cli repo create MARS20 --type dataset
|
| 11 |
+
```
|
| 12 |
+
|
| 13 |
+
2. Upload the prepared release folder:
|
| 14 |
+
|
| 15 |
+
```bash
|
| 16 |
+
huggingface-cli upload-large-folder your-username/MARS20 . --repo-type dataset
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+
Run the upload command from inside `hf_release/`, or replace `.` with the absolute path to this folder.
|
| 20 |
+
|
| 21 |
+
## Contents
|
| 22 |
+
|
| 23 |
+
- `README.md`: dataset card with YAML metadata
|
| 24 |
+
- `data/*.parquet`: Hub-friendly split files
|
| 25 |
+
- `metadata/*.json`: release statistics and anomaly lists
|
| 26 |
+
- `.gitattributes`: Git LFS rule for `Parquet`
|
| 27 |
+
|
| 28 |
+
## Before Publishing
|
| 29 |
+
|
| 30 |
+
- Replace the placeholder `license: other` in `README.md` if you already know the final public license.
|
| 31 |
+
- Review the BibTeX entry in `README.md` and update it if you want the exact author list.
|
data/test.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef3e2c5677d85fd84c9c577c25952bd3d55da7ab356b62b531c6e7eeb314cdfa
|
| 3 |
+
size 36941801
|
data/train.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1d8c310ad92f59120e86b92069653aff2f7a26dc313f5373aa3ab850cf57881
|
| 3 |
+
size 833661452
|
data/validation.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eee4a1d67de9112c2cab319b2788d0a5d2a35df21c04ed0ab2281b470e06c0cd
|
| 3 |
+
size 39784303
|
metadata/class_names.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
"SU-35",
|
| 3 |
+
"C-130",
|
| 4 |
+
"C-17",
|
| 5 |
+
"C-5",
|
| 6 |
+
"F-16",
|
| 7 |
+
"TU160",
|
| 8 |
+
"E-3",
|
| 9 |
+
"B-52",
|
| 10 |
+
"P-3C",
|
| 11 |
+
"B-1B",
|
| 12 |
+
"E-8",
|
| 13 |
+
"TU-22",
|
| 14 |
+
"F-15",
|
| 15 |
+
"KC-135",
|
| 16 |
+
"F-22",
|
| 17 |
+
"FA-18",
|
| 18 |
+
"TU-95",
|
| 19 |
+
"KC-10",
|
| 20 |
+
"SU-34",
|
| 21 |
+
"SU-24"
|
| 22 |
+
]
|
metadata/keypoint_anomalies.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"image_id": "210",
|
| 4 |
+
"object_index": 9,
|
| 5 |
+
"plane_type": "TU-95",
|
| 6 |
+
"keypoint_count": 6
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"image_id": "345",
|
| 10 |
+
"object_index": 7,
|
| 11 |
+
"plane_type": "E-8",
|
| 12 |
+
"keypoint_count": 7
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"image_id": "346",
|
| 16 |
+
"object_index": 9,
|
| 17 |
+
"plane_type": "E-8",
|
| 18 |
+
"keypoint_count": 7
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"image_id": "1909",
|
| 22 |
+
"object_index": 1,
|
| 23 |
+
"plane_type": "TU-95",
|
| 24 |
+
"keypoint_count": 7
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"image_id": "1909",
|
| 28 |
+
"object_index": 2,
|
| 29 |
+
"plane_type": "TU-95",
|
| 30 |
+
"keypoint_count": 7
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"image_id": "3092",
|
| 34 |
+
"object_index": 4,
|
| 35 |
+
"plane_type": "FA-18",
|
| 36 |
+
"keypoint_count": 7
|
| 37 |
+
}
|
| 38 |
+
]
|
metadata/summary.json
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "MARS20",
|
| 3 |
+
"total_images_in_release": 2778,
|
| 4 |
+
"total_objects_in_release": 16673,
|
| 5 |
+
"num_plane_types": 20,
|
| 6 |
+
"splits": {
|
| 7 |
+
"train": {
|
| 8 |
+
"images": 2563,
|
| 9 |
+
"objects": 15431,
|
| 10 |
+
"caption_sources": {
|
| 11 |
+
"DetailCaption": 2470,
|
| 12 |
+
"caption-multi.json": 55,
|
| 13 |
+
"Caption-Background": 3,
|
| 14 |
+
"auto-generated": 35
|
| 15 |
+
},
|
| 16 |
+
"plane_type_counts": {
|
| 17 |
+
"C-130": 1637,
|
| 18 |
+
"B-1B": 854,
|
| 19 |
+
"C-17": 1085,
|
| 20 |
+
"F-15": 1310,
|
| 21 |
+
"SU-24": 139,
|
| 22 |
+
"F-22": 426,
|
| 23 |
+
"FA-18": 1835,
|
| 24 |
+
"TU-22": 269,
|
| 25 |
+
"TU-95": 253,
|
| 26 |
+
"F-16": 1142,
|
| 27 |
+
"KC-135": 1721,
|
| 28 |
+
"E-3": 657,
|
| 29 |
+
"P-3C": 915,
|
| 30 |
+
"KC-10": 295,
|
| 31 |
+
"C-5": 624,
|
| 32 |
+
"B-52": 882,
|
| 33 |
+
"E-8": 463,
|
| 34 |
+
"SU-35": 394,
|
| 35 |
+
"SU-34": 242,
|
| 36 |
+
"TU160": 288
|
| 37 |
+
},
|
| 38 |
+
"keypoint_count_distribution": {
|
| 39 |
+
"7": 3,
|
| 40 |
+
"8": 15428
|
| 41 |
+
}
|
| 42 |
+
},
|
| 43 |
+
"validation": {
|
| 44 |
+
"images": 107,
|
| 45 |
+
"objects": 566,
|
| 46 |
+
"caption_sources": {
|
| 47 |
+
"DetailCaption": 104,
|
| 48 |
+
"caption-multi.json": 3
|
| 49 |
+
},
|
| 50 |
+
"plane_type_counts": {
|
| 51 |
+
"TU-22": 120,
|
| 52 |
+
"TU-95": 374,
|
| 53 |
+
"KC-135": 2,
|
| 54 |
+
"TU160": 41,
|
| 55 |
+
"SU-35": 5,
|
| 56 |
+
"F-16": 12,
|
| 57 |
+
"SU-34": 3,
|
| 58 |
+
"SU-24": 5,
|
| 59 |
+
"P-3C": 3,
|
| 60 |
+
"C-130": 1
|
| 61 |
+
},
|
| 62 |
+
"keypoint_count_distribution": {
|
| 63 |
+
"6": 1,
|
| 64 |
+
"7": 2,
|
| 65 |
+
"8": 563
|
| 66 |
+
}
|
| 67 |
+
},
|
| 68 |
+
"test": {
|
| 69 |
+
"images": 108,
|
| 70 |
+
"objects": 676,
|
| 71 |
+
"caption_sources": {
|
| 72 |
+
"DetailCaption": 108
|
| 73 |
+
},
|
| 74 |
+
"plane_type_counts": {
|
| 75 |
+
"TU-22": 138,
|
| 76 |
+
"TU-95": 442,
|
| 77 |
+
"SU-35": 1,
|
| 78 |
+
"F-16": 5,
|
| 79 |
+
"FA-18": 10,
|
| 80 |
+
"TU160": 80
|
| 81 |
+
},
|
| 82 |
+
"keypoint_count_distribution": {
|
| 83 |
+
"8": 676
|
| 84 |
+
}
|
| 85 |
+
}
|
| 86 |
+
},
|
| 87 |
+
"plane_type_counts": {
|
| 88 |
+
"C-130": 1638,
|
| 89 |
+
"B-1B": 854,
|
| 90 |
+
"C-17": 1085,
|
| 91 |
+
"F-15": 1310,
|
| 92 |
+
"SU-24": 144,
|
| 93 |
+
"F-22": 426,
|
| 94 |
+
"FA-18": 1845,
|
| 95 |
+
"TU-22": 527,
|
| 96 |
+
"TU-95": 1069,
|
| 97 |
+
"F-16": 1159,
|
| 98 |
+
"KC-135": 1723,
|
| 99 |
+
"E-3": 657,
|
| 100 |
+
"P-3C": 918,
|
| 101 |
+
"KC-10": 295,
|
| 102 |
+
"C-5": 624,
|
| 103 |
+
"B-52": 882,
|
| 104 |
+
"E-8": 463,
|
| 105 |
+
"SU-35": 400,
|
| 106 |
+
"SU-34": 245,
|
| 107 |
+
"TU160": 409
|
| 108 |
+
},
|
| 109 |
+
"caption_source_counts": {
|
| 110 |
+
"DetailCaption": 2682,
|
| 111 |
+
"caption-multi.json": 58,
|
| 112 |
+
"Caption-Background": 3,
|
| 113 |
+
"auto-generated": 35
|
| 114 |
+
},
|
| 115 |
+
"unused_rgb_images_without_annotations": [
|
| 116 |
+
"399",
|
| 117 |
+
"822",
|
| 118 |
+
"1347",
|
| 119 |
+
"1351",
|
| 120 |
+
"1392",
|
| 121 |
+
"1396",
|
| 122 |
+
"1437",
|
| 123 |
+
"1460",
|
| 124 |
+
"1532",
|
| 125 |
+
"1701",
|
| 126 |
+
"1738",
|
| 127 |
+
"1757",
|
| 128 |
+
"1766",
|
| 129 |
+
"1917",
|
| 130 |
+
"1965",
|
| 131 |
+
"2061",
|
| 132 |
+
"2200",
|
| 133 |
+
"2329",
|
| 134 |
+
"2504",
|
| 135 |
+
"2658",
|
| 136 |
+
"2767",
|
| 137 |
+
"2779",
|
| 138 |
+
"2823",
|
| 139 |
+
"2937",
|
| 140 |
+
"3008",
|
| 141 |
+
"3159",
|
| 142 |
+
"3182",
|
| 143 |
+
"3334",
|
| 144 |
+
"3335",
|
| 145 |
+
"3593",
|
| 146 |
+
"3631",
|
| 147 |
+
"3829"
|
| 148 |
+
],
|
| 149 |
+
"keypoint_anomalies": [
|
| 150 |
+
{
|
| 151 |
+
"image_id": "210",
|
| 152 |
+
"object_index": 9,
|
| 153 |
+
"plane_type": "TU-95",
|
| 154 |
+
"keypoint_count": 6
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"image_id": "345",
|
| 158 |
+
"object_index": 7,
|
| 159 |
+
"plane_type": "E-8",
|
| 160 |
+
"keypoint_count": 7
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"image_id": "346",
|
| 164 |
+
"object_index": 9,
|
| 165 |
+
"plane_type": "E-8",
|
| 166 |
+
"keypoint_count": 7
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"image_id": "1909",
|
| 170 |
+
"object_index": 1,
|
| 171 |
+
"plane_type": "TU-95",
|
| 172 |
+
"keypoint_count": 7
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"image_id": "1909",
|
| 176 |
+
"object_index": 2,
|
| 177 |
+
"plane_type": "TU-95",
|
| 178 |
+
"keypoint_count": 7
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"image_id": "3092",
|
| 182 |
+
"object_index": 4,
|
| 183 |
+
"plane_type": "FA-18",
|
| 184 |
+
"keypoint_count": 7
|
| 185 |
+
}
|
| 186 |
+
]
|
| 187 |
+
}
|
metadata/unused_images.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
"399",
|
| 3 |
+
"822",
|
| 4 |
+
"1347",
|
| 5 |
+
"1351",
|
| 6 |
+
"1392",
|
| 7 |
+
"1396",
|
| 8 |
+
"1437",
|
| 9 |
+
"1460",
|
| 10 |
+
"1532",
|
| 11 |
+
"1701",
|
| 12 |
+
"1738",
|
| 13 |
+
"1757",
|
| 14 |
+
"1766",
|
| 15 |
+
"1917",
|
| 16 |
+
"1965",
|
| 17 |
+
"2061",
|
| 18 |
+
"2200",
|
| 19 |
+
"2329",
|
| 20 |
+
"2504",
|
| 21 |
+
"2658",
|
| 22 |
+
"2767",
|
| 23 |
+
"2779",
|
| 24 |
+
"2823",
|
| 25 |
+
"2937",
|
| 26 |
+
"3008",
|
| 27 |
+
"3159",
|
| 28 |
+
"3182",
|
| 29 |
+
"3334",
|
| 30 |
+
"3335",
|
| 31 |
+
"3593",
|
| 32 |
+
"3631",
|
| 33 |
+
"3829"
|
| 34 |
+
]
|