PointMixup
PointMixup copied to clipboard
Implementation for paper "PointMixup: Augmentation for Point Cloud". Accepted to ECCV 2020 as spotlight presentation
Dear Authors, Thank you so much for this nice repo. We recently proposed a new corruption robustness benchmark called ModelNet40-C and test PointMixup on several corruptions from our dataset. We...
error to run "pip install git+git://github.com/erikwijmans/[email protected]#egg=etw_pytorch_utils" then I find the link "http://github.com/erikwijmans/etw_pytorch_utils“ is not found, do you know how to solve it?
When I apply "sh setup.sh", the following error will appear. “ Traceback (most recent call last): File "setup.py", line 34, in "nvcc": ["-O2", "-I{}".format("{}/include".format(_ext_src_root))], File "/public/data1/users/liangyaqian/.conda/envs/pytorch-3/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 867, in CUDAExtension...
Bugs
``` raise RuntimeError('DataLoader worker (pid(s) {}) exited unexpectedly'.format(pids_str)) RuntimeError: DataLoader worker (pid(s) 386672, 386673, 386674, 386675, 386676, 386677, 386678, 386679, 386680, 386681) exited unexpectedly ```
Hi! Thank you so much for your impressive work. I am very interested in the few-shot experiment, can you release the corresponding code? Thanks.
when I run this code pip install git+git://github.com/erikwijmans/[email protected]#egg=etw_pytorch_utils, It appears Collecting etw_pytorch_utils Cloning git://github.com/erikwijmans/etw_pytorch_utils.git (to revision v1.1.1) to /tmp/pip-install-pm9z2bgw/etw-pytorch-utils_22ef78411dde49a3b30c66bfb814949e Running command git clone --filter=blob:none --quiet git://github.com/erikwijmans/etw_pytorch_utils.git /tmp/pip-install-pm9z2bgw/etw-pytorch-utils_22ef78411dde49a3b30c66bfb814949e fatal: unable to...
Hello, I've been going through the repository but I cannot figure out which module/function to use if I want to generate an interpolation between two point clouds. I intend to...