You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my folder order:
--fcn_8s_checkpoint
--models
--nets
--preprocessing
--recipes
--utils
Traceback (most recent call last):
File "C:/Users/nanth/PycharmProjects/Background_removal_using_image_segmentation-master/Background_removal_using_image_segmentation-master/segment_image.py", line 59, in
saver.restore(sess, tf.train.latest_checkpoint(checkpoint_dir='model_fcn8s_final.ckpt'))
File "C:\Users\nanth\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\training\saver.py", line 1713, in restore
raise ValueError("Can't load save_path when it is None.")
ValueError: Can't load save_path when it is None
please tell me, how to load ckpt file in this script and i need only the segmented image only
The text was updated successfully, but these errors were encountered:
This is my folder order:
--fcn_8s_checkpoint
--models
--nets
--preprocessing
--recipes
--utils
Traceback (most recent call last):
File "C:/Users/nanth/PycharmProjects/Background_removal_using_image_segmentation-master/Background_removal_using_image_segmentation-master/segment_image.py", line 59, in
saver.restore(sess, tf.train.latest_checkpoint(checkpoint_dir='model_fcn8s_final.ckpt'))
File "C:\Users\nanth\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\training\saver.py", line 1713, in restore
raise ValueError("Can't load save_path when it is None.")
ValueError: Can't load save_path when it is None
please tell me, how to load ckpt file in this script and i need only the segmented image only
The text was updated successfully, but these errors were encountered: