Yiqun Lin

Results 11 comments of Yiqun Lin

Thanks for your reply. Could you email me the weight file, or upload it to Google Drive? Here is my email address: [email protected]

你好,需要的是训练好的模型权重文件,谢谢。

This codebase is implemented with PyTorch. If you mean the pointnet2 toolkit (cpp_wrappers), you should refer to the official repository of PointNet++ ([github/pointnet2](https://github.com/charlesq34/pointnet2), implemented with tensorflow).

I will update the steps in README later. Before that, you could refer to `./tools/vis_scannet.py`.

You should install knn_cuda by running ``` pip install --upgrade https://github.com/unlimblue/KNN_CUDA/releases/download/0.2/KNN_CUDA-0.2-py3-none-any.whl ``` For more details, please refer to this repo, https://github.com/unlimblue/KNN_CUDA Thanks for pointing out, I will update the installation...

Have you complied `pointnet2` successfully, by running ``` cd pointnet2 python setup.py install ``` If cuda and pytorch version mis-match, you may need to re-install pytorch following the official document....

For issues related to the data, please contact the author of this work. This repo is the PyTorch implementation of this work (I am not in the author list of...

Hi, you may try to enter `./auction_match` and run `python auction_match.py` to see if the library can be successfully loaded.

I have checked this in my environment, and that works for me (python auction_match.py). From the error messages, I guess Python cannot access the compiled files (perhaps it does not...

> I also encountered the same problem, I wanted to upsample more points, such as 8192, but I couldn't get started. The EMD (https://github.com/yulequan/PU-Net/tree/master/code/tf_ops/emd) only supports processing with at most...