cvg / Hierarchical-Localization

Visual localization made easy with hloc
Apache License 2.0
3.12k stars 579 forks source link

ValueError: too many values to unpack (expected 2) in demo hloc #364

Open ZoreAnuj opened 7 months ago

ZoreAnuj commented 7 months ago

Facing the following error while running the demo file for the custom image dataset.

image

Detailed Error:

image

Please help :)

sarlinpe commented 7 months ago

Please report the entire call trace, code, and potentially modified files. The content of hloc/utils/parsers.py is different from the one shown in the screenshot.

ZoreAnuj commented 7 months ago

No changes have been made in hloc. I've git cloned !git clone --quiet --recursive https://github.com/cvg/Hierarchical-Localization/

sarlinpe commented 7 months ago

No I don't think so https://github.com/cvg/Hierarchical-Localization/blob/936040e8d67244cc6c8c9d1667701f3ce87bf075/hloc/utils/parsers.py#L47-L50

ZoreAnuj commented 7 months ago

Following is my parsers.py:

image

Can you please help me to debug the code?