-
Thanks for your great works, I find there are some data missing here. How can I generate 'your/path/to/scannet/scannet_2cm_sdf' which used in 2.Extract SDF inputs from ScanNet scenes
'''
python da…
-
Hi, I have finished the train and test in scannet200. However, when I attempt to submit the output in "eval_output/" to the official website of scannet, it recalled back that the format is error.
-
Hi, developers. It's an excellent paper and very good code repo. I'm quite new for 3D indoor scene reconstruction, and I have a basic question here.
In your paper, you said, "Images are resized t…
-
After downloading the whole dataset from Scannet and trying to run the following command to format the data:
`python tools/preprocess_scannet.py --src path/to/scannet_src --dst path/to/new/scannet_…
-
(py379) peter@DESKTOP-A5F108R:~/code/NeuralRecon/NeuralRecon-master$ python tools/tsdf_fusion/generate_gt.py --data_path /home/peter/code/NeuralRecon/scannet --save_name all_tsdf_9 --window_size 9
Tr…
-
所有的scannet数据都需要下载吗?
-
Thanks for your share. I found that the value of val_batch_size is been set to 1. How can I do to change the value of val_ batch_size? Thanks!
-
i load the [pretrained model ](https://drive.google.com/drive/folders/1XX72FsbI56_vMBax7BZSiGVFuCOPffHC) and finetune on the votenet using your [codebase](https://github.com/SimingYan/votenet). Howev…
-
Hi, thanks for your great work!
I think your point cloud based NerF should make training much faster than other 3D volume rendering methods.
I have one question about your work.
Is there any result…
-
I think the TO-scene presented in the paper constructed mesh representations.
In github, but dataset is constructed by point cloud.
Is there any plan to release mesh dataset?
Thanks