labelmeai / labelme

Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
https://labelme.io
Other
13.11k stars 3.37k forks source link

multiprocessing #1417

Open TITC opened 5 months ago

TITC commented 5 months ago

use multiprocessing to accelerate the transfer. some datasets in my visualization takes 9 hours without multiprocessing, but 2 hours with 20 threads.