react-native-camera-tflite icon indicating copy to clipboard operation
react-native-camera-tflite copied to clipboard

Object detection

Open Timzhao020205 opened this issue 5 years ago • 2 comments

Can this component be used for real-time object detection? I really need one for React Native.

Timzhao020205 avatar Jul 31 '19 17:07 Timzhao020205

Hi tim, me too need development real-time object detection with react-native. I think you was try developed project. Do you found any library or this library succesfully worked.

abdullahcel1k avatar Nov 12 '19 08:11 abdullahcel1k

Hi Abdullah,Since I was making a project for face detection, I found out that react-native-camera has such feature using Firebase ML kit (I think it has Tensorflow inside). However, if you are looking for something other than face detection, I haven’t found any libraries. Seems like Tensorflow isn’t developed for React Native since the performance of React Native isn’t ideal. Maybe have a look at Flutter or Native apps. They should all have Tensorflow libraries. Sent from Mail for Windows 10 From: AbdullahSent: Tuesday, November 12, 2019 10:31 AMTo: ppsreejith/react-native-camera-tfliteCc: Timzhao0205; AuthorSubject: Re: [ppsreejith/react-native-camera-tflite] Object detection (#4) Hi tim, me too need development real-time object detection with react-native. I think you was try developed project. Do you found any library or this library succesfully worked.—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe. 

Timzhao020205 avatar Nov 12 '19 09:11 Timzhao020205