val-iisc / sketch-parse

Code, demos and data for SketchParse (a neural network for sketch segmentation). Paper:

Home Page:https://arxiv.org/abs/1709.01295

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requesting for Caffe folder

codaibk opened this issue · comments

Hi, when i run "table1.py" with my caffe folder, it got this error "ImportError: /home/vipgpu/trang/caffe/python/caffe/../../build/lib/libcaffe.so.1.0.0: undefined symbol:_ZN5caffe20hdf5_load_nd_datasetIdEEvlPKciiPNS_4BlobIT_EEb"
Can you upload your your caffe folder which you used in this project?

Thanks

Hi, caffe is not used in our code. You can safely remove the line import caffe and then run the code. I have removed import caffe from table1.py now as well.

Oh, I got it. Thanks ^^

Hi. How about these imports?
"import resnet_dilated_frozen #TODO
import resnet_dilated_frozen_pose #TODO
import resnet_dilated_frozen_r5_D_pose #TODO"
I also get No module named.
Thanks

My apologies for this error, let me get back to you with this in some time later today.

I have added some files, pull the repo again and then run the file. Let me know if you encounter any additional problems. Note that this code corresponds to table1 in the paper published in ACMMM 2017, and not the version available on arxiv(for the version on arxiv, it is table 4).

It seems it is ok now. Thank you ^^