Thanks for the great work! I ran into an error when setting up imagenet: the script cannot find the synsets file. I think the problem can be fixed as follows.
In download_and_preprocess_imagenet.sh, line 64:
LABELS_FILE="${WORK_DIR}/data/imagenet_lsvrc_2015_synsets.txt" should be changed to
LABELS_FILE="${WORK_DIR}/imagenet_lsvrc_2015_synsets.txt".
Thanks for the great work! I ran into an error when setting up imagenet: the script cannot find the synsets file. I think the problem can be fixed as follows.
In
download_and_preprocess_imagenet.sh
, line 64:LABELS_FILE="${WORK_DIR}/data/imagenet_lsvrc_2015_synsets.txt"
should be changed toLABELS_FILE="${WORK_DIR}/imagenet_lsvrc_2015_synsets.txt"
.