aurora95 / Keras-FCN

Keras-tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation(Unfinished)
MIT License
650 stars 268 forks source link

model.py assumes weights file exists #7

Closed ahundt closed 7 years ago

ahundt commented 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?

SCP-173-cool commented 7 years ago

you can review the utils/get_weights_path.py and utils/transfer_FCN.py

ahundt commented 7 years ago

Thanks looks clear enough