AutoLabelMe icon indicating copy to clipboard operation
AutoLabelMe copied to clipboard

use DL model automatically label image

labelme 自动标注

使用模型对数据集进行自动标注。👉效果

使用方法

YOLOv5

  将save_labelme_results复制到yolov5/detect.py中,运行detect.py,即可自动标注。

YOLOv5

PaddleDetection

  将save_labelme_results复制到PaddleDetection/deploy/python/infer.py中,运行deploy/python/infer.py,即可自动标注。

PaddleDetection