Skip to content
New issue

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

Handpose Recognition (AIV-462) #76

Open
AKEng1 opened this issue Nov 21, 2021 · 5 comments
Open

Handpose Recognition (AIV-462) #76

AKEng1 opened this issue Nov 21, 2021 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@AKEng1
Copy link

AKEng1 commented Nov 21, 2021

Hi,

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

@github-actions github-actions bot changed the title Handpose Recognition Handpose Recognition (AIV-462) Nov 21, 2021
@TiramisuJ
Copy link

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

@AKEng1
Copy link
Author

AKEng1 commented Nov 23, 2021 via email

@ElliottSeer
Copy link

啥时候支持手势识别呀👻

@Criminal-9527
Copy link

@TiramisuJ
旧版本的这个手势识别好像缺少了一些定义诶,我在链接的时候找不到好多结构体与函数的定义:
undefined reference to dl_matrix3dqq_blazeblock undefined reference to dl_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文件就会报错说无法识别这个文件格式,有什么办法解决吗。
感谢!

1 similar comment
@Criminal-9527
Copy link

@TiramisuJ
旧版本的这个手势识别好像缺少了一些定义诶,我在链接的时候找不到好多结构体与函数的定义:
undefined reference to dl_matrix3dqq_blazeblock undefined reference to dl_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文件就会报错说无法识别这个文件格式,有什么办法解决吗。
感谢!

@sun-xiangyu sun-xiangyu added the help wanted Extra attention is needed label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants