creotiv / object_detection_projects

My public projects about object detection algorithms
347 stars 225 forks source link

AttributeError: module 'utils' has no attribute 'init_logging' #11

Open tarlanlinazar opened 6 years ago

tarlanlinazar commented 6 years ago
if __name__ == "__main__":
    log = utils.init_logging()

    if not os.path.exists(IMAGE_DIR):
        log.debug("Creating image directory `%s`...", IMAGE_DIR)
        os.makedirs(IMAGE_DIR)

    main()

Output is:

AttributeError: module 'utils' has no attribute 'init_logging'

Did someone faced with same issue?

rkpattnaik780 commented 6 years ago

I am facing the same issue, did you get any workaround?

two-fire commented 4 years ago

you should download the file named "utils.py" created by the author