TensorFlow-object-detection-tutorial
TensorFlow-object-detection-tutorial copied to clipboard
The purpose of this tutorial is to learn how to install and prepare TensorFlow framework to train your own convolutional neural network object detection classifier for multiple objects, starting from...
In the tutorial - Is this checkpoint trained on coco/pascal datasets? **Line 107. Change fine_tune_checkpoint to: fine_tune_checkpoint : "faster_rcnn_inception_v2_coco_2018_01_28/model.ckpt"** Thanks
Machine : Win10 64-bit python : Anaconda3 , python 3.6 tensorflow : 1.14 model configuration : ssd_mobilenet_v1_coco.config pre-trained model used : ssd_mobilenet_v1 in model/research `python object_detection/legacy/train.py --logtostderr --train_dir=object_detection/training/ --pipeline_config_path=object_detection/ssd_mobilenet_v1_coco.config` `error...
When running generate_tfrecord.py, encounter this issue on File "generate_tfrecord.py", line 23, in flags = tf.app.flags AttributeError: module 'tensorflow' has no attribute 'app'. Any advice?