llSourcell / How_to_Build_a_healthcare_startup

This is the code for "How to Build a Healthcare Startup" by Siraj Raval on Youtube
211 stars 117 forks source link

Yoganet integration #11

Open Fireballlion opened 5 years ago

Fireballlion commented 5 years ago

Hi my yoga net model is not working. I downloaded the YogAI model.tflite but when I press begin. It says "success" but nothing shows up and when I replace the called model in the PoseNet button on the signup screen, it just shows a standard camera. Any ideas?

Fireballlion commented 5 years ago

It also crashes on the runmodelonframe method. and it says FileNotFound: yoganet.tflite when I run the project

Fireballlion commented 5 years ago

I’ve added the relative path to assets in the pubspec.yaml but the model does not appear in the build/flutter_assets/assets folder.

ganeshmani commented 5 years ago

I faced the same problem..it shows success in the console. but nothing happens.