Skip to content
Snippets Groups Projects
find_bounding_boxes.py 176 B
Newer Older
from sciencebeam_gym.tools.image_annotation.find_bounding_boxes_utils import main


if __name__ == '__main__':
    logging.basicConfig(level='INFO')
    main()