We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
always
编译成功
链接器无法找到 warp_affine 函数的定义
FAILED: human_face_recognition_lcd.elf cmd.exe /C "cd . && D:\Espressif\tools\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin\xtensa-esp32s3-elf-g++.exe -mlongcalls -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32S3=0 -Wl,--Map=D:/work/ICrobot5.0/human_face_recognition/lcd/build/human_face_recognition_lcd.map -Wl,--no-warn-rwx-segments -fno-rtti -fno-lto -Wl,--gc-sections -Wl,--warn-common -T esp32s3.peripherals.ld -T esp32s3.rom.ld -T esp32s3.rom.api.ld -T esp32s3.rom.libgcc.ld -T esp32s3.rom.newlib.ld -T esp32s3.rom.version.ld -T memory.ld -T sections.ld @CMakeFiles\human_face_recognition_lcd.elf.rsp -o human_face_recognition_lcd.elf && cd ." D:/Espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: D:/Espressif/frameworks/esp-idf-v5.0.4/esp-who/components/esp-dl/lib/esp32s3\libmfn.a(face_recognition_tool.cpp.obj):(.literal._ZN21face_recognition_tool10align_faceIsEEvPN2dl6TensorIT_EES5_RSt6vectorIiSaIiEE[_ZN21face_recognition_tool10align_faceIsEEvPN2dl6TensorIT_EES5_RSt6vectorIiSaIiEE]+0x0): undefined reference to `void dl::image::warp_affine<short>(dl::Tensor<short>*, dl::Tensor<short>*, dl::math::Matrix<float>*)' D:/Espressif/tools/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: D:/Espressif/frameworks/esp-idf-v5.0.4/esp-who/components/esp-dl/lib/esp32s3\libmfn.a(face_recognition_tool.cpp.obj): in function `void face_recognition_tool::align_face<short>(dl::Tensor<short>*, dl::Tensor<short>*, std::vector<int, std::allocator<int> >&)': /home/gansichen/Workspace/delete/aigit/master/dl/components/mfn/face_recognition_tool.cpp:251:(.text._ZN21face_recognition_tool10align_faceIsEEvPN2dl6TensorIT_EES5_RSt6vectorIiSaIiEE[_ZN21face_recognition_tool10align_faceIsEEvPN2dl6TensorIT_EES5_RSt6vectorIiSaIiEE]+0x192): undefined reference to `void dl::image::warp_affine<short>(dl::Tensor<short>*, dl::Tensor<short>*, dl::math::Matrix<float>*)' collect2.exe: error: ld returned 1 exit status ninja: build stopped: subcommand failed. * 终端进程“d:\Espressif\tools\tools\ninja\1.11.1\ninja.exe”已终止,退出代码: 1。
编译
v0.5.0
Intel/AMD 64-bit (modern PC, older Mac)
Windows
windows11
other (details in Additional context)
vscode
The text was updated successfully, but these errors were encountered:
@monskate 用idf 5.1把, 新的esp-who正在开发中,旧的不会再更新拉。
Sorry, something went wrong.
No branches or pull requests
Checklist
How often does this bug occurs?
always
Expected behavior
编译成功
Actual behavior (suspected bug)
链接器无法找到 warp_affine 函数的定义
Error logs or terminal output
Steps to reproduce the behavior
编译
Project release version
v0.5.0
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
windows11
Shell
other (details in Additional context)
Additional context
vscode
The text was updated successfully, but these errors were encountered: