objectsdf_plus icon indicating copy to clipboard operation
objectsdf_plus copied to clipboard

:first_quarter_moon: [ICCV'23] Pytorch implementation of "ObjectSDF++: Improved Object-Compositional Neural Implicit Surfaces"

Results 4 objectsdf_plus issues
Sort by recently updated
recently updated
newest added

Hello, thank you for releasing the code, I was trying to run but came across the following error: ``` ERROR:torch.distributed.elastic.multiprocessing.api:failed (exitcode: -9) local_rank: 0 (pid: 133) of binary: /opt/conda/bin/python Traceback...

Hi, May I know the scene ids used in ScanNet? I want to fairly compare objectsdf++ with rico, but it seems that both use different scenes in ScanNet. Also, may...

Thanks for ur work! Since it takes a bit long to train the model on each scene, could u please release the checkpoints? It would be of great help to...

Hi, I suffer from a very strange problem which is related to hash_encoder Traceback (most recent call last): File "/home/*/projects/objectsdf_plus/code/training/exp_runner.py", line 62, in trainrunner = ObjectSDFPlusTrainRunner(conf=opt.conf, File "/home/*/projects/objectsdf_plus/code/../code/training/objectsdfplus_train.py", line 112,...