Skip to content
Lorena Abad Crespo edited this page Sep 21, 2022 · 4 revisions

Why is my CSV file throwing a Reference_ID error?

If you generated your CSV file with scripts/0_query_s1.py and then opened your file using Microsoft Excel to choose which image pairs to download, and saved it again, it is likely that Office changed the encoding of your file to UTF-8-BOM or similar. To fix this, please use a text editor such as Notepad++ where you can easily change your file encoding back to UTF-8. This should allow the scripts to recognize your file properly.

Clone this wiki locally