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

.tflite files are missing #61

Closed Meri994 closed 3 years ago

Meri994 commented 4 years ago

I am trying to run the project in Xcode 11.4.1 but all the .tflite files are missing under imgclsmob-Pose folder in Xcode. Anyone, please help me out with this. I want to compile the project.

Thanks

tucan9389 commented 4 years ago

@MeriGarala09

Would you remove the tflite files not existing and compile again?

If you have same issue, please tell me.

Meri994 commented 4 years ago
Screenshot 2020-08-06 at 5 12 49 PM

@tucan9389 All these files are missing and I have removed all the files. The application is complied now but some .tflite files are using in the code so the app is going crash after the launch.

Meri994 commented 4 years ago

@tucan9389 Any suggestion???

hazel0504 commented 4 years ago

Having same issue. I've removed them from build phase, but the app is trying to use them so it crashes.

tucan9389 commented 4 years ago

https://github.com/tucan9389/PoseEstimation-TFLiteSwift/releases/tag/v1.1.0

In the assets of the release, you can download some models. I didn't upload AlphaPose and MobileNet series model yet. You should remove the models, you couldn't get, from the Xcode project.