-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a00179
commit 984279c
Showing
13 changed files
with
41 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ Rui Tang, | |
[Shenghua Gao](http://sist.shanghaitech.edu.cn/sist_en/2018/0820/c3846a31775/page.htm), | ||
[Zihan Zhou](https://faculty.ist.psu.edu/zzhou) | ||
|
||
|
||
[Preprint](https://arxiv.org/pdf/1908.00222.pdf) / [Supplementary Material](https://drive.google.com/file/d/17F_jIfY_QKFNmsOSvzUFZwWKrr6YUMnQ) | ||
|
||
(\* Equal contribution) | ||
|
@@ -51,17 +52,36 @@ We use [open3D](https://github.com/intel-isl/Open3D) for wireframe and plane vis | |
python visualize_3d.py --path /path/to/dataset --scene scene_id --type wireframe/plane/floorplan | ||
``` | ||
|
||
Wireframe | Plane | Floorplan | ||
---------------------------------- | -------------------------- | ---------------------------------- | ||
![Wireframe](assets/wireframe.png) | ![plane](assets/plane.png) | ![floorplan](assets/floorplan.png) | ||
| Wireframe | Plane | Floorplan | | ||
| --- | --- | --- | | ||
| ![Wireframe](assets/3d/wireframe.png) | ![plane](assets/3d/plane.png) | ![floorplan](assets/3d/floorplan.png) | | ||
|
||
### Visualize 2D Layout | ||
|
||
```bash | ||
python visualize_layout.py --path /path/to/dataset --scene scene_id --type perspective/panorama | ||
``` | ||
|
||
#### Panorama Layout | ||
|
||
<p align="center"> | ||
<img src="assets/pano_layout/scene_00000_485142.png" width="250"> | ||
<img src="assets/pano_layout/scene_00000_490854.png" width="250"> | ||
<img src="assets/pano_layout/scene_00000_492165.png" width="250"> | ||
</p> | ||
|
||
Please refer to the [Supplementary Material](https://drive.google.com/file/d/17F_jIfY_QKFNmsOSvzUFZwWKrr6YUMnQ) for more example ground truth room layouts. | ||
|
||
#### Perspective Layout | ||
|
||
<p align="center"> | ||
<img src="assets/pers_layout/scene_00000_485142_0.png" width="250"> | ||
<img src="assets/pers_layout/scene_00000_485142_1.png" width="250"> | ||
<img src="assets/pers_layout/scene_00000_490854_2.png" width="250"> | ||
</p> | ||
|
||
## Citation | ||
|
||
Please cite `Structured3D` in your publications if it helps your research: | ||
```bibtex | ||
@article{Structured3D, | ||
|
@@ -78,6 +98,7 @@ Please cite `Structured3D` in your publications if it helps your research: | |
The data is released under the [Structured3D Terms of Use](https://drive.google.com/open?id=13ZwWpU_557ZQccwOUJ8H5lvXD7MeZFMa), and the code is released under the [MIT license](LICENSE). | ||
|
||
## Contact | ||
|
||
Please contact us at [Structured3D Group](mailto:[email protected]) if you have any questions. | ||
|
||
## Acknowledgements | ||
|
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters