tangsankou

Results 5 issues of tangsankou

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...

Can I ask how the corruption error rate and Clean Error Rate is calculated?

I have added some attributes to the sampling.cpp and sampling_gpu.cu and complied successfully,why can't it work? ``` out = _ext.farthest_point_sampling(xyz, weights, npoint) AttributeError: module 'pointnet2_ops._ext' has no attribute 'farthest_point_sampling' ```...

I met this problem AttributeError: module 'faiss' has no attribute 'StandardGpuResources' when I ran the code, and I tried reinstall the faiss, but this problem still exists