nywang16 / Pixel2Mesh

Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images. In ECCV2018.

Home Page:http://openaccess.thecvf.com/content_ECCV_2018/papers/Nanyang_Wang_Pixel2Mesh_Generating_3D_ECCV_2018_paper.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot interpret feed_dict error

EthanIrby8 opened this issue · comments

Hello,

When running the demo, I receive this error: TypeError: Cannot interpret feed_dict key as Tensor: The name 'save_1/Const:0' refers to a Tensor which does not exist. The operation, 'save_1/Const', does not exist in the graph.

The error points to line 108 in api.py: saver.restore(sess, save_path). I've gone through the steps listed in the ReadMe to download and unzip the checkpoint.zip file in the Pixel2Mesh\Data dir. My directory structure after unzipping checkpoint.zip is Pixel2Mesh\Data\checkpoint\ which contains all 4 files from checkpoint.zip. Am I missing any additional model checkpoint files? Is there code that needs to be added to successfully load the model checkpoints?

Thanks