nwojke / mcf-tracker

A simple multi-object tracker based on the mcf library
GNU General Public License v3.0
53 stars 19 forks source link

KeyError: "The name 'net/images:0' refers to a Tensor which does not exist. The operation, 'net/images', does not exist in the graph." #8

Closed hxtkyne closed 6 years ago

hxtkyne commented 6 years ago

KeyError: "The name 'net/images:0' refers to a Tensor which does not exist. The operation, 'net/images', does not exist in the graph."

when i read model, an problem occur.

hxtkyne commented 6 years ago

solved the problem

Kinantb commented 5 years ago

@hxtkyne It would be helpful if you would briefly describe how you did that...

dimahwang88 commented 5 years ago

@hxtkyne how have you solved the problem?

dimahwang88 commented 5 years ago

python motchallenge_trainer.py --cnn_model resources/networks/mars-small128.pb solves the problem

Kinantb commented 5 years ago

@dimahwang88 This seems to work. Thanks!