├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── THIRD_PARTY_LICENSES.md ├── bathroom_example └── input.png ├── package_conda.txt ├── requirements.txt ├── step0_GPT_common_things.py ├── step1_first_detect_together.py ├── step2_describe_object.py ├── step3_depth_bbox_pipeline.py ├── step4_pick_inpainted.py ├── step4_pix2gestalt.py ├── step5_wall_floor.py ├── step6_image_text23d.py ├── step6_image_text23d_small.py ├── step6_unzip.py ├── step7_pose_match.py ├── step8_set_pose_v3.py └── teaser_v3-compressed.jpg /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/README.md -------------------------------------------------------------------------------- /THIRD_PARTY_LICENSES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/THIRD_PARTY_LICENSES.md -------------------------------------------------------------------------------- /bathroom_example/input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/bathroom_example/input.png -------------------------------------------------------------------------------- /package_conda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/package_conda.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/requirements.txt -------------------------------------------------------------------------------- /step0_GPT_common_things.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/step0_GPT_common_things.py -------------------------------------------------------------------------------- /step1_first_detect_together.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/step1_first_detect_together.py -------------------------------------------------------------------------------- /step2_describe_object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/step2_describe_object.py -------------------------------------------------------------------------------- /step3_depth_bbox_pipeline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/step3_depth_bbox_pipeline.py -------------------------------------------------------------------------------- /step4_pick_inpainted.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/step4_pick_inpainted.py -------------------------------------------------------------------------------- /step4_pix2gestalt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/step4_pix2gestalt.py -------------------------------------------------------------------------------- /step5_wall_floor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/step5_wall_floor.py -------------------------------------------------------------------------------- /step6_image_text23d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/step6_image_text23d.py -------------------------------------------------------------------------------- /step6_image_text23d_small.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/step6_image_text23d_small.py -------------------------------------------------------------------------------- /step6_unzip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/step6_unzip.py -------------------------------------------------------------------------------- /step7_pose_match.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/step7_pose_match.py -------------------------------------------------------------------------------- /step8_set_pose_v3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/step8_set_pose_v3.py -------------------------------------------------------------------------------- /teaser_v3-compressed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVlabs/ArtiScene/HEAD/teaser_v3-compressed.jpg --------------------------------------------------------------------------------