Dataset_util is not founding any type of Module

Hello Everyone, 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
Regards: Diksha

If you are working on the stable TF version you need to install pip install tf-models-official for dataset_util