ModuleNotFound "dataset_util"

hi all!

i’m about to train my first object recognition for a jetson nano project. i looked at a lot of howtos/helps/etc. but currently i’m stuck while creating the TFRecords.

Whatever i try, i get
ModuleNotFoundError: No module named ‘dataset_util’
at “import dataset_util”

what is wrong? what do i need to install to get this module?

thanks in advance :slight_smile:

After many many more tries i found the problem.

I had to expand my PYTHONPATH to my “object_detection/utils/” folder.
(I’ve read that, but initial tests didn’t work for me)

You need to install pip install tf-models-official for dataset_util

import dataset_util