Upload HHOpenFunGraph extended annotations
Browse files- .gitattributes +2 -57
- README.md +73 -0
- annotations.json +3 -0
- compat/FunGraph3D/FunGraph3D.annotations.json +3 -0
- compat/FunGraph3D/FunGraph3D.relations.json +0 -0
- compat/FunGraph3D/all_edges.json +49 -0
- compat/FunGraph3D/all_labels.json +119 -0
- compat/SceneFun3D_Graph/SceneFun3D.annotations.json +3 -0
- compat/SceneFun3D_Graph/SceneFun3D.relations.json +0 -0
- compat/SceneFun3D_Graph/all_edges.json +35 -0
- compat/SceneFun3D_Graph/all_labels.json +70 -0
- metadata.json +159 -0
- relations.json +0 -0
- scripts/verify_release.py +26 -0
- splits/FunGraph3D_OpenFunGraph_split.txt +14 -0
- splits/SceneFun3D_Graph_OpenFunGraph_split.txt +23 -0
.gitattributes
CHANGED
|
@@ -1,60 +1,5 @@
|
|
| 1 |
-
*.
|
| 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 |
-
*.
|
| 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 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
*.npy filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
| 5 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- object-detection
|
| 5 |
+
- image-to-3d
|
| 6 |
+
- text-to-3d
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
tags:
|
| 10 |
+
- 3d-scene-graph
|
| 11 |
+
- indoor-scene-understanding
|
| 12 |
+
- functional-scene-graph
|
| 13 |
+
- open-vocabulary
|
| 14 |
+
- robotics
|
| 15 |
+
pretty_name: HHOpenFunGraph
|
| 16 |
+
size_categories:
|
| 17 |
+
- 1K<n<10K
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# HHOpenFunGraph
|
| 21 |
+
|
| 22 |
+
HHOpenFunGraph is an extended annotation release for OpenFunGraph. It adds dense tabletop objects and explicit hierarchical functional relationships for the FunGraph3D and modified SceneFun3D assets used by OpenFunGraph.
|
| 23 |
+
|
| 24 |
+
This repository is annotation-only. Please download the original geometry, RGB, depth, trajectory, and video assets from:
|
| 25 |
+
|
| 26 |
+
- https://huggingface.co/datasets/OpenFunGraph/FunGraph3D
|
| 27 |
+
- https://huggingface.co/datasets/OpenFunGraph/SceneFun3D_Graph
|
| 28 |
+
|
| 29 |
+
## Main Files
|
| 30 |
+
|
| 31 |
+
- `annotations.json`: canonical extended node annotations for both datasets.
|
| 32 |
+
- `relations.json`: canonical extended functional relationship annotations for both datasets.
|
| 33 |
+
- `metadata.json`: release statistics and scene grouping.
|
| 34 |
+
- `splits/`: copied OpenFunGraph evaluation split files.
|
| 35 |
+
- `compat/`: files split and renamed to match the original OpenFunGraph dataset layout.
|
| 36 |
+
- `scripts/verify_release.py`: lightweight consistency checker.
|
| 37 |
+
|
| 38 |
+
## Compatibility Files
|
| 39 |
+
|
| 40 |
+
For users of the original OpenFunGraph codebase:
|
| 41 |
+
|
| 42 |
+
- `compat/FunGraph3D/FunGraph3D.annotations.json`
|
| 43 |
+
- `compat/FunGraph3D/FunGraph3D.relations.json`
|
| 44 |
+
- `compat/FunGraph3D/all_labels.json`
|
| 45 |
+
- `compat/FunGraph3D/all_edges.json`
|
| 46 |
+
- `compat/SceneFun3D_Graph/SceneFun3D.annotations.json`
|
| 47 |
+
- `compat/SceneFun3D_Graph/SceneFun3D.relations.json`
|
| 48 |
+
- `compat/SceneFun3D_Graph/all_labels.json`
|
| 49 |
+
- `compat/SceneFun3D_Graph/all_edges.json`
|
| 50 |
+
|
| 51 |
+
The compatibility files are derived from the canonical `annotations.json` and `relations.json`; they are provided for convenience rather than as a separate source of truth.
|
| 52 |
+
|
| 53 |
+
## Statistics
|
| 54 |
+
|
| 55 |
+
| Split | Scenes | Nodes | Edges | Labels | Edge Descriptions |
|
| 56 |
+
| --- | ---: | ---: | ---: | ---: | ---: |
|
| 57 |
+
| All | 34 | 1212 | 1030 | 141 | 60 |
|
| 58 |
+
| FunGraph3D | 14 | 750 | 592 | 117 | 47 |
|
| 59 |
+
| SceneFun3D_Graph | 20 | 462 | 438 | 68 | 33 |
|
| 60 |
+
|
| 61 |
+
## Embeddings
|
| 62 |
+
|
| 63 |
+
This release intentionally does not include CLIP/BERT embedding arrays unless they are regenerated from the extended `all_labels.json` and `all_edges.json` files. Do not reuse embedding arrays from the original OpenFunGraph release, because the label and edge vocabularies changed.
|
| 64 |
+
|
| 65 |
+
## Verify
|
| 66 |
+
|
| 67 |
+
```bash
|
| 68 |
+
python scripts/verify_release.py
|
| 69 |
+
```
|
| 70 |
+
|
| 71 |
+
## Citation
|
| 72 |
+
|
| 73 |
+
If you use this data, please cite OpenFunGraph and the HHOpenFunGraph paper/release when available.
|
annotations.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd3992b17b197ca7c2e801394586818c53975683820f7cc08b45b715c016d470
|
| 3 |
+
size 176978514
|
compat/FunGraph3D/FunGraph3D.annotations.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8af33a5a60e40586d57a7ced90d0fc0e033e531052ec0bb46f53c09a01b8eb1
|
| 3 |
+
size 98776844
|
compat/FunGraph3D/FunGraph3D.relations.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
compat/FunGraph3D/all_edges.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
"control",
|
| 3 |
+
"control the water flow",
|
| 4 |
+
"control to drain the water flow",
|
| 5 |
+
"control, turn on or turn off",
|
| 6 |
+
"grasp to carry",
|
| 7 |
+
"grasp to lift lid; lower to close lid",
|
| 8 |
+
"grasp to lift or lower (open or close lid)",
|
| 9 |
+
"grasp to lift or pour",
|
| 10 |
+
"lift to open or lower to close",
|
| 11 |
+
"operate or adjust the flow or setting",
|
| 12 |
+
"part of",
|
| 13 |
+
"part of, lift to open or lower to close (cover or uncover)",
|
| 14 |
+
"part of, open or close (cover or uncover)",
|
| 15 |
+
"part of, press or rotate to set time or mode",
|
| 16 |
+
"part of, press or rotate to set/start/stop/open",
|
| 17 |
+
"part of, press to set temperature or mode",
|
| 18 |
+
"part of, rotate to adjust temperature or setting",
|
| 19 |
+
"press or rotate to control the drain water flow",
|
| 20 |
+
"press or rotate to control the water flow",
|
| 21 |
+
"press or rotate to control the water flow, open or close drain",
|
| 22 |
+
"press or rotate to set/start/stop/open",
|
| 23 |
+
"press to flush",
|
| 24 |
+
"press to open or close, or to adjust the setting",
|
| 25 |
+
"press to start and operate",
|
| 26 |
+
"provide power",
|
| 27 |
+
"pull to open or close",
|
| 28 |
+
"pull to open or close a cabinet or drawer",
|
| 29 |
+
"pull to open or close a drawer",
|
| 30 |
+
"pull to open or close door",
|
| 31 |
+
"push or press to open",
|
| 32 |
+
"push/pull or twist to seal or release (open or close drain)",
|
| 33 |
+
"push/pull/slide to open or close",
|
| 34 |
+
"raise to open or lower to close",
|
| 35 |
+
"rotate to adjust temperature or setting",
|
| 36 |
+
"rotate to adjust temperature or setting, open or close",
|
| 37 |
+
"rotate to adjust the setting",
|
| 38 |
+
"rotate to adjust the setting or temperature, or to open or close",
|
| 39 |
+
"rotate to adjust the temperature",
|
| 40 |
+
"rotate to open or close",
|
| 41 |
+
"rotate to open or close, adjust the setting",
|
| 42 |
+
"rotate to open or close, or to adjust the setting and temperature",
|
| 43 |
+
"rotate to open or close, or to adjust the setting, time and temperature",
|
| 44 |
+
"rotate to open or close, or to adjust the temperature and setting",
|
| 45 |
+
"screw on or off to open or close",
|
| 46 |
+
"screw on or off to open or close / press to dispense",
|
| 47 |
+
"toggle power to boil",
|
| 48 |
+
"turn/press to unlatch, then push/pull to open or close"
|
| 49 |
+
]
|
compat/FunGraph3D/all_labels.json
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
"bathroom sink",
|
| 3 |
+
"bathroom vanity",
|
| 4 |
+
"bathtub",
|
| 5 |
+
"bottle",
|
| 6 |
+
"bottle / condiment",
|
| 7 |
+
"bottle / condiment / jar",
|
| 8 |
+
"bottle / pump bottle",
|
| 9 |
+
"bottle cap",
|
| 10 |
+
"bottle cap / condiment cap",
|
| 11 |
+
"bottle cap / condiment cap / jar lid",
|
| 12 |
+
"button",
|
| 13 |
+
"button / knob",
|
| 14 |
+
"button / knob / stopper",
|
| 15 |
+
"cabinet",
|
| 16 |
+
"cabinet door",
|
| 17 |
+
"cabinet door / fridge door",
|
| 18 |
+
"cap",
|
| 19 |
+
"cap / lid",
|
| 20 |
+
"cap / pump",
|
| 21 |
+
"ceiling light",
|
| 22 |
+
"ceiling light fixture",
|
| 23 |
+
"coffee machine",
|
| 24 |
+
"coffee maker",
|
| 25 |
+
"condiment / bottle / jar",
|
| 26 |
+
"control panel",
|
| 27 |
+
"cooker",
|
| 28 |
+
"desk drawer",
|
| 29 |
+
"dishwasher",
|
| 30 |
+
"dishwasher / cabinet door",
|
| 31 |
+
"dishwasher / washing machine",
|
| 32 |
+
"dishwasher button / dishwasher switch",
|
| 33 |
+
"dishwasher control panel",
|
| 34 |
+
"dishwasher door handle",
|
| 35 |
+
"door",
|
| 36 |
+
"drain stopper / sink stopper",
|
| 37 |
+
"drawer",
|
| 38 |
+
"drawer / cabinet door",
|
| 39 |
+
"drawer / kitchen cabinet",
|
| 40 |
+
"dresser / chest of drawers",
|
| 41 |
+
"electric cooker / rice cooker",
|
| 42 |
+
"electric outlet",
|
| 43 |
+
"electric outlet / switch panel",
|
| 44 |
+
"exhaust hood",
|
| 45 |
+
"fan",
|
| 46 |
+
"faucet / handle",
|
| 47 |
+
"fridge",
|
| 48 |
+
"fridge / cabinet door",
|
| 49 |
+
"handle",
|
| 50 |
+
"handle / knob",
|
| 51 |
+
"handle / pedal",
|
| 52 |
+
"jar",
|
| 53 |
+
"jar lid",
|
| 54 |
+
"jar lid",
|
| 55 |
+
"kettle",
|
| 56 |
+
"kettle handle",
|
| 57 |
+
"kettle lid",
|
| 58 |
+
"kettle power switch",
|
| 59 |
+
"kitchen cabinet",
|
| 60 |
+
"kitchen cabinet / cabinet",
|
| 61 |
+
"kitchen cabinet / cabinet door",
|
| 62 |
+
"kitchen cabinet / drawer / cabinet door",
|
| 63 |
+
"kitchen cabinet / fridge",
|
| 64 |
+
"kitchen cabinet / kitchen counter",
|
| 65 |
+
"kitchen sink",
|
| 66 |
+
"knob",
|
| 67 |
+
"knob / handle",
|
| 68 |
+
"knob / handle / faucet",
|
| 69 |
+
"knob / start button",
|
| 70 |
+
"lamp",
|
| 71 |
+
"lid",
|
| 72 |
+
"lid knob",
|
| 73 |
+
"light fixture",
|
| 74 |
+
"light switch",
|
| 75 |
+
"microwave",
|
| 76 |
+
"microwave control panel",
|
| 77 |
+
"microwave door",
|
| 78 |
+
"microwave door handle",
|
| 79 |
+
"microwave oven",
|
| 80 |
+
"microwave oven / microwave",
|
| 81 |
+
"oven",
|
| 82 |
+
"oven control panel",
|
| 83 |
+
"oven door",
|
| 84 |
+
"oven door handle",
|
| 85 |
+
"oven knob",
|
| 86 |
+
"pedal",
|
| 87 |
+
"pot",
|
| 88 |
+
"pot handle",
|
| 89 |
+
"power button",
|
| 90 |
+
"power strip",
|
| 91 |
+
"power strip / electric outlet",
|
| 92 |
+
"power switch",
|
| 93 |
+
"radiator",
|
| 94 |
+
"range hood",
|
| 95 |
+
"refrigerator / cabinet",
|
| 96 |
+
"refrigerator door / cabinet door",
|
| 97 |
+
"remote",
|
| 98 |
+
"rice cooker",
|
| 99 |
+
"rice cooker handle",
|
| 100 |
+
"rice cooker lid",
|
| 101 |
+
"rice cooker lid knob",
|
| 102 |
+
"sink",
|
| 103 |
+
"sink stopper / drain stopper",
|
| 104 |
+
"switch",
|
| 105 |
+
"switch / electric outlet",
|
| 106 |
+
"switch panel",
|
| 107 |
+
"switch panel / electric outlet",
|
| 108 |
+
"television",
|
| 109 |
+
"toaster",
|
| 110 |
+
"toilet",
|
| 111 |
+
"toilet lid",
|
| 112 |
+
"trash can",
|
| 113 |
+
"trash can lid",
|
| 114 |
+
"trashcan",
|
| 115 |
+
"wardrobe",
|
| 116 |
+
"wardrobe door",
|
| 117 |
+
"window",
|
| 118 |
+
"window handle / window latch"
|
| 119 |
+
]
|
compat/SceneFun3D_Graph/SceneFun3D.annotations.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df9059c6440fad671fca269923ff5f44c16f0f3355eedb84d5edd69e18f6b378
|
| 3 |
+
size 78201674
|
compat/SceneFun3D_Graph/SceneFun3D.relations.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
compat/SceneFun3D_Graph/all_edges.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
"control",
|
| 3 |
+
"control the water flow",
|
| 4 |
+
"control, turn on or turn off",
|
| 5 |
+
"lift to open or lower to close",
|
| 6 |
+
"open or close drain",
|
| 7 |
+
"part of",
|
| 8 |
+
"part of, press to set temperature or mode",
|
| 9 |
+
"part of, rotate to adjust temperature or setting",
|
| 10 |
+
"press or rotate to control the water flow",
|
| 11 |
+
"press or rotate to control the water flow",
|
| 12 |
+
"press or rotate to flush",
|
| 13 |
+
"press or rotate to open",
|
| 14 |
+
"press or rotate to set/start/stop/open",
|
| 15 |
+
"press to open or close, or adjust the setting",
|
| 16 |
+
"provide power",
|
| 17 |
+
"pull or rotate to open or close",
|
| 18 |
+
"pull to open or close",
|
| 19 |
+
"pull to open or close a drawer",
|
| 20 |
+
"pull to open or close door",
|
| 21 |
+
"push to flush",
|
| 22 |
+
"push/pull/slide to open or close",
|
| 23 |
+
"raise to open or lower to close",
|
| 24 |
+
"rotate or press to adjust the setting",
|
| 25 |
+
"rotate to adjust setting or temperature",
|
| 26 |
+
"rotate to adjust the setting",
|
| 27 |
+
"rotate to adjust the setting or open or close",
|
| 28 |
+
"rotate to adjust the temperature",
|
| 29 |
+
"rotate to control the water flow",
|
| 30 |
+
"rotate to flush",
|
| 31 |
+
"rotate to open or close",
|
| 32 |
+
"screw on or off to open or close",
|
| 33 |
+
"step to open or close lid",
|
| 34 |
+
"turn/press to unlatch, then push/pull to open or close"
|
| 35 |
+
]
|
compat/SceneFun3D_Graph/all_labels.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
"bathroom sink",
|
| 3 |
+
"bathtub",
|
| 4 |
+
"bottle",
|
| 5 |
+
"button",
|
| 6 |
+
"button / knob",
|
| 7 |
+
"button / knob / stopper",
|
| 8 |
+
"cabinet",
|
| 9 |
+
"cabinet / closet",
|
| 10 |
+
"cabinet / dresser / nightstand",
|
| 11 |
+
"cabinet door",
|
| 12 |
+
"cap",
|
| 13 |
+
"ceiling light",
|
| 14 |
+
"ceiling light fixture",
|
| 15 |
+
"chandelier / ceiling light",
|
| 16 |
+
"chest of drawers / dresser",
|
| 17 |
+
"control panel",
|
| 18 |
+
"dishwasher",
|
| 19 |
+
"door",
|
| 20 |
+
"doors",
|
| 21 |
+
"drawer",
|
| 22 |
+
"drawer / cabinet",
|
| 23 |
+
"dresser / chest of drawers",
|
| 24 |
+
"dresser / nightstand",
|
| 25 |
+
"dryer",
|
| 26 |
+
"electric outlet",
|
| 27 |
+
"electric outlet / power strip",
|
| 28 |
+
"exhaust hood / ventilation fan",
|
| 29 |
+
"faucet / knob / handle",
|
| 30 |
+
"foucet / handle",
|
| 31 |
+
"fridge",
|
| 32 |
+
"glass door",
|
| 33 |
+
"handle",
|
| 34 |
+
"handle / faucet",
|
| 35 |
+
"handle / foucet",
|
| 36 |
+
"kettle",
|
| 37 |
+
"kitchen cabinet",
|
| 38 |
+
"kitchen sink",
|
| 39 |
+
"knob",
|
| 40 |
+
"knob / button",
|
| 41 |
+
"lamp",
|
| 42 |
+
"laptop",
|
| 43 |
+
"lid",
|
| 44 |
+
"light bulb",
|
| 45 |
+
"light switch",
|
| 46 |
+
"microwave",
|
| 47 |
+
"nightstand / dresser",
|
| 48 |
+
"nightstand drawer",
|
| 49 |
+
"oven",
|
| 50 |
+
"oven door",
|
| 51 |
+
"oven door handle",
|
| 52 |
+
"pedal",
|
| 53 |
+
"power strip",
|
| 54 |
+
"projector",
|
| 55 |
+
"radiator",
|
| 56 |
+
"range hood",
|
| 57 |
+
"refrigerator door",
|
| 58 |
+
"remote",
|
| 59 |
+
"sink",
|
| 60 |
+
"switch panel",
|
| 61 |
+
"switch panel / electric outlet",
|
| 62 |
+
"television",
|
| 63 |
+
"television stand / cabinet",
|
| 64 |
+
"toilet",
|
| 65 |
+
"trash can",
|
| 66 |
+
"trashcan",
|
| 67 |
+
"wardrobe",
|
| 68 |
+
"washing machine",
|
| 69 |
+
"window"
|
| 70 |
+
]
|
metadata.json
ADDED
|
@@ -0,0 +1,159 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"release_name": "HHOpenFunGraph",
|
| 3 |
+
"created_at": "2026-05-21T21:50:43",
|
| 4 |
+
"source_files": {
|
| 5 |
+
"annotations": "annotations.json",
|
| 6 |
+
"relations": "relations.json"
|
| 7 |
+
},
|
| 8 |
+
"statistics": {
|
| 9 |
+
"FunGraph3D": {
|
| 10 |
+
"scenes": 14,
|
| 11 |
+
"annotations": 750,
|
| 12 |
+
"relations": 592,
|
| 13 |
+
"labels": 117,
|
| 14 |
+
"edges": 47
|
| 15 |
+
},
|
| 16 |
+
"SceneFun3D_Graph": {
|
| 17 |
+
"scenes": 20,
|
| 18 |
+
"annotations": 462,
|
| 19 |
+
"relations": 438,
|
| 20 |
+
"labels": 68,
|
| 21 |
+
"edges": 33
|
| 22 |
+
},
|
| 23 |
+
"all": {
|
| 24 |
+
"scenes": 34,
|
| 25 |
+
"annotations": 1212,
|
| 26 |
+
"relations": 1030,
|
| 27 |
+
"labels": 141,
|
| 28 |
+
"edges": 60
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"scene_groups": {
|
| 32 |
+
"FunGraph3D": [
|
| 33 |
+
"0kitchen",
|
| 34 |
+
"10kitchen",
|
| 35 |
+
"11bedroom",
|
| 36 |
+
"12kitchen",
|
| 37 |
+
"13bathroom",
|
| 38 |
+
"1bathroom",
|
| 39 |
+
"2livingroom",
|
| 40 |
+
"3kitchen",
|
| 41 |
+
"4livingroom",
|
| 42 |
+
"5kitchen",
|
| 43 |
+
"6kitchen",
|
| 44 |
+
"7bedroom",
|
| 45 |
+
"8bathroom",
|
| 46 |
+
"9bedroom"
|
| 47 |
+
],
|
| 48 |
+
"SceneFun3D_Graph": [
|
| 49 |
+
"420683",
|
| 50 |
+
"421013",
|
| 51 |
+
"421015",
|
| 52 |
+
"421063",
|
| 53 |
+
"421254",
|
| 54 |
+
"421267",
|
| 55 |
+
"421380",
|
| 56 |
+
"421602",
|
| 57 |
+
"422007",
|
| 58 |
+
"422391",
|
| 59 |
+
"422813",
|
| 60 |
+
"422826",
|
| 61 |
+
"460417",
|
| 62 |
+
"460419",
|
| 63 |
+
"466183",
|
| 64 |
+
"466192",
|
| 65 |
+
"466803",
|
| 66 |
+
"467293",
|
| 67 |
+
"468076",
|
| 68 |
+
"469011"
|
| 69 |
+
]
|
| 70 |
+
},
|
| 71 |
+
"scene_counts": {
|
| 72 |
+
"FunGraph3D": {
|
| 73 |
+
"annotations": {
|
| 74 |
+
"0kitchen": 112,
|
| 75 |
+
"10kitchen": 61,
|
| 76 |
+
"11bedroom": 18,
|
| 77 |
+
"12kitchen": 113,
|
| 78 |
+
"13bathroom": 46,
|
| 79 |
+
"1bathroom": 44,
|
| 80 |
+
"2livingroom": 14,
|
| 81 |
+
"3kitchen": 71,
|
| 82 |
+
"4livingroom": 66,
|
| 83 |
+
"5kitchen": 60,
|
| 84 |
+
"6kitchen": 69,
|
| 85 |
+
"7bedroom": 24,
|
| 86 |
+
"8bathroom": 32,
|
| 87 |
+
"9bedroom": 20
|
| 88 |
+
},
|
| 89 |
+
"relations": {
|
| 90 |
+
"0kitchen": 76,
|
| 91 |
+
"10kitchen": 66,
|
| 92 |
+
"11bedroom": 16,
|
| 93 |
+
"12kitchen": 90,
|
| 94 |
+
"13bathroom": 34,
|
| 95 |
+
"1bathroom": 24,
|
| 96 |
+
"2livingroom": 7,
|
| 97 |
+
"3kitchen": 61,
|
| 98 |
+
"4livingroom": 61,
|
| 99 |
+
"5kitchen": 63,
|
| 100 |
+
"6kitchen": 25,
|
| 101 |
+
"7bedroom": 30,
|
| 102 |
+
"8bathroom": 18,
|
| 103 |
+
"9bedroom": 21
|
| 104 |
+
}
|
| 105 |
+
},
|
| 106 |
+
"SceneFun3D_Graph": {
|
| 107 |
+
"annotations": {
|
| 108 |
+
"420683": 24,
|
| 109 |
+
"421013": 32,
|
| 110 |
+
"421015": 30,
|
| 111 |
+
"421063": 14,
|
| 112 |
+
"421254": 47,
|
| 113 |
+
"421267": 23,
|
| 114 |
+
"421380": 33,
|
| 115 |
+
"421602": 29,
|
| 116 |
+
"422007": 24,
|
| 117 |
+
"422391": 10,
|
| 118 |
+
"422813": 26,
|
| 119 |
+
"422826": 10,
|
| 120 |
+
"460417": 19,
|
| 121 |
+
"460419": 21,
|
| 122 |
+
"466183": 14,
|
| 123 |
+
"466192": 14,
|
| 124 |
+
"466803": 6,
|
| 125 |
+
"467293": 7,
|
| 126 |
+
"468076": 13,
|
| 127 |
+
"469011": 66
|
| 128 |
+
},
|
| 129 |
+
"relations": {
|
| 130 |
+
"420683": 22,
|
| 131 |
+
"421013": 26,
|
| 132 |
+
"421015": 23,
|
| 133 |
+
"421063": 9,
|
| 134 |
+
"421254": 64,
|
| 135 |
+
"421267": 21,
|
| 136 |
+
"421380": 40,
|
| 137 |
+
"421602": 34,
|
| 138 |
+
"422007": 33,
|
| 139 |
+
"422391": 4,
|
| 140 |
+
"422813": 17,
|
| 141 |
+
"422826": 6,
|
| 142 |
+
"460417": 15,
|
| 143 |
+
"460419": 23,
|
| 144 |
+
"466183": 6,
|
| 145 |
+
"466192": 9,
|
| 146 |
+
"466803": 4,
|
| 147 |
+
"467293": 5,
|
| 148 |
+
"468076": 12,
|
| 149 |
+
"469011": 65
|
| 150 |
+
}
|
| 151 |
+
}
|
| 152 |
+
},
|
| 153 |
+
"notes": [
|
| 154 |
+
"annotations.json and relations.json are the canonical extended annotation snapshots.",
|
| 155 |
+
"compat files are derived from the canonical snapshots for OpenFunGraph layout compatibility.",
|
| 156 |
+
"Original RGB/depth/scan/video assets are not duplicated in this release.",
|
| 157 |
+
"Embedding arrays are omitted unless regenerated from the extended vocabularies."
|
| 158 |
+
]
|
| 159 |
+
}
|
relations.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
scripts/verify_release.py
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python3
|
| 2 |
+
import json
|
| 3 |
+
from pathlib import Path
|
| 4 |
+
|
| 5 |
+
ROOT = Path(__file__).resolve().parents[1]
|
| 6 |
+
|
| 7 |
+
def load(path):
|
| 8 |
+
with (ROOT / path).open("r", encoding="utf-8") as f:
|
| 9 |
+
return json.load(f)
|
| 10 |
+
|
| 11 |
+
def check(name, ann_path, rel_path):
|
| 12 |
+
anns = load(ann_path)
|
| 13 |
+
rels = load(rel_path)
|
| 14 |
+
annot_ids = {x["annot_id"] for x in anns}
|
| 15 |
+
missing = []
|
| 16 |
+
for rel in rels:
|
| 17 |
+
for key in ("first_node_annot_id", "second_node_annot_id"):
|
| 18 |
+
if rel[key] not in annot_ids:
|
| 19 |
+
missing.append((rel["relation_id"], key, rel[key]))
|
| 20 |
+
if missing:
|
| 21 |
+
raise SystemExit(f"{name}: missing endpoints: {missing[:5]} (total {len(missing)})")
|
| 22 |
+
print(f"{name}: ok ({len(anns)} nodes, {len(rels)} edges)")
|
| 23 |
+
|
| 24 |
+
check("all", "annotations.json", "relations.json")
|
| 25 |
+
check("FunGraph3D", "compat/FunGraph3D/FunGraph3D.annotations.json", "compat/FunGraph3D/FunGraph3D.relations.json")
|
| 26 |
+
check("SceneFun3D_Graph", "compat/SceneFun3D_Graph/SceneFun3D.annotations.json", "compat/SceneFun3D_Graph/SceneFun3D.relations.json")
|
splits/FunGraph3D_OpenFunGraph_split.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0kitchen/video0
|
| 2 |
+
1bathroom/video0
|
| 3 |
+
2livingroom/video0
|
| 4 |
+
3kitchen/video0
|
| 5 |
+
4livingroom/video1
|
| 6 |
+
5kitchen/video0
|
| 7 |
+
6kitchen/video1
|
| 8 |
+
7bedroom/video0
|
| 9 |
+
8bathroom/video1
|
| 10 |
+
9bedroom/video1
|
| 11 |
+
10kitchen/video1
|
| 12 |
+
11bedroom/video1
|
| 13 |
+
12kitchen/video0
|
| 14 |
+
13bathroom/video0
|
splits/SceneFun3D_Graph_OpenFunGraph_split.txt
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dev
|
| 2 |
+
420683/42445135
|
| 3 |
+
421013/42444708
|
| 4 |
+
421015/42444787
|
| 5 |
+
421063/42444511
|
| 6 |
+
421254/42444754
|
| 7 |
+
421267/42444733
|
| 8 |
+
421602/42445597
|
| 9 |
+
422007/42446017
|
| 10 |
+
|
| 11 |
+
test
|
| 12 |
+
421380/42445022
|
| 13 |
+
422391/42446522
|
| 14 |
+
422813/42897545
|
| 15 |
+
422826/42897541
|
| 16 |
+
460417/44358451
|
| 17 |
+
460419/44358446
|
| 18 |
+
466183/45260920
|
| 19 |
+
466192/45260899
|
| 20 |
+
466803/45261133
|
| 21 |
+
467293/45261615
|
| 22 |
+
468076/45261631
|
| 23 |
+
469011/45663164
|