lightaime / deep_gcns_torch

Pytorch Repo for DeepGCNs (ICCV'2019 Oral, TPAMI'2021), DeeperGCN (arXiv'2020) and GNN1000(ICML'2021): https://www.deepgcns.org
MIT License
1.14k stars 155 forks source link

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

Closed AshWYL closed 4 years ago

AshWYL commented 4 years ago

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)

guochengqian commented 4 years ago

@AshWYL Hi. Thanks for pointing it out and I feel sorry for my mistakenly deleting the required function somehow. Please pull the latest code. Also, the pre-trained models of PartNet are available.

AshWYL commented 4 years ago

Hi, Thanks! It's worked and got good results, Looking forward to your future work!