File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Dataset](https://europe.naverlabs.com/research/computer-vision/proxy-virtual-wor
2424[ KITTI] ( http://www.cvlibs.net/datasets/kitti/ )
2525
2626### Quick Start
27- #### Train a Virtual KITTI Scene from a trained Scene Graph Models
27+ #### Train a Virtual KITTI 2 Scene
2828
2929```
3030conda create -n neural_scene_graphs --file requirements.txt -c conda-forge -c menpo
@@ -34,6 +34,17 @@ bash download_virtual_kitti.sh
3434python main.py --config example_configs/config_vkitti2_Scene06.py
3535tensorboard --logdir=example_weights/summaries --port=6006
3636```
37+ #### Render a pretrained KITTI Scene from a trained Scene Graph Models
38+ Follow the setup instructions under [ data preparation] ( #data-preperation ) to setup the KITTI dataset.
39+
40+ ```
41+ conda create -n neural_scene_graphs --file requirements.txt -c conda-forge -c menpo
42+ conda activate neural_scene_graphs
43+ cd neural-scene-graphs
44+ bash download_weights_kitti.sh
45+ python main.py --config example_configs/config_kitti_0006_example_render.py
46+ tensorboard --logdir=example_weights/summaries --port=6006
47+ ```
3748
3849---
3950** _ Disclaimer:_ ** The codebase is optimized to run on larger GPU servers with a lot of free CPU memory. To test on local and low memory,
You can’t perform that action at this time.
0 commit comments