espressif / esp-dl

Espressif deep-learning library for AIoT applications
MIT License
549 stars 118 forks source link

Compilation failed if dl::image::crop_and_resize(...) is used (AIV-642) #133

Open Mr-Techtron opened 1 year ago

Mr-Techtron commented 1 year ago

using the latest master version, I am unable to compile the project after using the function "crop_and_resize". It shows "undefined reference to `void dl::image::crop_and_resize(unsigned short, int, int, int, int, int, int, unsigned short, int, int, int, int, int, int, int, dl::image::resize_type_t, int)'"