!!! We are planning to open the project as an executable file (.exe) for more accessiblility. This is expected to be released soon.
With the rising need of automated microplastics (MP) monitoring tool, Microplastics Annotation Package (MAP) tool has been developed. It is a user-friendly tool where the users can perform both MP annotation and monitoring.
MAP was developed to achieve four objectives:
- Tool for easy MP annotation by editing the fluorescent MP labeling.
- Users can easily compare the result of different thresholding (TR) models and select the one that best suits their research purposes or needs.
- Tool for graphical visualization of counted MP particles.
- Tool for training the model with user's data.
Below shows a MAP tool caputre with buttons labeled to perform each of four objectives.
- MP annotation
MAP provides manual annotation by users, easily by clicking/dragging the images.
- Mask generation with different thresholding models
Depending on the images, the performance of the fluorescent MP labeling differs among the TR models.
MAP provides overlay function to overlap the original image on the generated mask with custom transparency, so that the user can qualitatively examine the generated mask.
- Analysis - graphical visualization & quantitative analysis
MAP provide graphical visualization tool where each MP particle is marked with green box and index. This analyzed image can also be saved separately. And the assigned index directly corresponds to the index in the resulted csv file from quantitative analysis.
Guide video: https://youtu.be/ehmRbTbqOKU More sample images: https://github.com/powersimmani/nile-red-microplastic-images
For testing our model, please download the file through the following link, unzip it, and add it to the best_model directory. Finally rename the pth file as 'best_model.pth'
- MP-Net : unet4_best_model.pth
- FCN : fcn_best_model.pth
- Deeplabv3 : deeplabv3_best_model.pth
- Nested-UNet : nested_unet_best_model.pth
Readers may use the following information to cite our research and the dataset.
Park, H. M., Park, S., de Guzman, M. K., Baek, J. Y., Cirkovic Velickovic, T., Van Messem, A., & De Neve, W. (2022). MP-Net: Deep learning-based segmentation for fluorescence microscopy images of microplastics isolated from clams. PloS one, 17(6), e0269449.
We also glad to get the new idea for upgrading software. lease feel free to contact us using 'issues' or following email address: homin.park@ghent.ac.kr
- Tool making: https://stackoverflow.com/questions/35508711/how-to-enable-pan-and-zoom-in-a-qgraphicsview
- MP-VAT: https://mpvat.wordpress.com/
- processing with image thresholding:
- U-Net: Ronneberger, O., Fischer, P., & Brox, T. (2015, October). U-net: Convolutional networks for biomedical image segmentation. In International Conference on Medical image computing and computer-assisted intervention (pp. 234-241). Springer, Cham.
The research and development activities described in this paper were funded by Ghent University Global Campus (GUGC) and by the Special Research Fund (BOF) of Ghent University (grant no. 01N01718).









