tucan9389 / PoseEstimation-TFLiteSwift

The baseline project for inferencing various Pose Estimation tflite models with TFLiteSwift on iOS
https://github.com/motlabs/awesome-ml-demos-with-ios
Apache License 2.0
152 stars 20 forks source link

LiteBaseline3DPose No such file #76

Closed SpencerIO closed 3 years ago

SpencerIO commented 3 years ago

Hello, I am having trouble finding these files.

PoseEstimation-TFLiteSwift/PoseEstimation-TFLiteSwift/LiteBaseline3DPose/litebaseline_3dpose_real_S.tflite: No such file or directory

PoseEstimation-TFLiteSwift/PoseEstimation-TFLiteSwift/LiteBaseline3DPose/litebaseline_3dpose_real_L.tflite: No such file or directory

I found the 'imgclsmob-Pose' and the 'Baseline3DPose' tflite files but am still having trouble finding the 'LiteBaseline3DPose' files

Thank you in advance.

tucan9389 commented 3 years ago

@SpencerIO The lite version model is not supported currently. I think you just delete the files on the Xcode project and you can run it.

SpencerIO commented 3 years ago

You Are correct good sir. Thank you for responding