examples
examples copied to clipboard
TensorFlow examples
05-20 16:07:32.433 4529 4529 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.hardware.Camera.startPreview()' on a null object reference 05-20 16:07:32.433 4529 4529 E AndroidRuntime: at org.tensorflow.lite.examples.classification.LegacyCameraConnectionFragment.onResume(LegacyCameraConnectionFragment.java:154)
Hi, we were reading through how the image labelling was being added to the CameraPreview and it looked like these variables were not used. It looks like this is now...
change Preprocesses the given image for evaluation ---> Preprocesses the given image for training in function preprocess_for_train()
We have broken link on this file.. [Readme file](https://github.com/tensorflow/examples/tree/master/lite/examples/object_detection/android#readme) Have replaced with the appropriate link
Community examples link is no longer available Community examples is removed from the Most important links section
Tweaking the unet_generator and discriminator functions to allow for output channels other than 3. unet_generator had a bug in that the Input shape was not respecting the output_channel parameter and...
In the file https://github.com/Charlie839242/examples/blob/master/lite/examples/pose_estimation/raspberry_pi/data.py, 111 line, it is possible that the score of 17 keypoints all don't reach the threshold. In this case, the np.average receives a empty list, which...
added and shown the App screenshot of the Image classification android example
Resized the super-resolution Android screenshot to a smaller version used tag, which is more flexible
Added App Screenshot