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