nqanh / affordance-net

AffordanceNet - Multiclass Instance Segmentation Framework - ICRA 2018
Other
121 stars 54 forks source link

Error running demo #12

Open swoooxx opened 6 years ago

swoooxx commented 6 years ago

Hi there

I am a beginner in deep learning and currently I am trying to run the demo after all the installation steps. Here's the error I got: screenshot from 2017-12-18 18 19 20

Please help! Thank you! :)

nqanh commented 6 years ago

You're calling the default caffe version which doesn't have the RoIAlign layer (it may exist in your system if you install caffe before). Make sure to build caffe from our repo and set PYTHONPATH correctly.

swoooxx commented 6 years ago

@nqanh Hi there, I cannot train using AffordanceNet because my GPU is only ~6GB. So now, I am trying to reproduce the results stated in one of your research papers 'Detecting Object Affordances with Convolutional Neural Networks' .

What I have got now is this... screenshot from 2017-12-20 11 01 17

The dataset is the same as the one you used in your paper with 7 classes. Why is my per class accuracy stuck at 0 all the time? I would greatly appreciate if you could share the code or explain what can be done to solve this issue. Thank you.