LiyaoTang / contrastBoundary

Contrastive Boundary Learning for Point Cloud Segmentation (CVPR2022)
MIT License
139 stars 11 forks source link

How to solve this error in pytorch code? #18

Closed whuhxb closed 2 years ago

whuhxb commented 2 years ago

Hi @LiyaoTang

How to solve this bug in pytorch code implementation?

pytorch/util/data_util.py", line 12, in from model.basic_operators import get_overlap ImportError: cannot import name 'get_overlap' from 'model.basic_operators'

Thanks.

LiyaoTang commented 2 years ago

That's unnecessary, you can directly delete that import. I've also committed the fix.