-
hi guy, thanks for great work here!
I am try to do the experiments that you mentioned in the supplyment materials, but i came to notice that your code does not include the ScanNet++ dataset.
BOTH in…
-
After running ‘bash dev_scripts/w_scannet_etf/scane241_test.sh’ and 'bash dev_scripts/w_n360/chair_test.sh' I got this PyCUDA error:
![image](https://user-images.githubusercontent.com/62940338/1750…
-
Can you share the following scannet datasets?
-
您好!非常精彩的工作,感谢您对社区的贡献。
我想借鉴类似的思路(用视频生成匹配数据集来训练LoFTR等模型),因为GIM的训练代码还没公布,因此无法知道具体的数据集构建的一些具体细节。因为Scannet提供的数据是包含深度图、相机参数这些信息的,这些信息可以用来计算一对匹配图片的像素对应关系作为监督ground truth。但这些信息但网络视频肯定无法获取这些参数,所以我猜测你们的思路是构建自己…
-
Can you upload scannet_train_rgb21c_pointid.pickle, scannet_val_rgb21c_pointid.pickle, and scannet_test_rgb21c_pointid.pickle?
Thank you !
-
Hi,
thanks for sharing the code!
I am new to 3d point could segmentation. The ScanNet dataset seems to be very large(around 1.2T). Did you download the whole dataset or just download some of the dat…
-
Hello,
Thank you for your wonderful work.
I am testing your MVS network.
use pretrained model dtu.ckpt. and test scannet the scan1 result is like
![00000000](https://github.com/user-attachment…
-
I am currently working on a project where I need to apply SCANnotate to a point cloud dataset that I have already classified using RandLA-Net. My point cloud data is derived from RGB images, and I hav…
-
hello!
Want to ask for some help while loading .ply data
I tried to load .ply data with "read_ply" function and it gave me keyerror
```
in parse_header(plyfile, ext)
40 line =…
-
HelIo, I want to use scannet for instance segmentation, and I need to get every point's xyxrgb value + sem label + instance label, because the the _vh_clean_2.ply is mesh file, I don't know how to get…