hienpham15

Results 2 issues of hienpham15

Hi, since I'm trying to re-implement your code in Keras (python 3.6), I open this thread for some questions and advice. 1. You defined your input images as 512x512x3, but...

I have noticed that in train.py and eval.py you have import a FocalLoss class which is then used as criterion for both training and evaluating. But I couldn't find relevant...