smellslikeml / ActionAI

Real-Time Spatio-Temporally Localized Activity Detection by Tracking Body Keypoints
https://www.hackster.io/actionai/actionai-custom-tracking-multiperson-activity-recognition-fa5cb5
GNU General Public License v3.0
765 stars 191 forks source link

This model is not working properly in my flutter application. #31

Closed divyanshkumaar closed 4 years ago

divyanshkumaar commented 4 years ago

I have implemented this model but it doesn't seem to work. Is it compatible with flutter?

ankitsinghal04 commented 4 years ago

Did you figure it out? I wanted to implement this model in my flutter application as well.

ankitsinghal04 commented 4 years ago

@smellslikeml do you know if there is any incompatibility issues with flutter?

smellslikeml commented 4 years ago

@divyanshkumaar @ankitsinghal04 This code wasn't designed with Flutter in mind - you'd have to convert the models to the appropriate format. It'd be great if you could share your results with us.

divyanshkumaar commented 4 years ago

I converted the model file to .tflite format but the app crashes every time I click on the Button to run ActionAI. @smellslikeml
I found this repo through this video: https://www.youtube.com/watch?v=b8xlCNzkX5w&feature=youtu.be I used the code in this video as my base and just added models.tflite from your repo.