Viredery / tf-eager-fasterrcnn

Faster R-CNN R-101-FPN model was implemented with TensorFlow2.0 eager execution.
MIT License
89 stars 46 forks source link

Don't load the weights #29

Open khatchad opened 4 months ago

khatchad commented 4 months ago

We are training from scratch in the code later on in this file. I left it as a comment in case someone wants to load a pretrained model. See https://github.com/Viredery/tf-eager-fasterrcnn/issues/27#issuecomment-2263461724.

khatchad commented 4 months ago

Ah, I guess we're not training the model in the code above as the training flag is set to false. But, we do train it later on. Either way, even with the pretrained model, I am getting the same error shown in #27.