chaene / hsp

GNU General Public License v2.0
31 stars 7 forks source link

Output empty obj file #1

Closed HaojieYuan closed 6 years ago

HaojieYuan commented 6 years ago

Hi, I ran demo code with a several rendered images, there's no error message. But output obj file is empty. I am wondering which step I took was wrong.

command I use for running demo: th hspDemo.lua 1 ./hspModel/rgb13/snapshot/net730000.t7 ./demoTest/render_13.png

HaojieYuan commented 6 years ago

Here's the input image I used. render_13

HaojieYuan commented 6 years ago

Finally it works!

I saved my environment as a docker image, for those who suffered from same problems. https://hub.docker.com/r/haojieyuan/torch7_cuda8_cudnn5/

Thanks for the great work Christian!