Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The error in ‘Application - Part Segmentation’ #35

Open
robin1chen2 opened this issue Jul 29, 2020 · 2 comments
Open

The error in ‘Application - Part Segmentation’ #35

robin1chen2 opened this issue Jul 29, 2020 · 2 comments

Comments

@robin1chen2
Copy link

My environment is ubuntu16.04,cuda9.2,cudnn7.6.4,pytorch1.1.0,faiss and visdom installed.
cuda版本
pytorch版本
faiss和visdom

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.
文件地址
修改opinion

Then I compiled customized cuda code.The process is showed below.
install之前
build之后
bulid之后的文件夹

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.
发现没有util
添加python路径

At last it showd the error in the error.txt below,and I cannot figure out how to solve it.
报错
error.txt

@robin1chen2
Copy link
Author

To avoid the Error,I Commented out these code in ‘train.py' :

            visualizer.print_current_errors(epoch, epoch_iter, errors, t)
            visualizer.plot_current_errors(epoch, float(epoch_iter) / dataset_size, opt, errors)

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:
sonet跑
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?

@qingfeng0830
Copy link

Is this problem solved please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants