Error during preprocessing COCO2017 dataset
I am training mobilenetV2 using COCO2017 to detect people. I am stuck in preprocessing the dataset to change it to a Tensorflow dataset. And when i managed to change, it is not parsed correctly which results in error when i do model.fit(). How to resolve this issue?