pythonlessons/TensorFlow-object-detection-tutorial
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 scratch
Python
Issues
- 3
- 0
What is the fine tuning Checkpoint ?
#7 opened by pn12 - 0
google.protobuf.text_format.ParseError: 87:6 : Message type "object_detection.protos.Hyperparams" has no field named "s".
#6 opened by shreyasharma98 - 2
File "generate_tfrecord.py", line 23, in <module> flags = tf.app.flags AttributeError: module 'tensorflow' has no attribute 'app'
#5 opened by clementks - 1
_, ignore_mask = K.control_flow_ops.while_loop(lambda b,*args: b<m, loop_body, [0, ignore_mask]) AttributeError: module 'keras.backend' has no attribute 'control_flow_ops'
#4 opened by clementks