Tomorrowdawn / GenshinTCGBuilder

Genshin, Genius Invokation TCG builder powered by GA. TCG卡组配卡器,使用遗传算法.
3 stars 0 forks source link

The 'dimensions.json' file seems to be missing in the path 'GenshinTCGBuilder/scanner/'. #1

Closed nighood closed 1 year ago

nighood commented 1 year ago

I uncommented the code for T.pre_scan() in my program, but kept getting an error message saying that the 'generated.json' file could not be found. Later, I discovered that the 'dimensions.json' file seemed to be missing from the GenshinTCGBuilder/scanner/ directory, which prevented the program from scanning and extracting images to generate the 'generated.json' file.

Tomorrowdawn commented 1 year ago

Thanks! I ignore *.json in .gitignore to avoid uploading too large file and it ignores scanner's json file as well, unexpectedly. I will reorganize file structure and fix it soon.

nighood commented 1 year ago

Thank you very much! Looking forward to your updates!

Tomorrowdawn commented 1 year ago

commit 5c7425e solved this issue