Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 2.13 KB

File metadata and controls

43 lines (34 loc) · 2.13 KB

Segment Any 3D Object with Language

Seungjun Lee* · Yuyang Zhao* · Gim Hee Lee
National University of Singapore
*equal contribution

ICLR 2025

PyTorch Lightning Config: Hydra

About

This repository is for evaluation of SOLE on Replica dataset. Our SOLE is trained on ScanNet200 dataset and evaluated on Replica dataset. More details are on Sec. 4.2 of the main paper.

How to use it?

First, download the below data:

Move the above files to designated locations:

  • Pre-processed Replica → data/processed/replica/
  • Precomputed per-point CLIP features of Replica → openseg/replica/
  • Pretrained weight -> checkpoint/

Now, you are ready to evaluate our SOLE! Run the below script.

bash eval.sh

Due to the stochastic nature of voxelization, the performance may exhibit slight variations (up to ±1.0 AP) across different runs.