Object Detection Help. Object_detection.utils import not working

Hello. I’m pretty new to programming in general, and even newer to using the Tensor flow library. Currently trying to import the following libraries below:

And this is the result I’m getting.

If anyone could advice on how to fix this, that would be great. Thank you!

Hi @Raeed_Ahmed_Audri,

I strongly suggest utilizing the TensorFlow Official Model Garden and The Official Model Garden is consistently updated and aligned with the latest changes in TensorFlow and other libraries and there are lot of API’s are available that you can define a training experiment using Python commands in the TensorFlow Model library.We have developed several Notebook examples like object detection that illustrate how to train models from the ground up.

Since you are new to Tensorflow , I recommend go through this notebook. Here is the beautiful object detection notebook available from the Model Garden.
Thanks.