Thanks for sharing this nice work!
Sorry, I can't run the code directly in my environment. One question I have is what the input to photometric loss looks like.
loss = L1_loss(pred, target), are the pred and target 3-channels RGB images?
Whether the value ranges from 0 to 255 (original image) or normalized value (normalized by mean/std value)? I don't see a place in the code for image normalization.
Thanks for sharing this nice work! Sorry, I can't run the code directly in my environment. One question I have is what the input to photometric loss looks like.
loss = L1_loss(pred, target), are the pred and target 3-channels RGB images? Whether the value ranges from 0 to 255 (original image) or normalized value (normalized by mean/std value)? I don't see a place in the code for image normalization.