havanagrawal / clomask

Capstone Project for Clobotics: Using Mask R-CNN for Rigid/Non-Rigid Retail Consumable Product Detection
MIT License
7 stars 4 forks source link

Mask Maker #9

Closed havanagrawal closed 5 years ago

havanagrawal commented 5 years ago

Simplified usage of the LabelMe tool to generate masks.

Using the poygon tool is at least 3x faster than the mask tool. The polygon XML file has sufficient information to generate the masks. This class simplifies the generation of these masks from the XML file.

Please view the sample notebook for a usage example.