Mask R-CNN model trained on coco dataset for Instance Segmentation using PixelLib
Here, Different instances of the same object are segmented with the different color maps.
- Clone this repository
- Download the weights file if not present view make sure it is kept in the current root directory.
- Open a terminal and type
pip install -r requirements.txt
to install the dependencies. - To deploy the webapp simple type
streamlit run app.py
and wait for the webapp to open in the browser. - If the webapp doesn't open by default, keeping the terminal open, in the browser search
localhost:8501/
You can now see the website up and running.