object_detection_demo icon indicating copy to clipboard operation
object_detection_demo copied to clipboard

How to train an object detection model easy for free

Results 35 object_detection_demo issues
Sort by recently updated
recently updated
newest added

Is there any way to get the mAP for test dataset after training? Thanks

It seems that some of the modules being used from tensorflow for generating the TFrecords have been deprecated. I've had to do these changes to the script for it to...

During training the model when I run this code !python /content/models/research/object_detection/model_main.py \ --pipeline_config_path={pipeline_fname} \ --model_dir={model_dir} \ --alsologtostderr \ --num_train_steps={num_steps} \ --num_eval_steps={num_eval_steps} I am getting the following error "ValueError: faster_rcnn_inception_v2 is...

while running : !python /content/models/research/object_detection/model_main.py \ --pipeline_config_path={pipeline_fname} \ --model_dir={model_dir} \ --alsologtostderr \ --num_train_steps={num_steps} \ --num_eval_steps={num_eval_steps} here's the outcome: 2021-08-04 06:55:58.798690: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library libcudart.so.11.0 WARNING:tensorflow:Forced number of...

importing tensorflow.compat.v1 as tf, due to an error in tensorlfow.app.

Test_Image_Paths not defined error while running inference test

- Use dynamic lookup, instead of fixed indices, in order to extract information from the XML annotations, allowing for repository to be used with other datasets adhering to the PASCAL...

I can train with ssd_mobilenet_v2 but cannot train with faster_rcnn_inception_v2 or rfcn_resnet101 I got the below error. Can any one help me! Thank you so much! ``` Traceback (most recent...