Datasets:
Formats:
json
Languages:
English
Size:
< 1K
Tags:
3d-scene-understanding
monocular-depth-estimation
controlnet
diffusion-models
benchmark
evaluation
License:
Add 9 single-fileSet calibrated-views-* sub-RecordSets (passes mlcroissant 0 errors + 7/7 NeurIPS RAI fields)
Browse files- croissant.json +554 -123
croissant.json
CHANGED
|
@@ -648,15 +648,15 @@
|
|
| 648 |
"recordSet": [
|
| 649 |
{
|
| 650 |
"@type": "cr:RecordSet",
|
| 651 |
-
"@id": "calibrated-views",
|
| 652 |
-
"name": "calibrated-views",
|
| 653 |
-
"description": "3,600 calibrated
|
| 654 |
"field": [
|
| 655 |
{
|
| 656 |
"@type": "cr:Field",
|
| 657 |
-
"@id": "calibrated-views/room_id",
|
| 658 |
"name": "room_id",
|
| 659 |
-
"description": "3D-FRONT room identifier (
|
| 660 |
"dataType": "sc:Text",
|
| 661 |
"source": {
|
| 662 |
"fileSet": {
|
|
@@ -666,15 +666,15 @@
|
|
| 666 |
"fileProperty": "fullpath"
|
| 667 |
},
|
| 668 |
"transform": {
|
| 669 |
-
"regex": "renders_textured/([^/]+)/L[012]_[a-z]+/view_[0-3]/rgb_textured\\.png"
|
| 670 |
}
|
| 671 |
}
|
| 672 |
},
|
| 673 |
{
|
| 674 |
"@type": "cr:Field",
|
| 675 |
-
"@id": "calibrated-views/level",
|
| 676 |
"name": "level",
|
| 677 |
-
"description": "Furniture complexity level: L0_empty (bare room), L1_basic (key furniture only), L2_full (fully furnished)",
|
| 678 |
"dataType": "sc:Text",
|
| 679 |
"source": {
|
| 680 |
"fileSet": {
|
|
@@ -684,15 +684,15 @@
|
|
| 684 |
"fileProperty": "fullpath"
|
| 685 |
},
|
| 686 |
"transform": {
|
| 687 |
-
"regex": "renders_textured/[^/]+/(L[012]_[a-z]+)/view_[0-3]/rgb_textured\\.png"
|
| 688 |
}
|
| 689 |
}
|
| 690 |
},
|
| 691 |
{
|
| 692 |
"@type": "cr:Field",
|
| 693 |
-
"@id": "calibrated-views/view",
|
| 694 |
"name": "view",
|
| 695 |
-
"description": "Camera viewpoint index (view_0 through view_3)",
|
| 696 |
"dataType": "sc:Text",
|
| 697 |
"source": {
|
| 698 |
"fileSet": {
|
|
@@ -702,88 +702,608 @@
|
|
| 702 |
"fileProperty": "fullpath"
|
| 703 |
},
|
| 704 |
"transform": {
|
| 705 |
-
"regex": "renders_textured/[^/]+/L[012]_[a-z]+/(view_[0-3])/rgb_textured\\.png"
|
| 706 |
}
|
| 707 |
}
|
| 708 |
},
|
| 709 |
{
|
| 710 |
"@type": "cr:Field",
|
| 711 |
-
"@id": "calibrated-views/rgb",
|
| 712 |
"name": "rgb",
|
| 713 |
-
"description": "Ground-truth RGB render (
|
| 714 |
"dataType": "sc:ImageObject",
|
| 715 |
"source": {
|
| 716 |
"fileSet": {
|
| 717 |
"@id": "gt-rgb-files"
|
| 718 |
}
|
| 719 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 720 |
},
|
| 721 |
{
|
| 722 |
"@type": "cr:Field",
|
| 723 |
-
"@id": "calibrated-views/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 724 |
"name": "depth_exr",
|
| 725 |
-
"description": "Ground-truth metric depth map (
|
| 726 |
-
"dataType": "sc:
|
| 727 |
"source": {
|
| 728 |
"fileSet": {
|
| 729 |
"@id": "gt-depth-files"
|
| 730 |
}
|
| 731 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 732 |
},
|
| 733 |
{
|
| 734 |
"@type": "cr:Field",
|
| 735 |
-
"@id": "calibrated-views/canny",
|
| 736 |
"name": "canny",
|
| 737 |
-
"description": "Canny edge map (PNG; low=100
|
| 738 |
"dataType": "sc:ImageObject",
|
| 739 |
"source": {
|
| 740 |
"fileSet": {
|
| 741 |
"@id": "gt-canny-files"
|
| 742 |
}
|
| 743 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 744 |
},
|
| 745 |
{
|
| 746 |
"@type": "cr:Field",
|
| 747 |
-
"@id": "calibrated-views/semantic_id",
|
| 748 |
"name": "semantic_id",
|
| 749 |
-
"description": "Semantic class label map (PNG; pixel
|
| 750 |
"dataType": "sc:ImageObject",
|
| 751 |
"source": {
|
| 752 |
"fileSet": {
|
| 753 |
"@id": "gt-semantic-id-files"
|
| 754 |
}
|
| 755 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 756 |
},
|
| 757 |
{
|
| 758 |
"@type": "cr:Field",
|
| 759 |
-
"@id": "calibrated-views/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 760 |
"name": "semantic_mask",
|
| 761 |
-
"description": "
|
| 762 |
"dataType": "sc:ImageObject",
|
| 763 |
"source": {
|
| 764 |
"fileSet": {
|
| 765 |
"@id": "gt-semantic-mask-files"
|
| 766 |
}
|
| 767 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 768 |
},
|
| 769 |
{
|
| 770 |
"@type": "cr:Field",
|
| 771 |
-
"@id": "calibrated-views/wireframe_3d",
|
| 772 |
"name": "wireframe_3d",
|
| 773 |
-
"description": "3D wireframe overlay render (PNG)",
|
| 774 |
"dataType": "sc:ImageObject",
|
| 775 |
"source": {
|
| 776 |
"fileSet": {
|
| 777 |
"@id": "gt-wireframe-files"
|
| 778 |
}
|
| 779 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 780 |
},
|
| 781 |
{
|
| 782 |
"@type": "cr:Field",
|
| 783 |
-
"@id": "calibrated-views
|
| 784 |
-
"name": "
|
| 785 |
-
"description": "
|
| 786 |
"dataType": "sc:Text",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 787 |
"source": {
|
| 788 |
"fileSet": {
|
| 789 |
"@id": "gt-camera-files"
|
|
@@ -803,36 +1323,21 @@
|
|
| 803 |
"@id": "generated-images/room_id",
|
| 804 |
"name": "room_id",
|
| 805 |
"description": "3D-FRONT room identifier, matching calibrated-views/room_id",
|
| 806 |
-
"dataType": "sc:Text"
|
| 807 |
-
"references": {
|
| 808 |
-
"field": {
|
| 809 |
-
"@id": "calibrated-views/room_id"
|
| 810 |
-
}
|
| 811 |
-
}
|
| 812 |
},
|
| 813 |
{
|
| 814 |
"@type": "cr:Field",
|
| 815 |
"@id": "generated-images/level",
|
| 816 |
"name": "level",
|
| 817 |
"description": "Furniture complexity level (L0_empty, L1_basic, L2_full)",
|
| 818 |
-
"dataType": "sc:Text"
|
| 819 |
-
"references": {
|
| 820 |
-
"field": {
|
| 821 |
-
"@id": "calibrated-views/level"
|
| 822 |
-
}
|
| 823 |
-
}
|
| 824 |
},
|
| 825 |
{
|
| 826 |
"@type": "cr:Field",
|
| 827 |
"@id": "generated-images/view",
|
| 828 |
"name": "view",
|
| 829 |
"description": "Camera viewpoint index (view_0 through view_3)",
|
| 830 |
-
"dataType": "sc:Text"
|
| 831 |
-
"references": {
|
| 832 |
-
"field": {
|
| 833 |
-
"@id": "calibrated-views/view"
|
| 834 |
-
}
|
| 835 |
-
}
|
| 836 |
},
|
| 837 |
{
|
| 838 |
"@type": "cr:Field",
|
|
@@ -866,12 +1371,7 @@
|
|
| 866 |
"@id": "depth-estimates/room_id",
|
| 867 |
"name": "room_id",
|
| 868 |
"description": "3D-FRONT room identifier",
|
| 869 |
-
"dataType": "sc:Text"
|
| 870 |
-
"references": {
|
| 871 |
-
"field": {
|
| 872 |
-
"@id": "calibrated-views/room_id"
|
| 873 |
-
}
|
| 874 |
-
}
|
| 875 |
},
|
| 876 |
{
|
| 877 |
"@type": "cr:Field",
|
|
@@ -913,7 +1413,7 @@
|
|
| 913 |
"@id": "depth-estimates/depth_npy",
|
| 914 |
"name": "depth_npy",
|
| 915 |
"description": "Estimated depth map stored as a NumPy array (.npy, float32)",
|
| 916 |
-
"dataType": "sc:
|
| 917 |
"source": {
|
| 918 |
"fileSet": {
|
| 919 |
"@id": "depth-gen-depthpro-files"
|
|
@@ -921,75 +1421,6 @@
|
|
| 921 |
}
|
| 922 |
}
|
| 923 |
]
|
| 924 |
-
},
|
| 925 |
-
{
|
| 926 |
-
"@type": "cr:RecordSet",
|
| 927 |
-
"@id": "evaluation-metrics",
|
| 928 |
-
"name": "evaluation-metrics",
|
| 929 |
-
"description": "Pre-computed evaluation metrics per model per complexity level. Four geometric fidelity metrics (lower is better) and two perceptual metrics.",
|
| 930 |
-
"field": [
|
| 931 |
-
{
|
| 932 |
-
"@type": "cr:Field",
|
| 933 |
-
"@id": "evaluation-metrics/model",
|
| 934 |
-
"name": "model",
|
| 935 |
-
"description": "Generation model identifier",
|
| 936 |
-
"dataType": "sc:Text",
|
| 937 |
-
"references": {
|
| 938 |
-
"field": {
|
| 939 |
-
"@id": "generated-images/model"
|
| 940 |
-
}
|
| 941 |
-
}
|
| 942 |
-
},
|
| 943 |
-
{
|
| 944 |
-
"@type": "cr:Field",
|
| 945 |
-
"@id": "evaluation-metrics/level",
|
| 946 |
-
"name": "level",
|
| 947 |
-
"description": "Furniture complexity level",
|
| 948 |
-
"dataType": "sc:Text"
|
| 949 |
-
},
|
| 950 |
-
{
|
| 951 |
-
"@type": "cr:Field",
|
| 952 |
-
"@id": "evaluation-metrics/L_plane",
|
| 953 |
-
"name": "L_plane",
|
| 954 |
-
"description": "Planarity error: mean deviation of fitted planes on structural surfaces (wall, floor, ceiling) from ground truth. Lower is better.",
|
| 955 |
-
"dataType": "sc:Float"
|
| 956 |
-
},
|
| 957 |
-
{
|
| 958 |
-
"@type": "cr:Field",
|
| 959 |
-
"@id": "evaluation-metrics/L_ortho",
|
| 960 |
-
"name": "L_ortho",
|
| 961 |
-
"description": "Orthogonality error: deviation of wall-floor and wall-ceiling angles from 90 degrees. Lower is better.",
|
| 962 |
-
"dataType": "sc:Float"
|
| 963 |
-
},
|
| 964 |
-
{
|
| 965 |
-
"@type": "cr:Field",
|
| 966 |
-
"@id": "evaluation-metrics/L_edge",
|
| 967 |
-
"name": "L_edge",
|
| 968 |
-
"description": "Edge straightness error: deviation of structural edges from straight lines. Lower is better.",
|
| 969 |
-
"dataType": "sc:Float"
|
| 970 |
-
},
|
| 971 |
-
{
|
| 972 |
-
"@type": "cr:Field",
|
| 973 |
-
"@id": "evaluation-metrics/L_vp",
|
| 974 |
-
"name": "L_vp",
|
| 975 |
-
"description": "Vanishing point consistency error: angular deviation of detected vanishing points from ground-truth camera geometry. Lower is better.",
|
| 976 |
-
"dataType": "sc:Float"
|
| 977 |
-
},
|
| 978 |
-
{
|
| 979 |
-
"@type": "cr:Field",
|
| 980 |
-
"@id": "evaluation-metrics/FID",
|
| 981 |
-
"name": "FID",
|
| 982 |
-
"description": "Frechet Inception Distance (perceptual, lower is better)",
|
| 983 |
-
"dataType": "sc:Float"
|
| 984 |
-
},
|
| 985 |
-
{
|
| 986 |
-
"@type": "cr:Field",
|
| 987 |
-
"@id": "evaluation-metrics/LPIPS",
|
| 988 |
-
"name": "LPIPS",
|
| 989 |
-
"description": "Learned Perceptual Image Patch Similarity (perceptual, lower is better)",
|
| 990 |
-
"dataType": "sc:Float"
|
| 991 |
-
}
|
| 992 |
-
]
|
| 993 |
}
|
| 994 |
]
|
| 995 |
-
}
|
|
|
|
| 648 |
"recordSet": [
|
| 649 |
{
|
| 650 |
"@type": "cr:RecordSet",
|
| 651 |
+
"@id": "calibrated-views-rgb",
|
| 652 |
+
"name": "calibrated-views-rgb",
|
| 653 |
+
"description": "3,600 calibrated GT views indexed by (room_id, level, view) with the corresponding rgb_textured.png payload. Each row is one of the 300 rooms x 3 complexity levels x 4 viewpoints = 3,600 per-view files.",
|
| 654 |
"field": [
|
| 655 |
{
|
| 656 |
"@type": "cr:Field",
|
| 657 |
+
"@id": "calibrated-views-rgb/room_id",
|
| 658 |
"name": "room_id",
|
| 659 |
+
"description": "3D-FRONT room identifier (UUID + RoomType-SceneID), extracted from the file path.",
|
| 660 |
"dataType": "sc:Text",
|
| 661 |
"source": {
|
| 662 |
"fileSet": {
|
|
|
|
| 666 |
"fileProperty": "fullpath"
|
| 667 |
},
|
| 668 |
"transform": {
|
| 669 |
+
"regex": "^(?:.*/)?renders_textured/([^/]+)/L[012]_[a-z]+/view_[0-3]/rgb_textured\\.png$"
|
| 670 |
}
|
| 671 |
}
|
| 672 |
},
|
| 673 |
{
|
| 674 |
"@type": "cr:Field",
|
| 675 |
+
"@id": "calibrated-views-rgb/level",
|
| 676 |
"name": "level",
|
| 677 |
+
"description": "Furniture complexity level: L0_empty (bare room), L1_basic (key furniture only), or L2_full (fully furnished). Extracted from the file path.",
|
| 678 |
"dataType": "sc:Text",
|
| 679 |
"source": {
|
| 680 |
"fileSet": {
|
|
|
|
| 684 |
"fileProperty": "fullpath"
|
| 685 |
},
|
| 686 |
"transform": {
|
| 687 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/(L[012]_[a-z]+)/view_[0-3]/rgb_textured\\.png$"
|
| 688 |
}
|
| 689 |
}
|
| 690 |
},
|
| 691 |
{
|
| 692 |
"@type": "cr:Field",
|
| 693 |
+
"@id": "calibrated-views-rgb/view",
|
| 694 |
"name": "view",
|
| 695 |
+
"description": "Camera viewpoint index (view_0 through view_3, placed at room bounding-box corners at 1.43 m eye height with FOV 90 degrees). Extracted from the file path.",
|
| 696 |
"dataType": "sc:Text",
|
| 697 |
"source": {
|
| 698 |
"fileSet": {
|
|
|
|
| 702 |
"fileProperty": "fullpath"
|
| 703 |
},
|
| 704 |
"transform": {
|
| 705 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/L[012]_[a-z]+/(view_[0-3])/rgb_textured\\.png$"
|
| 706 |
}
|
| 707 |
}
|
| 708 |
},
|
| 709 |
{
|
| 710 |
"@type": "cr:Field",
|
| 711 |
+
"@id": "calibrated-views-rgb/rgb",
|
| 712 |
"name": "rgb",
|
| 713 |
+
"description": "Ground-truth RGB render (1024x1024 PNG); the primary visual input fed to Canny extraction and to all six generation pipelines as paired GT.",
|
| 714 |
"dataType": "sc:ImageObject",
|
| 715 |
"source": {
|
| 716 |
"fileSet": {
|
| 717 |
"@id": "gt-rgb-files"
|
| 718 |
}
|
| 719 |
}
|
| 720 |
+
}
|
| 721 |
+
]
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"@type": "cr:RecordSet",
|
| 725 |
+
"@id": "calibrated-views-depth-exr",
|
| 726 |
+
"name": "calibrated-views-depth-exr",
|
| 727 |
+
"description": "3,600 calibrated GT views indexed by (room_id, level, view) with the corresponding depth.exr payload. Each row is one of the 300 rooms x 3 complexity levels x 4 viewpoints = 3,600 per-view files.",
|
| 728 |
+
"field": [
|
| 729 |
+
{
|
| 730 |
+
"@type": "cr:Field",
|
| 731 |
+
"@id": "calibrated-views-depth-exr/room_id",
|
| 732 |
+
"name": "room_id",
|
| 733 |
+
"description": "3D-FRONT room identifier (UUID + RoomType-SceneID), extracted from the file path.",
|
| 734 |
+
"dataType": "sc:Text",
|
| 735 |
+
"source": {
|
| 736 |
+
"fileSet": {
|
| 737 |
+
"@id": "gt-depth-files"
|
| 738 |
+
},
|
| 739 |
+
"extract": {
|
| 740 |
+
"fileProperty": "fullpath"
|
| 741 |
+
},
|
| 742 |
+
"transform": {
|
| 743 |
+
"regex": "^(?:.*/)?renders_textured/([^/]+)/L[012]_[a-z]+/view_[0-3]/depth\\.exr$"
|
| 744 |
+
}
|
| 745 |
+
}
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"@type": "cr:Field",
|
| 749 |
+
"@id": "calibrated-views-depth-exr/level",
|
| 750 |
+
"name": "level",
|
| 751 |
+
"description": "Furniture complexity level: L0_empty (bare room), L1_basic (key furniture only), or L2_full (fully furnished). Extracted from the file path.",
|
| 752 |
+
"dataType": "sc:Text",
|
| 753 |
+
"source": {
|
| 754 |
+
"fileSet": {
|
| 755 |
+
"@id": "gt-depth-files"
|
| 756 |
+
},
|
| 757 |
+
"extract": {
|
| 758 |
+
"fileProperty": "fullpath"
|
| 759 |
+
},
|
| 760 |
+
"transform": {
|
| 761 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/(L[012]_[a-z]+)/view_[0-3]/depth\\.exr$"
|
| 762 |
+
}
|
| 763 |
+
}
|
| 764 |
},
|
| 765 |
{
|
| 766 |
"@type": "cr:Field",
|
| 767 |
+
"@id": "calibrated-views-depth-exr/view",
|
| 768 |
+
"name": "view",
|
| 769 |
+
"description": "Camera viewpoint index (view_0 through view_3, placed at room bounding-box corners at 1.43 m eye height with FOV 90 degrees). Extracted from the file path.",
|
| 770 |
+
"dataType": "sc:Text",
|
| 771 |
+
"source": {
|
| 772 |
+
"fileSet": {
|
| 773 |
+
"@id": "gt-depth-files"
|
| 774 |
+
},
|
| 775 |
+
"extract": {
|
| 776 |
+
"fileProperty": "fullpath"
|
| 777 |
+
},
|
| 778 |
+
"transform": {
|
| 779 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/L[012]_[a-z]+/(view_[0-3])/depth\\.exr$"
|
| 780 |
+
}
|
| 781 |
+
}
|
| 782 |
+
},
|
| 783 |
+
{
|
| 784 |
+
"@type": "cr:Field",
|
| 785 |
+
"@id": "calibrated-views-depth-exr/depth_exr",
|
| 786 |
"name": "depth_exr",
|
| 787 |
+
"description": "Ground-truth metric depth map (32-bit OpenEXR float, in metres). Canonical depth source used for L_plane / L_ortho / L_edge baselines and for LoRA training supervision.",
|
| 788 |
+
"dataType": "sc:URL",
|
| 789 |
"source": {
|
| 790 |
"fileSet": {
|
| 791 |
"@id": "gt-depth-files"
|
| 792 |
}
|
| 793 |
}
|
| 794 |
+
}
|
| 795 |
+
]
|
| 796 |
+
},
|
| 797 |
+
{
|
| 798 |
+
"@type": "cr:RecordSet",
|
| 799 |
+
"@id": "calibrated-views-depth-png",
|
| 800 |
+
"name": "calibrated-views-depth-png",
|
| 801 |
+
"description": "3,600 calibrated GT views indexed by (room_id, level, view) with the corresponding depth.png payload. Each row is one of the 300 rooms x 3 complexity levels x 4 viewpoints = 3,600 per-view files.",
|
| 802 |
+
"field": [
|
| 803 |
+
{
|
| 804 |
+
"@type": "cr:Field",
|
| 805 |
+
"@id": "calibrated-views-depth-png/room_id",
|
| 806 |
+
"name": "room_id",
|
| 807 |
+
"description": "3D-FRONT room identifier (UUID + RoomType-SceneID), extracted from the file path.",
|
| 808 |
+
"dataType": "sc:Text",
|
| 809 |
+
"source": {
|
| 810 |
+
"fileSet": {
|
| 811 |
+
"@id": "gt-depth-png-files"
|
| 812 |
+
},
|
| 813 |
+
"extract": {
|
| 814 |
+
"fileProperty": "fullpath"
|
| 815 |
+
},
|
| 816 |
+
"transform": {
|
| 817 |
+
"regex": "^(?:.*/)?renders_textured/([^/]+)/L[012]_[a-z]+/view_[0-3]/depth\\.png$"
|
| 818 |
+
}
|
| 819 |
+
}
|
| 820 |
+
},
|
| 821 |
+
{
|
| 822 |
+
"@type": "cr:Field",
|
| 823 |
+
"@id": "calibrated-views-depth-png/level",
|
| 824 |
+
"name": "level",
|
| 825 |
+
"description": "Furniture complexity level: L0_empty (bare room), L1_basic (key furniture only), or L2_full (fully furnished). Extracted from the file path.",
|
| 826 |
+
"dataType": "sc:Text",
|
| 827 |
+
"source": {
|
| 828 |
+
"fileSet": {
|
| 829 |
+
"@id": "gt-depth-png-files"
|
| 830 |
+
},
|
| 831 |
+
"extract": {
|
| 832 |
+
"fileProperty": "fullpath"
|
| 833 |
+
},
|
| 834 |
+
"transform": {
|
| 835 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/(L[012]_[a-z]+)/view_[0-3]/depth\\.png$"
|
| 836 |
+
}
|
| 837 |
+
}
|
| 838 |
+
},
|
| 839 |
+
{
|
| 840 |
+
"@type": "cr:Field",
|
| 841 |
+
"@id": "calibrated-views-depth-png/view",
|
| 842 |
+
"name": "view",
|
| 843 |
+
"description": "Camera viewpoint index (view_0 through view_3, placed at room bounding-box corners at 1.43 m eye height with FOV 90 degrees). Extracted from the file path.",
|
| 844 |
+
"dataType": "sc:Text",
|
| 845 |
+
"source": {
|
| 846 |
+
"fileSet": {
|
| 847 |
+
"@id": "gt-depth-png-files"
|
| 848 |
+
},
|
| 849 |
+
"extract": {
|
| 850 |
+
"fileProperty": "fullpath"
|
| 851 |
+
},
|
| 852 |
+
"transform": {
|
| 853 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/L[012]_[a-z]+/(view_[0-3])/depth\\.png$"
|
| 854 |
+
}
|
| 855 |
+
}
|
| 856 |
+
},
|
| 857 |
+
{
|
| 858 |
+
"@type": "cr:Field",
|
| 859 |
+
"@id": "calibrated-views-depth-png/depth_png",
|
| 860 |
+
"name": "depth_png",
|
| 861 |
+
"description": "8-bit normalised depth visualisation (PNG, QA only). Not used for evaluation; provided for quick visual inspection.",
|
| 862 |
+
"dataType": "sc:ImageObject",
|
| 863 |
+
"source": {
|
| 864 |
+
"fileSet": {
|
| 865 |
+
"@id": "gt-depth-png-files"
|
| 866 |
+
}
|
| 867 |
+
}
|
| 868 |
+
}
|
| 869 |
+
]
|
| 870 |
+
},
|
| 871 |
+
{
|
| 872 |
+
"@type": "cr:RecordSet",
|
| 873 |
+
"@id": "calibrated-views-depth-npy",
|
| 874 |
+
"name": "calibrated-views-depth-npy",
|
| 875 |
+
"description": "3,600 calibrated GT views indexed by (room_id, level, view) with the corresponding depth_gt.npy payload. Each row is one of the 300 rooms x 3 complexity levels x 4 viewpoints = 3,600 per-view files.",
|
| 876 |
+
"field": [
|
| 877 |
+
{
|
| 878 |
+
"@type": "cr:Field",
|
| 879 |
+
"@id": "calibrated-views-depth-npy/room_id",
|
| 880 |
+
"name": "room_id",
|
| 881 |
+
"description": "3D-FRONT room identifier (UUID + RoomType-SceneID), extracted from the file path.",
|
| 882 |
+
"dataType": "sc:Text",
|
| 883 |
+
"source": {
|
| 884 |
+
"fileSet": {
|
| 885 |
+
"@id": "gt-depth-npy-cache-files"
|
| 886 |
+
},
|
| 887 |
+
"extract": {
|
| 888 |
+
"fileProperty": "fullpath"
|
| 889 |
+
},
|
| 890 |
+
"transform": {
|
| 891 |
+
"regex": "^(?:.*/)?renders_textured/([^/]+)/L[012]_[a-z]+/view_[0-3]/depth_gt\\.npy$"
|
| 892 |
+
}
|
| 893 |
+
}
|
| 894 |
+
},
|
| 895 |
+
{
|
| 896 |
+
"@type": "cr:Field",
|
| 897 |
+
"@id": "calibrated-views-depth-npy/level",
|
| 898 |
+
"name": "level",
|
| 899 |
+
"description": "Furniture complexity level: L0_empty (bare room), L1_basic (key furniture only), or L2_full (fully furnished). Extracted from the file path.",
|
| 900 |
+
"dataType": "sc:Text",
|
| 901 |
+
"source": {
|
| 902 |
+
"fileSet": {
|
| 903 |
+
"@id": "gt-depth-npy-cache-files"
|
| 904 |
+
},
|
| 905 |
+
"extract": {
|
| 906 |
+
"fileProperty": "fullpath"
|
| 907 |
+
},
|
| 908 |
+
"transform": {
|
| 909 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/(L[012]_[a-z]+)/view_[0-3]/depth_gt\\.npy$"
|
| 910 |
+
}
|
| 911 |
+
}
|
| 912 |
+
},
|
| 913 |
+
{
|
| 914 |
+
"@type": "cr:Field",
|
| 915 |
+
"@id": "calibrated-views-depth-npy/view",
|
| 916 |
+
"name": "view",
|
| 917 |
+
"description": "Camera viewpoint index (view_0 through view_3, placed at room bounding-box corners at 1.43 m eye height with FOV 90 degrees). Extracted from the file path.",
|
| 918 |
+
"dataType": "sc:Text",
|
| 919 |
+
"source": {
|
| 920 |
+
"fileSet": {
|
| 921 |
+
"@id": "gt-depth-npy-cache-files"
|
| 922 |
+
},
|
| 923 |
+
"extract": {
|
| 924 |
+
"fileProperty": "fullpath"
|
| 925 |
+
},
|
| 926 |
+
"transform": {
|
| 927 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/L[012]_[a-z]+/(view_[0-3])/depth_gt\\.npy$"
|
| 928 |
+
}
|
| 929 |
+
}
|
| 930 |
+
},
|
| 931 |
+
{
|
| 932 |
+
"@type": "cr:Field",
|
| 933 |
+
"@id": "calibrated-views-depth-npy/depth_gt_npy",
|
| 934 |
+
"name": "depth_gt_npy",
|
| 935 |
+
"description": "NumPy float32 cache of depth.exr (~4 MB per view). Numerically identical to depth.exr; provided for fast loading in environments without an OpenEXR decoder (e.g. during LoRA fine-tuning).",
|
| 936 |
+
"dataType": "sc:URL",
|
| 937 |
+
"source": {
|
| 938 |
+
"fileSet": {
|
| 939 |
+
"@id": "gt-depth-npy-cache-files"
|
| 940 |
+
}
|
| 941 |
+
}
|
| 942 |
+
}
|
| 943 |
+
]
|
| 944 |
+
},
|
| 945 |
+
{
|
| 946 |
+
"@type": "cr:RecordSet",
|
| 947 |
+
"@id": "calibrated-views-canny",
|
| 948 |
+
"name": "calibrated-views-canny",
|
| 949 |
+
"description": "3,600 calibrated GT views indexed by (room_id, level, view) with the corresponding canny.png payload. Each row is one of the 300 rooms x 3 complexity levels x 4 viewpoints = 3,600 per-view files.",
|
| 950 |
+
"field": [
|
| 951 |
+
{
|
| 952 |
+
"@type": "cr:Field",
|
| 953 |
+
"@id": "calibrated-views-canny/room_id",
|
| 954 |
+
"name": "room_id",
|
| 955 |
+
"description": "3D-FRONT room identifier (UUID + RoomType-SceneID), extracted from the file path.",
|
| 956 |
+
"dataType": "sc:Text",
|
| 957 |
+
"source": {
|
| 958 |
+
"fileSet": {
|
| 959 |
+
"@id": "gt-canny-files"
|
| 960 |
+
},
|
| 961 |
+
"extract": {
|
| 962 |
+
"fileProperty": "fullpath"
|
| 963 |
+
},
|
| 964 |
+
"transform": {
|
| 965 |
+
"regex": "^(?:.*/)?renders_textured/([^/]+)/L[012]_[a-z]+/view_[0-3]/canny\\.png$"
|
| 966 |
+
}
|
| 967 |
+
}
|
| 968 |
+
},
|
| 969 |
+
{
|
| 970 |
+
"@type": "cr:Field",
|
| 971 |
+
"@id": "calibrated-views-canny/level",
|
| 972 |
+
"name": "level",
|
| 973 |
+
"description": "Furniture complexity level: L0_empty (bare room), L1_basic (key furniture only), or L2_full (fully furnished). Extracted from the file path.",
|
| 974 |
+
"dataType": "sc:Text",
|
| 975 |
+
"source": {
|
| 976 |
+
"fileSet": {
|
| 977 |
+
"@id": "gt-canny-files"
|
| 978 |
+
},
|
| 979 |
+
"extract": {
|
| 980 |
+
"fileProperty": "fullpath"
|
| 981 |
+
},
|
| 982 |
+
"transform": {
|
| 983 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/(L[012]_[a-z]+)/view_[0-3]/canny\\.png$"
|
| 984 |
+
}
|
| 985 |
+
}
|
| 986 |
+
},
|
| 987 |
+
{
|
| 988 |
+
"@type": "cr:Field",
|
| 989 |
+
"@id": "calibrated-views-canny/view",
|
| 990 |
+
"name": "view",
|
| 991 |
+
"description": "Camera viewpoint index (view_0 through view_3, placed at room bounding-box corners at 1.43 m eye height with FOV 90 degrees). Extracted from the file path.",
|
| 992 |
+
"dataType": "sc:Text",
|
| 993 |
+
"source": {
|
| 994 |
+
"fileSet": {
|
| 995 |
+
"@id": "gt-canny-files"
|
| 996 |
+
},
|
| 997 |
+
"extract": {
|
| 998 |
+
"fileProperty": "fullpath"
|
| 999 |
+
},
|
| 1000 |
+
"transform": {
|
| 1001 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/L[012]_[a-z]+/(view_[0-3])/canny\\.png$"
|
| 1002 |
+
}
|
| 1003 |
+
}
|
| 1004 |
},
|
| 1005 |
{
|
| 1006 |
"@type": "cr:Field",
|
| 1007 |
+
"@id": "calibrated-views-canny/canny",
|
| 1008 |
"name": "canny",
|
| 1009 |
+
"description": "Canny edge map (PNG; thresholds low=100/high=200). Used as the uniform ControlNet conditioning input for all six generation pipelines.",
|
| 1010 |
"dataType": "sc:ImageObject",
|
| 1011 |
"source": {
|
| 1012 |
"fileSet": {
|
| 1013 |
"@id": "gt-canny-files"
|
| 1014 |
}
|
| 1015 |
}
|
| 1016 |
+
}
|
| 1017 |
+
]
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"@type": "cr:RecordSet",
|
| 1021 |
+
"@id": "calibrated-views-semantic-id",
|
| 1022 |
+
"name": "calibrated-views-semantic-id",
|
| 1023 |
+
"description": "3,600 calibrated GT views indexed by (room_id, level, view) with the corresponding semantic_id.png payload. Each row is one of the 300 rooms x 3 complexity levels x 4 viewpoints = 3,600 per-view files.",
|
| 1024 |
+
"field": [
|
| 1025 |
+
{
|
| 1026 |
+
"@type": "cr:Field",
|
| 1027 |
+
"@id": "calibrated-views-semantic-id/room_id",
|
| 1028 |
+
"name": "room_id",
|
| 1029 |
+
"description": "3D-FRONT room identifier (UUID + RoomType-SceneID), extracted from the file path.",
|
| 1030 |
+
"dataType": "sc:Text",
|
| 1031 |
+
"source": {
|
| 1032 |
+
"fileSet": {
|
| 1033 |
+
"@id": "gt-semantic-id-files"
|
| 1034 |
+
},
|
| 1035 |
+
"extract": {
|
| 1036 |
+
"fileProperty": "fullpath"
|
| 1037 |
+
},
|
| 1038 |
+
"transform": {
|
| 1039 |
+
"regex": "^(?:.*/)?renders_textured/([^/]+)/L[012]_[a-z]+/view_[0-3]/semantic_id\\.png$"
|
| 1040 |
+
}
|
| 1041 |
+
}
|
| 1042 |
+
},
|
| 1043 |
+
{
|
| 1044 |
+
"@type": "cr:Field",
|
| 1045 |
+
"@id": "calibrated-views-semantic-id/level",
|
| 1046 |
+
"name": "level",
|
| 1047 |
+
"description": "Furniture complexity level: L0_empty (bare room), L1_basic (key furniture only), or L2_full (fully furnished). Extracted from the file path.",
|
| 1048 |
+
"dataType": "sc:Text",
|
| 1049 |
+
"source": {
|
| 1050 |
+
"fileSet": {
|
| 1051 |
+
"@id": "gt-semantic-id-files"
|
| 1052 |
+
},
|
| 1053 |
+
"extract": {
|
| 1054 |
+
"fileProperty": "fullpath"
|
| 1055 |
+
},
|
| 1056 |
+
"transform": {
|
| 1057 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/(L[012]_[a-z]+)/view_[0-3]/semantic_id\\.png$"
|
| 1058 |
+
}
|
| 1059 |
+
}
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"@type": "cr:Field",
|
| 1063 |
+
"@id": "calibrated-views-semantic-id/view",
|
| 1064 |
+
"name": "view",
|
| 1065 |
+
"description": "Camera viewpoint index (view_0 through view_3, placed at room bounding-box corners at 1.43 m eye height with FOV 90 degrees). Extracted from the file path.",
|
| 1066 |
+
"dataType": "sc:Text",
|
| 1067 |
+
"source": {
|
| 1068 |
+
"fileSet": {
|
| 1069 |
+
"@id": "gt-semantic-id-files"
|
| 1070 |
+
},
|
| 1071 |
+
"extract": {
|
| 1072 |
+
"fileProperty": "fullpath"
|
| 1073 |
+
},
|
| 1074 |
+
"transform": {
|
| 1075 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/L[012]_[a-z]+/(view_[0-3])/semantic_id\\.png$"
|
| 1076 |
+
}
|
| 1077 |
+
}
|
| 1078 |
},
|
| 1079 |
{
|
| 1080 |
"@type": "cr:Field",
|
| 1081 |
+
"@id": "calibrated-views-semantic-id/semantic_id",
|
| 1082 |
"name": "semantic_id",
|
| 1083 |
+
"description": "Semantic class label map (PNG; pixel value = class ID with 0=background, 1=floor, 2=ceiling, 3=wall, 4=opening, 5=structural element, 6=furniture). Primary planar classes 1/2/3 are used for L_plane and L_ortho computation; furniture (class 6) is excluded.",
|
| 1084 |
"dataType": "sc:ImageObject",
|
| 1085 |
"source": {
|
| 1086 |
"fileSet": {
|
| 1087 |
"@id": "gt-semantic-id-files"
|
| 1088 |
}
|
| 1089 |
}
|
| 1090 |
+
}
|
| 1091 |
+
]
|
| 1092 |
+
},
|
| 1093 |
+
{
|
| 1094 |
+
"@type": "cr:RecordSet",
|
| 1095 |
+
"@id": "calibrated-views-semantic-rgb",
|
| 1096 |
+
"name": "calibrated-views-semantic-rgb",
|
| 1097 |
+
"description": "3,600 calibrated GT views indexed by (room_id, level, view) with the corresponding semantic_mask.png payload. Each row is one of the 300 rooms x 3 complexity levels x 4 viewpoints = 3,600 per-view files.",
|
| 1098 |
+
"field": [
|
| 1099 |
+
{
|
| 1100 |
+
"@type": "cr:Field",
|
| 1101 |
+
"@id": "calibrated-views-semantic-rgb/room_id",
|
| 1102 |
+
"name": "room_id",
|
| 1103 |
+
"description": "3D-FRONT room identifier (UUID + RoomType-SceneID), extracted from the file path.",
|
| 1104 |
+
"dataType": "sc:Text",
|
| 1105 |
+
"source": {
|
| 1106 |
+
"fileSet": {
|
| 1107 |
+
"@id": "gt-semantic-mask-files"
|
| 1108 |
+
},
|
| 1109 |
+
"extract": {
|
| 1110 |
+
"fileProperty": "fullpath"
|
| 1111 |
+
},
|
| 1112 |
+
"transform": {
|
| 1113 |
+
"regex": "^(?:.*/)?renders_textured/([^/]+)/L[012]_[a-z]+/view_[0-3]/semantic_mask\\.png$"
|
| 1114 |
+
}
|
| 1115 |
+
}
|
| 1116 |
+
},
|
| 1117 |
+
{
|
| 1118 |
+
"@type": "cr:Field",
|
| 1119 |
+
"@id": "calibrated-views-semantic-rgb/level",
|
| 1120 |
+
"name": "level",
|
| 1121 |
+
"description": "Furniture complexity level: L0_empty (bare room), L1_basic (key furniture only), or L2_full (fully furnished). Extracted from the file path.",
|
| 1122 |
+
"dataType": "sc:Text",
|
| 1123 |
+
"source": {
|
| 1124 |
+
"fileSet": {
|
| 1125 |
+
"@id": "gt-semantic-mask-files"
|
| 1126 |
+
},
|
| 1127 |
+
"extract": {
|
| 1128 |
+
"fileProperty": "fullpath"
|
| 1129 |
+
},
|
| 1130 |
+
"transform": {
|
| 1131 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/(L[012]_[a-z]+)/view_[0-3]/semantic_mask\\.png$"
|
| 1132 |
+
}
|
| 1133 |
+
}
|
| 1134 |
},
|
| 1135 |
{
|
| 1136 |
"@type": "cr:Field",
|
| 1137 |
+
"@id": "calibrated-views-semantic-rgb/view",
|
| 1138 |
+
"name": "view",
|
| 1139 |
+
"description": "Camera viewpoint index (view_0 through view_3, placed at room bounding-box corners at 1.43 m eye height with FOV 90 degrees). Extracted from the file path.",
|
| 1140 |
+
"dataType": "sc:Text",
|
| 1141 |
+
"source": {
|
| 1142 |
+
"fileSet": {
|
| 1143 |
+
"@id": "gt-semantic-mask-files"
|
| 1144 |
+
},
|
| 1145 |
+
"extract": {
|
| 1146 |
+
"fileProperty": "fullpath"
|
| 1147 |
+
},
|
| 1148 |
+
"transform": {
|
| 1149 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/L[012]_[a-z]+/(view_[0-3])/semantic_mask\\.png$"
|
| 1150 |
+
}
|
| 1151 |
+
}
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"@type": "cr:Field",
|
| 1155 |
+
"@id": "calibrated-views-semantic-rgb/semantic_mask",
|
| 1156 |
"name": "semantic_mask",
|
| 1157 |
+
"description": "Colour-mapped visualisation of semantic_id.png (RGB PNG, QA only). Not used by any evaluation script.",
|
| 1158 |
"dataType": "sc:ImageObject",
|
| 1159 |
"source": {
|
| 1160 |
"fileSet": {
|
| 1161 |
"@id": "gt-semantic-mask-files"
|
| 1162 |
}
|
| 1163 |
}
|
| 1164 |
+
}
|
| 1165 |
+
]
|
| 1166 |
+
},
|
| 1167 |
+
{
|
| 1168 |
+
"@type": "cr:RecordSet",
|
| 1169 |
+
"@id": "calibrated-views-wireframe",
|
| 1170 |
+
"name": "calibrated-views-wireframe",
|
| 1171 |
+
"description": "3,600 calibrated GT views indexed by (room_id, level, view) with the corresponding wireframe_3d.png payload. Each row is one of the 300 rooms x 3 complexity levels x 4 viewpoints = 3,600 per-view files.",
|
| 1172 |
+
"field": [
|
| 1173 |
+
{
|
| 1174 |
+
"@type": "cr:Field",
|
| 1175 |
+
"@id": "calibrated-views-wireframe/room_id",
|
| 1176 |
+
"name": "room_id",
|
| 1177 |
+
"description": "3D-FRONT room identifier (UUID + RoomType-SceneID), extracted from the file path.",
|
| 1178 |
+
"dataType": "sc:Text",
|
| 1179 |
+
"source": {
|
| 1180 |
+
"fileSet": {
|
| 1181 |
+
"@id": "gt-wireframe-files"
|
| 1182 |
+
},
|
| 1183 |
+
"extract": {
|
| 1184 |
+
"fileProperty": "fullpath"
|
| 1185 |
+
},
|
| 1186 |
+
"transform": {
|
| 1187 |
+
"regex": "^(?:.*/)?renders_textured/([^/]+)/L[012]_[a-z]+/view_[0-3]/wireframe_3d\\.png$"
|
| 1188 |
+
}
|
| 1189 |
+
}
|
| 1190 |
+
},
|
| 1191 |
+
{
|
| 1192 |
+
"@type": "cr:Field",
|
| 1193 |
+
"@id": "calibrated-views-wireframe/level",
|
| 1194 |
+
"name": "level",
|
| 1195 |
+
"description": "Furniture complexity level: L0_empty (bare room), L1_basic (key furniture only), or L2_full (fully furnished). Extracted from the file path.",
|
| 1196 |
+
"dataType": "sc:Text",
|
| 1197 |
+
"source": {
|
| 1198 |
+
"fileSet": {
|
| 1199 |
+
"@id": "gt-wireframe-files"
|
| 1200 |
+
},
|
| 1201 |
+
"extract": {
|
| 1202 |
+
"fileProperty": "fullpath"
|
| 1203 |
+
},
|
| 1204 |
+
"transform": {
|
| 1205 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/(L[012]_[a-z]+)/view_[0-3]/wireframe_3d\\.png$"
|
| 1206 |
+
}
|
| 1207 |
+
}
|
| 1208 |
+
},
|
| 1209 |
+
{
|
| 1210 |
+
"@type": "cr:Field",
|
| 1211 |
+
"@id": "calibrated-views-wireframe/view",
|
| 1212 |
+
"name": "view",
|
| 1213 |
+
"description": "Camera viewpoint index (view_0 through view_3, placed at room bounding-box corners at 1.43 m eye height with FOV 90 degrees). Extracted from the file path.",
|
| 1214 |
+
"dataType": "sc:Text",
|
| 1215 |
+
"source": {
|
| 1216 |
+
"fileSet": {
|
| 1217 |
+
"@id": "gt-wireframe-files"
|
| 1218 |
+
},
|
| 1219 |
+
"extract": {
|
| 1220 |
+
"fileProperty": "fullpath"
|
| 1221 |
+
},
|
| 1222 |
+
"transform": {
|
| 1223 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/L[012]_[a-z]+/(view_[0-3])/wireframe_3d\\.png$"
|
| 1224 |
+
}
|
| 1225 |
+
}
|
| 1226 |
},
|
| 1227 |
{
|
| 1228 |
"@type": "cr:Field",
|
| 1229 |
+
"@id": "calibrated-views-wireframe/wireframe_3d",
|
| 1230 |
"name": "wireframe_3d",
|
| 1231 |
+
"description": "3D wireframe overlay render (PNG, QA only). Provided for visual debugging of camera calibration; not used by IGF metrics.",
|
| 1232 |
"dataType": "sc:ImageObject",
|
| 1233 |
"source": {
|
| 1234 |
"fileSet": {
|
| 1235 |
"@id": "gt-wireframe-files"
|
| 1236 |
}
|
| 1237 |
}
|
| 1238 |
+
}
|
| 1239 |
+
]
|
| 1240 |
+
},
|
| 1241 |
+
{
|
| 1242 |
+
"@type": "cr:RecordSet",
|
| 1243 |
+
"@id": "calibrated-views-camera",
|
| 1244 |
+
"name": "calibrated-views-camera",
|
| 1245 |
+
"description": "3,600 calibrated GT views indexed by (room_id, level, view) with the corresponding camera.json payload. Each row is one of the 300 rooms x 3 complexity levels x 4 viewpoints = 3,600 per-view files.",
|
| 1246 |
+
"field": [
|
| 1247 |
+
{
|
| 1248 |
+
"@type": "cr:Field",
|
| 1249 |
+
"@id": "calibrated-views-camera/room_id",
|
| 1250 |
+
"name": "room_id",
|
| 1251 |
+
"description": "3D-FRONT room identifier (UUID + RoomType-SceneID), extracted from the file path.",
|
| 1252 |
+
"dataType": "sc:Text",
|
| 1253 |
+
"source": {
|
| 1254 |
+
"fileSet": {
|
| 1255 |
+
"@id": "gt-camera-files"
|
| 1256 |
+
},
|
| 1257 |
+
"extract": {
|
| 1258 |
+
"fileProperty": "fullpath"
|
| 1259 |
+
},
|
| 1260 |
+
"transform": {
|
| 1261 |
+
"regex": "^(?:.*/)?renders_textured/([^/]+)/L[012]_[a-z]+/view_[0-3]/camera\\.json$"
|
| 1262 |
+
}
|
| 1263 |
+
}
|
| 1264 |
},
|
| 1265 |
{
|
| 1266 |
"@type": "cr:Field",
|
| 1267 |
+
"@id": "calibrated-views-camera/level",
|
| 1268 |
+
"name": "level",
|
| 1269 |
+
"description": "Furniture complexity level: L0_empty (bare room), L1_basic (key furniture only), or L2_full (fully furnished). Extracted from the file path.",
|
| 1270 |
"dataType": "sc:Text",
|
| 1271 |
+
"source": {
|
| 1272 |
+
"fileSet": {
|
| 1273 |
+
"@id": "gt-camera-files"
|
| 1274 |
+
},
|
| 1275 |
+
"extract": {
|
| 1276 |
+
"fileProperty": "fullpath"
|
| 1277 |
+
},
|
| 1278 |
+
"transform": {
|
| 1279 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/(L[012]_[a-z]+)/view_[0-3]/camera\\.json$"
|
| 1280 |
+
}
|
| 1281 |
+
}
|
| 1282 |
+
},
|
| 1283 |
+
{
|
| 1284 |
+
"@type": "cr:Field",
|
| 1285 |
+
"@id": "calibrated-views-camera/view",
|
| 1286 |
+
"name": "view",
|
| 1287 |
+
"description": "Camera viewpoint index (view_0 through view_3, placed at room bounding-box corners at 1.43 m eye height with FOV 90 degrees). Extracted from the file path.",
|
| 1288 |
+
"dataType": "sc:Text",
|
| 1289 |
+
"source": {
|
| 1290 |
+
"fileSet": {
|
| 1291 |
+
"@id": "gt-camera-files"
|
| 1292 |
+
},
|
| 1293 |
+
"extract": {
|
| 1294 |
+
"fileProperty": "fullpath"
|
| 1295 |
+
},
|
| 1296 |
+
"transform": {
|
| 1297 |
+
"regex": "^(?:.*/)?renders_textured/[^/]+/L[012]_[a-z]+/(view_[0-3])/camera\\.json$"
|
| 1298 |
+
}
|
| 1299 |
+
}
|
| 1300 |
+
},
|
| 1301 |
+
{
|
| 1302 |
+
"@type": "cr:Field",
|
| 1303 |
+
"@id": "calibrated-views-camera/camera",
|
| 1304 |
+
"name": "camera",
|
| 1305 |
+
"description": "Per-view camera intrinsics and extrinsics (JSON: position, target, FOV=90, bounding box). Required to project depth into 3D point clouds for L_plane / L_ortho computation.",
|
| 1306 |
+
"dataType": "sc:URL",
|
| 1307 |
"source": {
|
| 1308 |
"fileSet": {
|
| 1309 |
"@id": "gt-camera-files"
|
|
|
|
| 1323 |
"@id": "generated-images/room_id",
|
| 1324 |
"name": "room_id",
|
| 1325 |
"description": "3D-FRONT room identifier, matching calibrated-views/room_id",
|
| 1326 |
+
"dataType": "sc:Text"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1327 |
},
|
| 1328 |
{
|
| 1329 |
"@type": "cr:Field",
|
| 1330 |
"@id": "generated-images/level",
|
| 1331 |
"name": "level",
|
| 1332 |
"description": "Furniture complexity level (L0_empty, L1_basic, L2_full)",
|
| 1333 |
+
"dataType": "sc:Text"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1334 |
},
|
| 1335 |
{
|
| 1336 |
"@type": "cr:Field",
|
| 1337 |
"@id": "generated-images/view",
|
| 1338 |
"name": "view",
|
| 1339 |
"description": "Camera viewpoint index (view_0 through view_3)",
|
| 1340 |
+
"dataType": "sc:Text"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1341 |
},
|
| 1342 |
{
|
| 1343 |
"@type": "cr:Field",
|
|
|
|
| 1371 |
"@id": "depth-estimates/room_id",
|
| 1372 |
"name": "room_id",
|
| 1373 |
"description": "3D-FRONT room identifier",
|
| 1374 |
+
"dataType": "sc:Text"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1375 |
},
|
| 1376 |
{
|
| 1377 |
"@type": "cr:Field",
|
|
|
|
| 1413 |
"@id": "depth-estimates/depth_npy",
|
| 1414 |
"name": "depth_npy",
|
| 1415 |
"description": "Estimated depth map stored as a NumPy array (.npy, float32)",
|
| 1416 |
+
"dataType": "sc:URL",
|
| 1417 |
"source": {
|
| 1418 |
"fileSet": {
|
| 1419 |
"@id": "depth-gen-depthpro-files"
|
|
|
|
| 1421 |
}
|
| 1422 |
}
|
| 1423 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1424 |
}
|
| 1425 |
]
|
| 1426 |
+
}
|