openscene icon indicating copy to clipboard operation
openscene copied to clipboard

[CVPR'23] OpenScene: 3D Scene Understanding with Open Vocabularies

Results 10 openscene issues
Sort by recently updated
recently updated
newest added

not exist: cce9a0212eb1444696e2decbc95a015e

Could you please provide the detailed procedure to obtain _openscene features_ and _region segmentations_ so we can do interactive demo on more 3D scenes besides Matterport3D, thanks

As title, for nuScenes, ScanNet, Matterport, it would be great if you can share the logs of distilling, which can help me to debug the training process ...

Dear authors, thank you for your work. I try to reproduce your results on dataset Scanner. I train my model on A40 (46 Gb GPU) with different number of scences...

If I want to locate ‘obj_name’ in a Scannet scene, can the following code work? ``` text = [clip.tokenize(f'a {obj_name} in a scene').cuda(), clip.tokenize(f'a other in a scene').cuda()] text_features =...

Hi, I wanna run demo, and when I am trying to build library, but find no GL/glew.h. I think this stands for a .h file under gas library? But I...

how to do Open-vocabulary 3D scene understanding and exploration task in this code?

Hello, I am really interested in you work ,but how can i do "Open-vocabulary 3D scene understanding and exploration"?

Hi, I'm trying to do multi-view fusion 2D fusion on occ3d-nuscene dataset, generating point query(with coordinate -1~1) as lidar point reference. When preprocessed 2d data, I found that there's no...