wkentaro / labelme

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

multiprocessing #1417

Open TITC opened 7 months ago

TITC commented 7 months ago

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