The Error When I debug the file of " example_feat_extract.py"
Hello , firstly, thanks for your shared code! The following are Error when I debug the file of "example_feat_extract.py" :
File "/home/jsj/TF_FeatureExtraction/example_feat_extract.py", line 25, in
Do I need to creat a file of dataset and then download the imagenet data? Any suggestion will be appreciated!@tomrunia
Hi, no you just need to make sure it can find the datasets package included in the tensorflow/datasets repository. It seems like they recently changed the file structure of that repository, but you can find those files here: https://github.com/tensorflow/models/tree/master/research/slim. Just add that path to your PYTHONPATH and you should be fine :)
Thanks you for your response ! Your suggestion works well! @tomrunia