You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My environment is ubuntu16.04,cuda9.2,cudnn7.6.4,pytorch1.1.0,faiss and visdom installed.
I used the shapenet dataset in your Google Drive.Its location is '/media/rmv/data1/CPR/shapenetcore_partanno_segmentation_benchmark_v0_normal/',and I changed the 'dataroot' in the opinion of part-seg folder.
Then I compiled customized cuda code.The process is showed below.
Then I began the training,but I found the error''No module named 'util'''.To slove this,I add the 'SO-Net-master' folder path to the python path.
At last it showd the error in the error.txt below,and I cannot figure out how to solve it. error.txt
The text was updated successfully, but these errors were encountered:
and then I ran the 'train.py', it can run, but visdom server couldn't show any information. Instead, I can only see the output in the terminal:
I wonder how to get the training and test log to particular object like 'table', 'car' and so on. And how to get the '.txt' or '.npz'
files which are the test results?
My environment is ubuntu16.04,cuda9.2,cudnn7.6.4,pytorch1.1.0,faiss and visdom installed.
I used the shapenet dataset in your Google Drive.Its location is '/media/rmv/data1/CPR/shapenetcore_partanno_segmentation_benchmark_v0_normal/',and I changed the 'dataroot' in the opinion of part-seg folder.
Then I compiled customized cuda code.The process is showed below.
Then I began the training,but I found the error''No module named 'util'''.To slove this,I add the 'SO-Net-master' folder path to the python path.
At last it showd the error in the error.txt below,and I cannot figure out how to solve it.
error.txt
The text was updated successfully, but these errors were encountered: