Xharlie / DISN

(latest updates and bug fixed) DISN: Deep Implicit Surface Network for High-quality Single-view 3D Reconstruction
183 stars 27 forks source link

Unable to run demo.py #17

Closed nauman-tintash closed 3 years ago

nauman-tintash commented 3 years ago

Is there any requirements file to figure out which versions of python and Tensorflow does the demo code run for?

If I enable --cam_est as mentioned in README, tf somehow fails to load the checkpoint even though I downloaded the data from mentioned link, following is an error I get and later on it fails on session.run. "Fail to load overall modelfile: cam_est/checkpoint/cam_DISN/latest.ckpt"

If I don't enable --cam_est, I get the same issue with SDF_DISN checkpoint loading. Does anybody else face the same issue, does anybody else have any clues as to why I am facing this?

I am using Tensorflow 1.15

nauman-tintash commented 3 years ago

It was because my GPU was running out of memory and wasn't able to load the model. Closing this as the issue got resolved by reducing the batch size.