mediapipe
mediapipe copied to clipboard
基于chaquopy插件来编译一个mediapipe版本的whl文件
Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
None
OS Platform and Distribution
Ubuntu20
MediaPipe Tasks SDK version
No response
Task name (e.g. Image classification, Gesture recognition etc.)
手势识别
Programming Language and version (e.g. C++, Python, Java)
Python、Java
Describe the actual behavior
因为我使用python代码来使用mediapipe进行了手势算法的识别同时加入触摸控制,现在这个python代码需要放入Android代码中,我使用了chaquopy来控制我的py代码,这个python代码的所有第三方库都能安装成功,唯独就是这个mediapipe安装不成功,因为chaquopy社区没有编译这个mediapipe到里面去,我想问问作者有办法编译成chaquopy的whl文件吗?因为直接使用Android代码去调用mediapipe就跟我的很多控制隔开了,这是最终解决方案,如果能直接在chaquopy里面可以直接使用mediapipe的话那将非常好,因为我不懂Andirod代码,只会python代码。
Describe the expected behaviour
编译成能在chaquopy使用的mediapipe库的whl文件
Standalone code/steps you may have used to try to get what you need
1
Other info / Complete Logs
Hi @liaoqingjian,
Currently, we do not have the information available to compile the wheel file for Chaquopy. However, please allow us some time to check if anyone from our team can assist you. We will update you accordingly.
Thank you!!
好,十分感谢你!
目前,我们还没有可用于编译 Chaquopy 车轮文件的信息。不过,请给我们一些时间,看看我们团队是否有人可以为您提供帮助。我们会及时通知您。
谢谢你!!
Hi @liaoqingjian,
Based on our internal discussion, unfortunately, we currently have other priorities and will not be able to assist you with this issue at the moment. To be transparent, we are not sure how to proceed with this issue at this time. The best suggestion we can offer is to explore our Android implementation for the specific task. We understand that you have more expertise on the Python side. However, we can mark this feature request and share it with our team, though we do not anticipate it being addressed in the near future.
Thank you!!
Hi @liaoqingjian,
Based on our internal discussion, unfortunately, we currently have other priorities and will not be able to assist you with this issue at the moment. To be transparent, we are not sure how to proceed with this issue at this time. The best suggestion we can offer is to explore our Android implementation for the specific task. We understand that you have more expertise on the Python side. However, we can mark this feature request and share it with our team, though we do not anticipate it being addressed in the near future.
Thank you!!
十分感谢您的回复,我已经了解了,我将使用Android方法去调用mediapipe来解决这个问题,再次感谢你!