Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 884 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 884 Bytes

Generate oriented box for scannet.

The box3d annotation can be directly downloaded here

If you are interested in how to generate the oriented box3d annotations, keep reading:

Run the data preparation script which parses the raw data format into the processed pickle format. This script also generates the ground truth oriented 3d boxes.

[Data preparation script]

Modify the path config

Change the path config in parse_scan2cad.py and generate_scannet_anno_snippet.py.

Parse scan2cad file and get scene-level 3D box annotation

python scripts/scannet_preprocessing/parse_scan2cad.py

Form snippets and generate snippet-level 3D box annotation

python scripts/scannet_preprocessing/generate_scannet_anno_snippet.py