TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 icon indicating copy to clipboard operation
TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 copied to clipboard

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows

Results 100 TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, guys. Thanks a lot for visiting this issue. Actually, I've got some error on the procedure of running the legacy/train.py Here's the full-text of given error. Actually, I had...

Sir I get the error in line 65 **od_graph_def.ParseFromString(serialized_graph)** of Object_detection_webcam.py code ### Error DecodeError: Error parsing message

When I execute python Object_detection_image.py or the other Object_detection files, I get the following error message: KeyError: "The name 'image_tensor:0' refers to a Tensor which does not exist. The operation,...

Hello! I created a model of Faster R-CNN and applied object detection to my images. How large is the input size to Faster R-CNN when object detection is applied to...

I want to use tensorflow for detecting cars in an embedded system, so I tried ssd_mobilenet_v2 and it actually did pretty well for me, except for some specific car types...

Can anybody help me to convert the .pb file to .tflite file?

C:\tensorflow1\models\research\object_detection>python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_resnet101_kitti.config WARNING:tensorflow:From C:\tensorflow1\models\research\object_detection\trainer.py:260: create_global_step (from tensorflow.contrib.framework.python.ops.variables) is deprecated and will be removed in a future version. Instructions for updating: Please switch to tf.train.create_global_step WARNING:tensorflow:num_readers has been...

(tensorflow1) C:\tensorflow1\models\research\object_detection>python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config 2020-12-20 16:09:00.669741: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'cudart64_101.dll'; dlerror: cudart64_101.dll not found 2020-12-20 16:09:00.669898: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you...

I am using Tensorflow object detection API and faster rcnn for detecting characters and digits in an image. How can i measure the accuracy of the model? Like is there...

while runing python legacy/train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config i keep getting this error and i cant figure it out plz help :( 2020-07-25 08:28:20.458392: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that...