Rony Abecidan

Results 10 comments of Rony Abecidan

Hello, Yes the parameters of the pre-trained model provided here are exactly the same from the original implementation released by the author's in tensorflow. However, I don't have access to...

Thanks for noticing me about that issue. I will try to make the code operational in a multi-gpu environment. In the same time if you find a way to make...

Hello, I think I fixed the cause of the bug in the multi-gpu setting. Can you try to run again your code ? If it does not work try also...

Hello, I personally don't know ONNX but I am going to see why it fails. If you find before me, please make a pull request.

Hello, I think I solved your problem with ONNX can you try again to export in ONNX ? The updated code is in the branch `RonyAbecidan-patch-1`

Hello, Normally, for each image, the expected output should be a binary map with just pixels equal to 0 or 1 but I guess that you have some masks that...

I am not sure why it is becoming nan suddenly. Can you share your training code ? I will check the IMTFE meanwhile. Maybe you have to force the output...

I have some comments about your code that may explain your error : 1 - You need to provide probabilities to BCE_loss in "seg_out". To do so, you have to...

Hello, Did you fix your issues finally ?

> hello, i have same problem. i use nn.BCEWithLogitsLoss and my target masks contain only 0 or 1 pixels... Could you help me please? I think this could happen because...