-
Hi,
I just found there is a line of code `with open(self.dataFolder + '/ScanNet/Tasks/Benchmark/scannetv1_' + split + '.txt') as f:` in `plane_dataset.py`. May I ask which file should I use as I did …
-
Based upon 650 scenes from ScanNet, we provide a dataset centered around 6.8k unique situations, along with 20.4k descriptions and 33.4k diverse reasoning questions for these situations. These questio…
-
why do not you try to use your model to implement task of scene segmentation on s3dis of scannet dataset?can your model make it?
-
Hello,
While scannet_object_explorer.ipynb, the error message below happens.
Let me know how to solve this.
dataset_options.data.dataroot = os.path.join(DIR,"data")
dataset = ScannetDataset(da…
-
yyfz updated
6 months ago
-
How to create the .sens file for processing NYU dataset like demonstrated by the author?
Here I could see how to decode .sens, but not how to encode.
https://github.com/ScanNet/ScanNet/tree/master…
-
Thanks for you excellent work!
I have tried it on ScanNet datsets, however, I got a totally bad results. This is the reconstruction results after 30k iters:
where the gt mesh is like:
…
-
Hi, thanks for this fantastic work. When I trained the model using the scannet dataset, I had a strange issue where the program froze at 107 lines when running monosdf_train.py file
![image](https://…
-
Hi, when I deal with ScanNet dataset, I found that camera poses in some frames are wrong, is this solved in your work or did you find the same problem? Thanks.
-
Hello,thanks for your great work, can your method implement the sematic segmentation on large scale dataset?such as s3dis,vkitti,scannet?