gautam678 / Pix2Depth

DEPRECATED: Depth Map Estimation from Monocular Images
GNU General Public License v3.0
354 stars 83 forks source link

run main #26

Closed wolhandlerdeb closed 5 years ago

wolhandlerdeb commented 5 years ago

Hi, someone success to run the mail file it shows to me this error:

capture d ecran 2018-12-09 a 12 23 27

If I understand correctly, i should create first or download a model. How should I do that? Someone did success and can help me?

Thank you very much

gautam678 commented 5 years ago

I just updated the repository with the correct weights. I could not upload the weights on github, but you can access the weights here with some sample test images.

https://drive.google.com/drive/u/1/folders/1DzFIh9MkS-CjZYn1Mqcw1qt_0Jk9tSNe

Also make sure you have the folder /static/results created. All results get stored here

wolhandlerdeb commented 5 years ago

thanks a lot

Le lun. 21 janv. 2019 à 21:01, Gautam Somappa notifications@github.com a écrit :

I just updated the repository with the correct weights. I could not upload the weights on github, but you can access the weights here with some sample test images.

https://drive.google.com/drive/u/1/folders/1DzFIh9MkS-CjZYn1Mqcw1qt_0Jk9tSNe

Also make sure you have the folder /static/results created. All results get stored here

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gautam678/Pix2Depth/issues/26#issuecomment-456171596, or mute the thread https://github.com/notifications/unsubscribe-auth/AkR9ePHaHTsxkC2Q5m1Kitc-266DgkLLks5vFg6XgaJpZM4ZKDRQ .

AVCarreiro commented 5 years ago

Hi @gautam678. I could test with the provided weights for pix2pix but the results are far from good, although this seems to be the case in the sample images you provide in the drive folder. It seems that the weights are for a weaker model, am I wrong?

Thank you

uros171513 commented 5 years ago

Hi @gautam678. I could test with the provided weights for pix2pix but the results are far from good, although this seems to be the case in the sample images you provide in the drive folder. It seems that the weights are for a weaker model, am I wrong? Thank you

Hi @AVCarreiro, I faced with the same issue, the results aren't quite good (for both sample images and my images), did you figure it out what's the problem?

AVCarreiro commented 5 years ago

Not really, my guess is that the trained model is not the best one. Tried using other weights (instead of the whole saved model) the author shared but then I need to know model parameters in order to load it...