Emi

Results 10 comments of Emi

Hey @JaekwangChung and @charlesmoatti !!! Try with the parameter "ignore_empty" to False in DiceMetric!

Is there any way to use an indeterminate number of points for each bounding box, without the need for each bounding box to have exactly the same points? For example,...

I recommend you this: https://github.com/luca-medeiros/lang-segment-anything

Please, use ``fit`` method instead of ``fit_generator``. The ``fit`` method admits generators as input. If you are using grayscale images, you must specify the input shape as follows: ``input_shape=(128,128)`` ,...

Would it be possible to add more examples to the Keras documentation if I create them?

Is it possible to use the Keras register_serializable decorator here and avoid using the custom scope?

How are you using the data? Are you repeating the same channel three times? What is your finally task (classify, segment)? There are two ways : 1. Give the original...

Hi, first of all, I'm going to respond to your second question. In this case, sometimes you may want to use only a certain part of the network (normally, the...