zimmerrol / mask-rcnn-edge-agreement-loss

Reference implementation of "Faster Training of Mask R-CNN by Focusing on Instance Boundaries"
https://arxiv.org/abs/1809.07069
MIT License
43 stars 8 forks source link

training from scratch #4

Open cuongnc220592 opened 4 years ago

cuongnc220592 commented 4 years ago

Hi @JulienSiems ,

Thank you very much for a great contribution. I am working to family with Mask-rcnn. Could you guide me how to run the code. Do I need to start training again ? Everything are same with original Mask RCNN right?. Did you only add some functions on model.py ? Thank you very much.

Warday commented 4 years ago

Hola, tengo el mismo problema. Estaba entrenando con la máscara original para segmentar las hojas de los árboles y obtuve resultados aceptables. Quiero probar con esta implementación, pero tengo problemas para configurar el archivo leaves.py. Parece que no hay un modelo previamente entrenado y no se puede ejecutar.