Automate Ground Truth Labeling for Object Detection

버전 1.0.0.3 (1.69 KB) 작성자: Alon Feldman
This file allows to use a pretrained Object Detection algorithm, to automate ground truth labeling in the Ground Truth Labeler app.
다운로드 수: 289
업데이트 날짜: 2021/11/30

라이선스 보기

To speed up the creation of a data base for training an Object Detector, we can use the automation feature in the MATLAB Image Labeler App. My goal was to automate the labeling process when training a custom YOLOv3 Object Detector.
Defining and using a custom automation algorithm requires you to create a class first. Once your class is created, save it into the appropriate folder. The instructions to do that are here.
Some algorithm types are available, such as vehicle detection and semantic segmentation, but there is no multi-label object detector.
This code had to be written, saved in a specific location, and run before it could be used.
With this code, you can open the Image Labler App, choose this automation algorithm, and use a pre-trained model to label more data faster.
Note that the Threshold for any algorithm is set as 0.5. you may change this number in the code if you like (on line 44).

인용 양식

Alon Feldman, Shai Kendler, Barak Fishbain (2021). Automate Ground Truth Labeling for Object Detection (https://www.mathworks.com/matlabcentral/fileexchange/102689), MATLAB Central File Exchange. Retrieved November 30, 2021.

MATLAB 릴리스 호환 정보
개발 환경: R2021b
R2021b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.3

improve explanation

1.0.0.2

improve explanation

1.0.0.1

better explanation

1.0.0