AceMcAwesome

Results 4 issues of AceMcAwesome

Is there a way to add dropout to the Unet model here? I see there is some dropout in FPN and PSPNet, but none in Unet. I want to train...

I'm trying to train a model to detect a single type of object, a damaged blood vessel, and I have a bunch of labeled training images with their corresponding boxes...

I would like to increase the number of anchors from 9 to 18 for training, since I read this can improve accuracy (I am not concerned about model runtime, and...

How do I define my loss function when it's my understanding that custom loss functions are only supposed to take 2 inputs, y_true and y_pred? For example here those are...