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

Add yoganet compatibility #5

Closed AlexandreDewilde closed 6 months ago

AlexandreDewilde commented 5 years ago

When running yoganet model with the method runmodelonframe() it crashed

ankitmaurya001 commented 5 years ago

Did you figure it out? Same issue !!

AlexandreDewilde commented 5 years ago

@ankitmaurya001 No I didn't, if someone has a solution, I'm interested

Omodaka9375 commented 5 years ago

Looks like it's some flutter and android studio version issue. I tried 3.5 beta but same error occurred. Downgrading to AS 2.3 solved it for me.

Fireballlion commented 5 years ago

My yoganet model just doesn’t open- the log reads “success” and “resource failed to call close” then doesn’t show anything on screen. Any ideas?

Fireballlion commented 5 years ago

It also crashes when I set it as the model to be run on the PoseNet button

Fireballlion commented 5 years ago

Hi @Omodaka9375 And I tried the solution listed here, I was using 3.5 and used 2.3.2 but no luck. It says FileNotFound: yoganet.tflite. I have tried adding the file to the pubspec.yaml but it doesn’t fix the issue. any ideas?