shaqian / Not-Hotdog

Built with TensorFlow, Yolov2 Tiny and React Native | Flutter | Javascript
GNU General Public License v3.0
127 stars 23 forks source link

No Android boxes + Making a NPM module out of it #2

Open MikyStar opened 5 years ago

MikyStar commented 5 years ago

Hi !

I just tried your app on my Android device and I noticed that there were no boxes around evaluated objects otherwise everything seems to work fine !

Have you considered to update it to use TensorFlow Lite ?

And I think you should definitely make a NPM module out of your implementation !

shaqian commented 5 years ago

Hi Mike,

Did you test the pre-built .apk in the repo? Is it the RN or flutter version?

Yes. I've considered to update it to use TFLite and make a NPM module. Will find time to do it. :)

Thanks, Qian

MikyStar commented 5 years ago

Hi !

I haven't tried the apk, I just build the RN version of your project

Awesome for TFLite, look forward to seeing that !

Beside, I've been wondering on how realtime image recognition could be implemented on client side and haven't find any solution yet. Do you think such a thing could be achieved in RN ? Or at least pseudo-realtime ?

Thanks a lot for the reply !

shaqian commented 5 years ago

Hi Mike,

Sorry for the delay. Not quite sure if we can acheive realtime recognition in RN. I will take a look maybe next month.

Thanks, Qian

MikyStar commented 5 years ago

Hi again !

No problem ! Please keep me in touch :)