expolli

Results 8 comments of expolli

Was able to use obj assets with this snippet: ` const obj = useLoader( OBJLoader, Asset.fromModule(require("./assets/Airmax/shoe.obj")).uri )` Hope it works for you too.

Thank you for the update @rachelwong44 . Do you know of a workaround to get the barebones app working? App was not working with Expo 50 either with newer Androids,...

Hei @gaikwadrahul8 , Installed Expo 49.0.23 and unfortunately the result was the same. Older Android working but newer not. Old Android: LOG {"poses": [{"keypoints": [Array], "keypoints3D": [Array], "score": 0.9999972581863403}]} New...

> > At the moment i try to get it running with the following package.json and a custom modified `@tensorflow/tfjs-react-native`: > @Jersyfi - sorry to bother but are you facing...

Hello @gaikwadrahul8, Installed the official react-native expo app (expo SDK 46) from tfjs-examples: https://github.com/tensorflow/tfjs-examples/blob/master/react-native/pose-detection. - Movenet lib detects poses with old and new devices. - BlazePose fails to detect poses...

Did some more testing with another expo app (SDK 51). I was able to detect poses with newer Android device by adding the following line: `await tf.setBackend('cpu')`. This does bring...

> You can use the package versions from my comment [#8292 (comment)](https://github.com/tensorflow/tfjs/issues/8292#issuecomment-2156509938) for Expo SDK 50. Thank you @Jersyfi for the info about the other issue. I can see that...

Any actions regarding this proposal? This would be very handy when intercepting several apis.