YoloToTfRecords
YoloToTfRecords copied to clipboard
from object_detection.utils import dataset_util ModuleNotFoundError: No module named 'object_detection'
Traceback (most recent call last):
File "generate_tfrecord.py", line 22, in
did you ever solve this? I have the same problem
thanks
object_detection is a package you need to pip:
pip install object_detection