Closed BigWub67 closed 3 years ago
Okay, that probably happens because of how the initial directory is set. The way it is for me the directory starts out in the \src\ folder, so I move it up one directory to the \Handwriting-Coversion-Application\ folder, so it can then look in the \output\ and \data\ folders. If you are using VS Code, then maybe it starts in the project folder, which is probably \Handwriting-Coversion-Application.
This line of code: Makes this happen: Basically, it prevents the program (for me) from finding the files correctly for me anywhere it shows up (in this instance, it happened in the main method in main.py in the feature-output branch).
When I comment it out: It actually works:
This is probably occurring because I'm running the code with VS Code which just runs the code.
It shouldn't matter when we get the GUI going though since it will pass through the whole path, but I felt like I should bring this up.