espressif / esp-dl

Espressif deep-learning library for AIoT applications
MIT License
564 stars 121 forks source link

Handpose Recognition (AIV-462) #76

Open AKEng1 opened 2 years ago

AKEng1 commented 2 years ago

Hi,

Handpose Recognition is listed as one of the modules in esp-dl. Is there a time line for its availability.

TiramisuJ commented 2 years ago

Hi Handpose recognition will be available before the end of this year,You can use this older version before that.

AKEng1 commented 2 years ago

Hi,

Thank you for the reply and link.

On Mon, Nov 22, 2021 at 7:15 AM Jiong @.***> wrote:

Hi Handpose recognition will be available before the end of this year,You can use this older version https://github.com/espressif/esp-dl/tree/420fc7e219ba98e40a5493b9d4be270db2f2d724/pose_estimation before that.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/espressif/esp-dl/issues/76#issuecomment-974998654, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWTEYKMFI4IJCYRQB5XKV7DUNGOCTANCNFSM5IPA7SSQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Regards, Deepthi Rushendra Babu Aksha Labs, Bangalore, India.

ElliottSeer commented 2 years ago

啥时候支持手势识别呀👻

Criminal-9527 commented 1 month ago

@TiramisuJ 旧版本的这个手势识别好像缺少了一些定义诶,我在链接的时候找不到好多结构体与函数的定义: undefined reference to dl_matrix3dqq_blazeblock undefined reference todl_matrix3dqq_double_blazeblock 等等好多,我已经链接了一部分文件进去,但是没法链接这个lib/mkmodel_windows,

idf_component_register(
    SRCS
        "main.c"
        "pe_forward.c"
        "image_util.c"
    INCLUDE_DIRS
        "."
        "../include"
)

target_link_libraries(${COMPONENT_LIB} INTERFACE "D:/Espressif/frameworks/esp-idf-v5.2.2/examples/dl-camera/lib/libdetection.a")
target_link_libraries(${COMPONENT_LIB} INTERFACE "D:/Espressif/frameworks/esp-idf-v5.2.2/examples/dl-camera/lib/libdl.a")
target_link_libraries(${COMPONENT_LIB} INTERFACE "D:/Espressif/frameworks/esp-idf-v5.2.2/examples/dl-camera/lib/libfd.a")
target_link_libraries(${COMPONENT_LIB} INTERFACE "D:/Espressif/frameworks/esp-idf-v5.2.2/examples/dl-camera/lib/libfr.a")
target_link_libraries(${COMPONENT_LIB} INTERFACE "D:/Espressif/frameworks/esp-idf-v5.2.2/examples/dl-camera/lib/libod.a")
target_link_libraries(${COMPONENT_LIB} INTERFACE "D:/Espressif/frameworks/esp-idf-v5.2.2/examples/dl-camera/lib/libpe.a")

如果像上面一样链接mkmodel_windows文件就会报错说无法识别这个文件格式,有什么办法解决吗。 感谢!

Criminal-9527 commented 1 month ago

@TiramisuJ 旧版本的这个手势识别好像缺少了一些定义诶,我在链接的时候找不到好多结构体与函数的定义: undefined reference to dl_matrix3dqq_blazeblock undefined reference todl_matrix3dqq_double_blazeblock 等等好多,我已经链接了一部分文件进去,但是没法链接这个lib/mkmodel_windows,

idf_component_register(
    SRCS
        "main.c"
        "pe_forward.c"
        "image_util.c"
    INCLUDE_DIRS
        "."
        "../include"
)

target_link_libraries(${COMPONENT_LIB} INTERFACE "D:/Espressif/frameworks/esp-idf-v5.2.2/examples/dl-camera/lib/libdetection.a")
target_link_libraries(${COMPONENT_LIB} INTERFACE "D:/Espressif/frameworks/esp-idf-v5.2.2/examples/dl-camera/lib/libdl.a")
target_link_libraries(${COMPONENT_LIB} INTERFACE "D:/Espressif/frameworks/esp-idf-v5.2.2/examples/dl-camera/lib/libfd.a")
target_link_libraries(${COMPONENT_LIB} INTERFACE "D:/Espressif/frameworks/esp-idf-v5.2.2/examples/dl-camera/lib/libfr.a")
target_link_libraries(${COMPONENT_LIB} INTERFACE "D:/Espressif/frameworks/esp-idf-v5.2.2/examples/dl-camera/lib/libod.a")
target_link_libraries(${COMPONENT_LIB} INTERFACE "D:/Espressif/frameworks/esp-idf-v5.2.2/examples/dl-camera/lib/libpe.a")

如果像上面一样链接mkmodel_windows文件就会报错说无法识别这个文件格式,有什么办法解决吗。 感谢!