-
Hi, thank you for your project. I have one question. When I try to use the extract_mesh.py script in your project to extract mesh for scannet scenes, the mesh results are all in a mess as followings, …
-
Dear author,
I'm trying to use my own dataset now. When I used the precalculated class weight of S3DIS, the results of training are normal, but the results of testing are very abnormal.The mIOU is on…
-
I have done:
```
# knn ops
cd ../../knn
python setup.py install
```
But I still got ImportError.
`ImportError: cannot import name 'KNN_OP' from 'pcdet.ops.knn' (../pcdet/ops/knn/__init__.py) `
-
Hi, thanks for your great work and the code! I have several questions regarding the contextual relative positional encoding:
1. I find there are at least two hyperparameters regarding it, one is PO…
-
I find you use the "scannet_planes" directory in scannet_detection_dataset.py and scannet_planes.py , but l cannot find this directory, how to generate this directory
-
Dear,
I have successfully run the command in your readme.However, how can I get the running results on the scannet dataset as shown in your paper?(I have downloaded this dataset)
And , how can I …
-
Hi,
The depth and normal information of the floor scene was lost,when I train high resolution real scene images. Could you please give me some advice?
![normal_710_18](https://user-images.githubuse…
-
-
Hi @UncleMEDM,
Nice work! I wonder if you can release the code for rendering the 3D-Front dataset.
Thank you
-
In the implementation of ShapeNet , is there only poinext-s, no poinext-B, poinext-L implementation code???