Submitted by kingdroopa t3_10f7dyr in MachineLearning
Anjum48 t1_j4vc9kp wrote
Reply to comment by kingdroopa in [D] Suggestion for approaching img-to-img? by kingdroopa
The Unet I described will output a continuous number for each pixel between 0 & 1, which you can use as a proxy for your IR image.
People often use a threshold to this image (e.g. 0.5) to create a mask which might be where you are getting confused
kingdroopa OP t1_j4vh0sq wrote
Ahh, I see. Thanks! I'll write it down in my TODO list. Might have to investigate seg masks a bit more :)
Viewing a single comment thread. View all comments