@react-native-firebase/ml-vision is deprecated how to do face detection now ? #4555
-
Hi, First, thanks for the great work. Because |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
That's exactly right and I have to beg your apologies for a little bit, as the replacement react-native-mlkit currently does not exist - I'm in the process of re-homing the functionality over there but until then there is no way to do it, if you upgrade So the apologies are because for now, you are stuck on the last set of releases prior to #4471 / that release (that will not work) was rooted in the version of app 9.0.0, and the one prior that will work is 8.4.7 (from https://github.com/invertase/react-native-firebase/blob/master/packages/app/CHANGELOG.md) - along with the versions that require it as a peer dependency - all the ones that existed immediately prior to that PR merge and release on Nov 10 It is a very high priority item for me to get the react-native-mlkit package off the ground but unfortunately my high priority list is a bit deep right now. It might be a week or two On the plus side, the older versions still should run fine, they were state of the art only 6 days ago :-) |
Beta Was this translation helpful? Give feedback.
-
I’d like to help if you want.
Em ter., 16/02/2021 às 20:01, Mike Hardy <[email protected]>
escreveu:
It's going poorly I must admit - I still have not had time. The
combination of the pandemic causing me to be a homeschool teacher to
support virtual school and my local school holiday schedule haven't let a
lot of time. The general plan is for all of the code that existed here in
react-native-firebase for local inference to move directly over to
react-native-mlkit as a start and that's effectively it. Over time as the
community supports it by proposing pull requests with any features that are
not implemented by that code move, it will / could grow to cover all of
google's mlkit.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4555 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHXUFFDR7KJZCYW3SD7GDH3S7L2NXANCNFSM4TXL4GNA>
.
--
David Guerin
Software Engineer chez *Dev IT Go*
https://devitgo.com/
*Phone :* (+33) 7 57 90 53 46
|
Beta Was this translation helpful? Give feedback.
That's exactly right and I have to beg your apologies for a little bit, as the replacement react-native-mlkit currently does not exist - I'm in the process of re-homing the functionality over there but until then there is no way to do it, if you upgrade
So the apologies are because for now, you are stuck on the last set of releases prior to #4471 / that release (that will not work) was rooted in the version of app 9.0.0, and the one prior that will work is 8.4.7 (from https://github.com/invertase/react-native-firebase/blob/master/packages/app/CHANGELOG.md) - along with the versions that require it as a peer dependency - all the ones that existed immediately prior to that PR merge and rele…