naver / garnet

Apache License 2.0
58 stars 7 forks source link

How do you generate the ground truth mask of TSR and TSSR? #3

Closed shallweiwei closed 1 year ago

shallweiwei commented 1 year ago

Thanks for your work! Is the mask of TSR generated by using Igt - I in ? And could you release your training code?

hsl323 commented 1 year ago

Is the mask of TSR generated by using Igt - I in ?

The answer to your question is "Yes" TSR mask can be generated by subtracting $I{gt}$ from $I{in}$. As mentioned in the paper, we used 25 as the threshold to suppress the noise

$Mask{TSR} = (I{in} - I_{gt}) > 25 $

And could you release your training code?

Due to the company's regulations, we have no plans to release the training code yet. Please understand that we can't release it, and we apologize for the inconvenience.

weinixuehao commented 5 months ago

Is the mask of TSR generated by using Igt - I in ?

The answer to your question is "Yes" TSR mask can be generated by subtracting Igt from Iin. As mentioned in the paper, we used 25 as the threshold to suppress the noise

MaskTSR=(Iin−Igt)>25

And could you release your training code?

Due to the company's regulations, we have no plans to release the training code yet. Please understand that we can't release it, and we apologize for the inconvenience.

image Why my result is like this