TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi icon indicating copy to clipboard operation
TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi copied to clipboard

A tutorial showing how to train, convert, and run TensorFlow Lite object detection models on Android devices, the Raspberry Pi, and more!

Results 83 TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi issues
Sort by recently updated
recently updated
newest added
trafficstars

When I run this command: !python {HOME_TENSORFLOW}/models/research/object_detection/model_main_tf2.py \ --pipeline_config_path={pipeline_file} \ --model_dir={model_dir} \ --alsologtostderr \ --num_train_steps={num_steps} \ --sample_1_of_n_eval_examples=1 I've this error: 2024-04-22 18:53:05.320807: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with...

Step-by-step guide for a user to take a TFLite model and launch it on an Android device. - Updated TFLite2 Colab to attach metadata to TFLite model - Added an...

***mAP Results*** Class Average mAP @ 0.5:0.95 --------------------------------------- 0 83.76% Overall 83.76%

Hi EJ I am trying to change the model to D1 or D2. But it is not working. I received this error ValueError: Cannot assign value to variable ' WeightSharedConvolutionalBoxPredictor/BoxPredictionTower/conv2d_0/BatchNorm/feature_0/beta:0':...

![image](https://github.com/EdjeElectronics/TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi/assets/125988314/b3521fa2-00ad-471a-b095-7f3fc7ddc243) Traceback (most recent call last): File "/content/create_csv.py", line 36, in main() File "/content/create_csv.py", line 32, in main xml_df = xml_to_csv(image_path) File "/content/create_csv.py", line 19, in xml_to_csv int(member[4][0].text), IndexError: child...

![image](https://user-images.githubusercontent.com/88367197/194759541-89607035-6527-45c7-8ab5-a2b61f472f75.png) not able to generate labelmap.pbtxt. pls help its urgent

I trained the yolo8 nano model from Ultrlytics and downloaded the .tflite model for inferencing. Now when I am running the code I am getting this error. I don't know...

Hey, I'm trying to run the shell script which is "get_pi_requirements.sh". However, it gives me an error: "Unable to locate package qt4-dev-tools" As far as I know, there's a new...

Hello! I have a problem when I want to start TFLite_detection_webcam.py, Iam using raspberry 4B and raspberry camera module v3 ![IMG_2834](https://github.com/EdjeElectronics/TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi/assets/112263168/729cef38-a2e5-4366-a0aa-958604f8c625) Any ideas?

I have followed all steps and found workarounds for all bugs, but whenever I try and finish setting up the model to train, the train.tfrecord and val.tfrecord files are both...