lightaime / deep_gcns

Tensorflow Repo for "DeepGCNs: Can GCNs Go as Deep as CNNs?" ICCV2019 Oral https://www.deepgcns.org
MIT License
630 stars 89 forks source link

ImportError: cannot import name 'scale_translate_pointcloud' from 'utils' #14

Closed AshWYL closed 4 years ago

AshWYL commented 4 years ago

In PyTorch code, when I try to run the train code of Part Segmentation on PartNet, I got this issue, can you help?

Traceback (most recent call last): File "main.py", line 13, in from utils import scale_translate_pointcloud ImportError: cannot import name 'scale_translate_pointcloud' from 'utils' (/home/jrl/Github/deep_gcns_torch-master/examples/part_sem_seg/../../utils/init.py)