semantic-segmentation-tensorflow icon indicating copy to clipboard operation
semantic-segmentation-tensorflow copied to clipboard

How to use ENet?

Open srcolinas opened this issue 7 years ago • 0 comments

I am trying to use ENet for segmentation, but from the README.md it is not clear how I may do that. I tried passing the model_path as os.path.join('model','cityscapes','enet.ckpt.meta')

But I get the following error:

InvalidArgumentError (see above for traceback): No OpKernel was registered to support Op 'MaxPoolWithArgmax' with these attrs. Registered devices: [CPU], Registered kernels:

[[Node: MaxPoolWithArgmax = MaxPoolWithArgmaxT=DT_FLOAT, Targmax=DT_INT64, ksize=[1, 2, 2, 1], padding="SAME", strides=[1, 2, 2, 1]]]

Note: I fixed your typo at line 898, where you had "variabl" instead of "variable"

srcolinas avatar Feb 25 '18 01:02 srcolinas