ohhhyeahhh / PointAttN

Code for the paper "PointAttN: You Only Need Attention for Point Cloud Completion"
https://ojs.aaai.org/index.php/AAAI/article/view/28356
89 stars 13 forks source link

Issue with mmcv installation #28

Open prashkmr opened 2 months ago

prashkmr commented 2 months ago

Hello Authors.

Congrtulation on the paper. It is indeed an interesting work.

i was trying to set up the code and ca across an error where I get the following ussue - mmcv.runner not found.

File ".....PointAttN/utils/mm3d_pn2/ops/furthest_point_sample/points_sampler.py", line 2, in from mmcv.runner import force_fp32 ModuleNotFoundError: No module named 'mmcv.runner'

I used the latest package from here https://mmcv.readthedocs.io/en/latest/get_started/installation.html

any leads would be highly appreciated.

regards, prashant

QJYue commented 2 months ago

I also encountered this problem, have you solved it?

prashkmr commented 2 months ago

No. could not find a work around to it. Sadly, mmcv is too convoluted to debug and dig into.

stutipathak5 commented 1 month ago

pip install mmcv-full

Cheers.