You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was originally posted as a comment on Issue #2323 but I decided to create a unique issue.
@aclegg3 I'm having trouble exporting a CSV file with bounding box info from the viewer as you mention here.
If I launch the viewer with habitat-viewer /mnt/data/habitat/scene_datasets/hm3d/minival/00800-TEEsavR23oF/TEEsavR23oF.glb and then press the J key I get this error Unable to build semantic CC objects since no semantic mesh exists. However, a CSV file is still generated with bounding box coordinates but no semantic category information (I've included a snippet of the resulting file below). On the other hand if I launch the viewer with the semantic annotations using habitat-viewer --dataset /mnt/data/habitat/scene_datasets/hm3d/hm3d_annotated_basis.scene_dataset_config.json TEEsavR23oF, the J key binding does nothing and no CSV file is produced at all.
Firstly, what am I missing regarding how this CSV export is supposed to work?
Secondly, am I right in thinking this CSV only contains object level information or does it include region level bounding boxes also?
This was originally posted as a comment on Issue #2323 but I decided to create a unique issue.
@aclegg3 I'm having trouble exporting a CSV file with bounding box info from the viewer as you mention here.
If I launch the viewer with
habitat-viewer /mnt/data/habitat/scene_datasets/hm3d/minival/00800-TEEsavR23oF/TEEsavR23oF.glb
and then press theJ
key I get this errorUnable to build semantic CC objects since no semantic mesh exists
. However, a CSV file is still generated with bounding box coordinates but no semantic category information (I've included a snippet of the resulting file below). On the other hand if I launch the viewer with the semantic annotations usinghabitat-viewer --dataset /mnt/data/habitat/scene_datasets/hm3d/hm3d_annotated_basis.scene_dataset_config.json TEEsavR23oF
, theJ
key binding does nothing and no CSV file is produced at all.Firstly, what am I missing regarding how this CSV export is supposed to work?
Secondly, am I right in thinking this CSV only contains object level information or does it include region level bounding boxes also?
The text was updated successfully, but these errors were encountered: