tensorflow_object_detection_create_coco_tfrecord
tensorflow_object_detection_create_coco_tfrecord copied to clipboard
ImportError: No module named 'dataset_util'
Hi, which "dataset util" do you use? I cannot find the proper one. Thank you!
from object_detection.utils import dataset_util
Maybe you didn't add object_detection path to system PYTHON PATH
Sorry for replay you so late.