-
Hey guys, I have problems to get this awesome paper working.
Could you please write which nvcc version and gcc version you used?
-
hi @erikwijmans ,
I'm sorry to bother you again,
I noticed that you use the processed data set(the first three dim is XYZ, and the rest are called "feature" in your code) instead of the origin Model…
-
hi alls :
sorry to bother you~
I follow the process in readme, everything is ok, but when i run `poetry run python train.py task=segmentation model_type=pointnet2 model_name=pointnet2_charlesssg …
-
When I was building tf_ops, I was able to build all of those .so files. However, when I ran test_tf_ops.py, it gave me this error.
```
$ python tf_ops/test_tf_ops.py
2020-02-14 17:46:28.741274: I …
-
**Describe the bug**
I rewrote the [redwood](http://www.open3d.org/docs/release/tutorial/Basic/rgbd_images/redwood.html) example code to generate a point cloud from the [T-LESS](https://github.com/…
-
Made the change from python2 to python3, but the code is ok.
Someone knows how to fix it?
mv: target 'Drive/pointnet2-master/data' is not a directory
Traceback (most recent call last):
File "t…
-
I followed the steps given in README to build tf_ops, but when I tried to make tf_interpolate.so, it gave me this error. I'm wondering if Open3D's fmt library conflicts with absl's fmt.
```
$ make
…
-
Hi,
I am running pointnet2_segmentation.py (I haven't changed the code at all) and get the following error in the very first layer when the fully connected operation is applied:
`RuntimeError: s…
-
With model Pointnet_cls_msg.py, it seems that the cuda memory is not enough with the dataset.
I wonder if you use only just one gpu?
-
Dear author, thank you for sharing the code.
When i run the train_semseg.py--model pointnet2_sem_seg --test_area 5 --log_dir pointnet2_sem_seg,
There is an error: Given groups=1, weight of size 32 …