TruongKhang / DeViLoc

[CVPR2024 Oral] Learning to Produce Semi-dense Correspondences for Visual Localization
Apache License 2.0
87 stars 5 forks source link

ModuleNotFoundError: No module named 'vlocnext' when running train.py #2

Closed frozencoolcool closed 4 months ago

frozencoolcool commented 4 months ago

I encountered a ModuleNotFoundError: No module named 'vlocnext' error when running train.py using Python. Could you please provide some guidance on how to resolve this issue? I would greatly appreciate any help or suggestions you can offer.

Thank you in advance for your assistance!

TruongKhang commented 4 months ago

hi @frozencoolcool , this happens when I refactor the code (I changed the name of main module vlocnext --> deviloc) I'll resolve this issue and let you know soon!

TruongKhang commented 4 months ago

Hi @frozencoolcool, I fixed and updated the code. Feel free to ask if you have any problems!