YoloToTfRecords icon indicating copy to clipboard operation
YoloToTfRecords copied to clipboard

from object_detection.utils import dataset_util ModuleNotFoundError: No module named 'object_detection'

Open jamalextends25 opened this issue 5 years ago • 2 comments

Traceback (most recent call last): File "generate_tfrecord.py", line 22, in from object_detection.utils import dataset_util ModuleNotFoundError: No module named 'object_detection'

jamalextends25 avatar Sep 24 '20 08:09 jamalextends25

did you ever solve this? I have the same problem

thanks

CDDevel avatar Feb 17 '21 09:02 CDDevel

object_detection is a package you need to pip:

pip install object_detection

SamyGr avatar Jun 10 '21 13:06 SamyGr