Hello!
I’m currently working on an IoT project that requires human face detection from image data. I’ve chosen the ESP-DL model for this.
I successfully downloaded all the necessary dependencies using a yaml configuration file. However, I’m encountering this compilation errors.
I’ve been told that this issue is often caused by long file paths exceeding the 256 character limit in windows. To resolve this, I attempted to use a symlink, but it did not resolve the problem.
Since this is my first time working on a project of this type, I’m unsure how to proceed from here.
Has anyone encountered this specific compilation error with ESP-DL on Windows, or can someone suggest an alternative approach to resolve this windows path length issue?
Any help would be greatly appreciated!
