ethz-asl / hfnet

From Coarse to Fine: Robust Hierarchical Localization at Large Scale with HF-Net (https://arxiv.org/abs/1812.03506)
MIT License
776 stars 185 forks source link

ValueError: not enough values to unpack (expected 4, got 0) #38

Closed zzl20 closed 4 years ago

zzl20 commented 4 years ago

Hi, when i run evaluate_aachen.py, there are some errors as follow: p4 how to solve this problem, Look forward to your reply !

sarlinpe commented 4 years ago

Do you happen to have any empty lines in day_time_queries_with_intrinsics.txt or night_time_queries_with_intrinsics.txt? this should not happen and the code does not check for this.

zzl20 commented 4 years ago

Do you happen to have any empty lines in day_time_queries_with_intrinsics.txt or night_time_queries_with_intrinsics.txt? this should not happen and the code does not check for this.

Thank you very much, there are some empty lines in night_time_queries_with_intrinsics.txt, now, it is ok!