Image-classification-transfer-learning icon indicating copy to clipboard operation
Image-classification-transfer-learning copied to clipboard

ERROR:tensorflow:Image directory ' 'not found

Open zixianma opened this issue 7 years ago • 3 comments

Hi, when I was running retrain.py, I encountered the problem 'Image directory ' 'not found'. While the image_dir is a customizable paramter, the article says that "we properly set it up during preprocessing step." Does that mean I didn't set it up properly during the preprocessing step (but all steps were run successfully after i defined the train_dir parameter)? Or, what's wrong with with the retrain.py file?

zixianma avatar Dec 19 '18 04:12 zixianma

I have similar question - how to run retrain.py? it seems it takes some parameters.

charliewang789 avatar Dec 29 '18 17:12 charliewang789

I haven't experience the same problem as your's, I think may be the root path or your execution path haven't been rightly setted

kartherion avatar Mar 06 '19 01:03 kartherion

@charliewang789 use python "retrain.py --image_dir=train"

r-asif avatar May 05 '19 10:05 r-asif