You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems here you are doing some window selection based on best optical flow quality. Is this part necessary? Does it make big difference compared with random sampling a valid window inside the image region (without score comparison)?
The text was updated successfully, but these errors were encountered:
Hi, thanks for the great repo! I'm interested in finetuning the model for my research and I'm trying to understand your implementation here:
r2d2/tools/dataloader.py
Line 119 in 740f6fb
what is this line doing?
From the comments above, it says "applying a median filter" but I didn't see median filter afterwards. Is this comment deprecated?
r2d2/tools/dataloader.py
Line 145 in 740f6fb
The text was updated successfully, but these errors were encountered: