https://www.tensorflow.org/hub/tutorials/object_detection
https://github.com/tensorflow/hub/blob/master/examples/colab/tf2_object_detection.ipynb
Currently getting two errors in the first google colab at the end ( in mask rcnn only, rest is working)
#masking_model.output_shapes
#the above gives error
#AttributeError: 'AutoTrackable' object has no attribute 'output_shapes
for image_path in TEST_IMAGE_PATHS:
show_inference(masking_model, image_path)
#show_inference gives error
#TypeError: Cannot interpret 'tf.uint8' as a data type
No comments:
Post a Comment