Theia-4869 / BiCross-old

BiCross (Unsupervised Spike Depth Estimation via Cross-modality Cross-domain Knowledge Transfer).
14 stars 1 forks source link

Question about the eval_mask and uncertainty_head #2

Open AllenZyy821 opened 10 months ago

AllenZyy821 commented 10 months ago

Hi, I really thankful for you to share the code. In trainer_crossdomain.py the train function has set the
eval_mask[:, int(0.40810811 * height):int(0.99189189 * height), int(0.03594771 * width):int(0.96405229 * width)] = 1 and I wonder how to get the float numbers? Also, I noticed that the structures of uncertainty_head and head are nearly the same. I don't understand the reason for this similarity. Looking forward to the reply and appreciate for the paper, your idea is inspiring. Best.