Closed ahundt closed 7 years ago
It seems models.py assumes a weights file exists. With the repository as is it doesn't, did you initialize with imagenet weights or something or simply comment those lines the first time you run?
you can review the utils/get_weights_path.py and utils/transfer_FCN.py
utils/get_weights_path.py
utils/transfer_FCN.py
Thanks looks clear enough
It seems models.py assumes a weights file exists. With the repository as is it doesn't, did you initialize with imagenet weights or something or simply comment those lines the first time you run?