You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After building the mediapipe framework for ios application by build_ios_framework.sh, there are some hidden files and subfolders in MediaPipeTasksCommon and MediaPipeTasksVision, i.e. in MediaPipeTasksVision or in MediaPipeTasksCommon, the folder structure include:
what's the purpose of the hidden files. When I copy the frameworks MediaPipeTasksVision and MediaPipeTasksCommon to Pods folder of iOS application project. If the hidden files not included, the performance of the frameworks seems not so good.
Regards,
James
The text was updated successfully, but these errors were encountered:
Could you please specify the hidden files you are referring to? Understanding their purpose will aid our investigation. We will update you after discussing this with our team.
Hello Kuaashish, after building the ios framework by build_ios_frame.sh, there will be folders like MediaPipeTasksCommon in the target path. Then if you go to the MediaPipeTasksCommon folder and execute 'ls -al', you will find the hidden files like
If the developer copy the folder MediaPipeTasksCommon to the Pods folder of iOS application (i.e. hand landmarker), the hidden files will be missed. But the iOS application can still work, but the MediaPipe library seems not work in good performance, the jitter on landmarks is more than the application with library including the hidden files.
Hello,
After building the mediapipe framework for ios application by build_ios_framework.sh, there are some hidden files and subfolders in MediaPipeTasksCommon and MediaPipeTasksVision, i.e. in MediaPipeTasksVision or in MediaPipeTasksCommon, the folder structure include:
-rw-r--r--@ 1 zhihong staff 163 2 20 18:57 ._LICENSE
-rwxr-xr-x@ 1 zhihong staff 163 2 20 18:57 ._frameworks
-rw-r--r--@ 1 zhihong staff 12331 2 20 18:57 LICENSE
drwxr-xr-x@ 4 zhihong staff 128 2 20 18:57 frameworks
what's the purpose of the hidden files. When I copy the frameworks MediaPipeTasksVision and MediaPipeTasksCommon to Pods folder of iOS application project. If the hidden files not included, the performance of the frameworks seems not so good.
Regards,
James
The text was updated successfully, but these errors were encountered: