zju3dv / EfficientLoFTR

491 stars 34 forks source link

fixed import error of detect_NaN #15

Closed stefanvdpalen closed 2 months ago

stefanvdpalen commented 2 months ago

I had some trouble importing the detect_NaN function from src.utils.misc, so i changed the way of importing it.

wyf2020 commented 2 months ago

Thank you! If you want to import EfficientLoFTR in other code, using relative import here is indeed better.