Pixel2Mesh icon indicating copy to clipboard operation
Pixel2Mesh copied to clipboard

Cannot interpret feed_dict error

Open EthanIrby8 opened this issue 1 year ago • 0 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

EthanIrby8 avatar Jul 10 '23 17:07 EthanIrby8