labelme icon indicating copy to clipboard operation
labelme copied to clipboard

Labelme plugins system

Open leonelhs opened this issue 1 year ago • 0 comments

Consider this feature. In order to don't increase the complexity of Labelme source code I have added a plugin manager system that allows the users extends the capabilities without make changes to the whole labelme source code.

For a demo please visit https://github.com/leonelhs/labelme-plugins, this plugin creates person body shape contours using PyTorch Resnet101 segmentation API.

Regards.

leonelhs avatar Jun 03 '23 18:06 leonelhs