-
To replace the tf.py_func, I wrote custom op by c++ and use tf.load_op_library to load the op in python.And get Segmentation fault (core dumped).And when I comment SetShapeFn, there is no error. But…
-
Dear author,
i am wondering if you could add pointnet model to your example, i noticed that there is only pointnet++ examples in your repo.
i have already reimplemented pointnet for my own datase…
-
Hi, is the code of 'Figuretip refinement PointNet' included in your ' Hand-PointNet ' ?
-
When I run the command:python setup.py build_ext --inplace
Something occures:
=0 -std=c++14
FAILED: /mnt/f/Ubuntu_win/Project/Point2Skeleton/code/pointnet2/build/temp.linux-x86_64-3.6/_ext-src/src/…
-
Hello,
I was wondering if someone here might take a look at an issue I put in with the keras team. I think my rationale is correct, but I might be missing something. Short answer, I had to modify…
ghost updated
4 years ago
-
Thanks to your excellent work and I am very interested in it.
At present, I am reproducing the results and trying new ideas upon ULIP.
Since the pre-training of ULIP from scratch is expensive, …
-
Hi,
Is your pre-trained model suitable as a feature extractor for a point cloud shape, similar to PointNet? If it is suitable, which variable in the code should I output?
I have observed that the sh…
-
Hi,
we are having some problems reproducing the results of semantic segmentation on S3DIS from the article.
For the repsurf model (all hyperparameters set as instructed in article), we got mIoU …
-
Hi, I am trying to reproduce semantic segmentation results for PointNet++ and I am getting slightly different results. Do you plan to release PointNet++ code?
If no, would kindly share details abo…
-
Hi
I follow the following process to do the test.
https://github.com/PaddlePaddle/models/tree/develop/PaddleCV/3d_vision/PointNet++
But I tried with the following paddle version, and get the sa…