This library is used to deploy Mask RCNN in mobile device and help in monitoring the performance of the model.
You can download the sample dataset of Nuclie images from Kaggle or use already trained model from GDrive to start prediction in mobile device.
- Add your trained model inside the maskrcnn_python_app/app/src/main/python
- Update maskrcnn_python_app/app/src/main/python/prediction/parasite/test.py with your model's configuration
- Deploy and test the model