zju3dv / EfficientLoFTR

Apache License 2.0
635 stars 48 forks source link

fixed import error of detect_NaN #15

Closed stefanvdpalen closed 7 months ago

stefanvdpalen commented 7 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 7 months ago

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