-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Add face detection example #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PiperOrigin-RevId: 243087602
PiperOrigin-RevId: 243091045
PiperOrigin-RevId: 243358359
PiperOrigin-RevId: 243883601
PiperOrigin-RevId: 243910948
PiperOrigin-RevId: 243917454
PiperOrigin-RevId: 243920143
PiperOrigin-RevId: 244013556
Also add UI to control GPU/CPU execution, as well as model selection. PiperOrigin-RevId: 244043941
PiperOrigin-RevId: 244117132
…0 and cl/244080246 PiperOrigin-RevId: 244290009
This has failed twice now, and both times unpinning fixed it. So I think the pinned version is causing problems instead of preventing them. PiperOrigin-RevId: 244370763
PiperOrigin-RevId: 244418529
PiperOrigin-RevId: 245127580
PiperOrigin-RevId: 245794809
PiperOrigin-RevId: 246071783
PiperOrigin-RevId: 246160583
This example has been migrated to the new TensorFlow Examples repo @ https://github.com/tensorflow/examples/tree/master/lite. RELNOTES=Removed TensorFlow Lite Android example (moved to new examples repo). PiperOrigin-RevId: 246173733
…se the new `TensorFlowLiteSwift` CocoaPod. Objective-C developers should use the new `TensorFlowLiteObjC` CocoaPod. PiperOrigin-RevId: 246365603
PiperOrigin-RevId: 246666696
… entire loss by global batch size. Regularizer losses should not be scaled by batch size, only by number of replicas. PiperOrigin-RevId: 246680480
PiperOrigin-RevId: 247680822
PiperOrigin-RevId: 248229970
…ions` struct. Error logging is enabled by default to match ObjC behavior. PiperOrigin-RevId: 248392591
…ages_of_clothing-description PiperOrigin-RevId: 248418742
PiperOrigin-RevId: 248798440
PiperOrigin-RevId: 249108802
PiperOrigin-RevId: 252704441
Conversion script fails for a model generated from latest tf.js (1.1.2) with an error that reads: "AttributeError: 'module' object has no attribute 'set_keras_submodules'" Bumping Keras version to 2.2.4 appears to solve the problem. A more long-term solution would probably be to update the entire example to use TF 2.0. PiperOrigin-RevId: 252851711
… new `TensorFlowLiteSwift` CocoaPod. Objective-C developers should use the new `TensorFlowLiteObjC` CocoaPod. PiperOrigin-RevId: 253241005
PiperOrigin-RevId: 253320957
PiperOrigin-RevId: 253589693
PiperOrigin-RevId: 253594857
…e_average_loss PiperOrigin-RevId: 253785651
PiperOrigin-RevId: 253790284
PiperOrigin-RevId: 253826551
PiperOrigin-RevId: 253883062
PiperOrigin-RevId: 254025612
The sample now uses the `TensorFlowLiteSwift` CocoaPod. Objective-C developers should use the new `TensorFlowLiteObjC` CocoaPod. PiperOrigin-RevId: 254031296
PiperOrigin-RevId: 254518756
PiperOrigin-RevId: 255056421
PiperOrigin-RevId: 255446790
|
Check out this pull request on ReviewNB: https://app.reviewnb.com/tensorflow/examples/pull/73 You'll be able to see visual diffs and write comments on notebook cells. Powered by ReviewNB. |
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
Hi. Your pull request is not set up correctly and is merging from master into a patch branch. |
|
Hi @abdou31, we generally don't accept wholesale example contributions without prior discussion, and it's unlikely that we'd accept a face-detection sample at this time. That said, if you want to host the sample elsewhere, we're considering building a link repository for samples that use TensorFlow Lite. |
|
Hello @jdduke, my request to a face-detection sample is that other samples (e.g object detection, image classification) can't help to solve the problem of extraction predicts from tflite model ( eye region detection with landmarks in my case ). |
Hello,
Can you add please an example for face detection using Tensorflow lite on Android device?
Thanks