COCO dataset and neural network weights for micro-FTIR particle detection on filters.
Description
The IMPTOX project has received funding from the EU's H2020 framework programme for research and innovation under grant agreement n. 965173. Imptox is part of the European MNP cluster on human health.
More information about the project here.
Description: This repository includes the trained weights and a custom COCO-formatted dataset used for developing and testing a Faster R-CNN R_50_FPN_3x object detector, specifically designed to identify particles in micro-FTIR filter images.
Contents:
-
Weights File (
neuralNetWeights_V3.pth
):- Format: .pth
- Description: This file contains the trained weights for a Faster R-CNN model with a ResNet-50 backbone and a Feature Pyramid Network (FPN), trained for 3x schedule. These weights are specifically tuned for detecting particles in micro-FTIR filter images.
-
Custom COCO Dataset (
uFTIR_curated_square.v5-uftir_curated_square_2024-03-14.coco-segmentation.zip
):- Format: .zip
- Description: This zip archive contains a custom COCO-formatted dataset, including JPEG images and their corresponding annotation file. The dataset consists of images of micro-FTIR filters with annotated particles.
- Contents:
- Images: JPEG format images of micro-FTIR filters.
- Annotations: A JSON file in COCO format providing detailed annotations of the particles in the images.
- Management: The dataset can be managed and manipulated using the Pycocotools library, facilitating easy integration with existing COCO tools and workflows.
Applications: The provided weights and dataset are intended for researchers and practitioners in the field of microscopy and particle detection. The dataset and model can be used for further training, validation, and fine-tuning of object detection models in similar domains.
Usage Notes:
- The
neuralNetWeights_V3.pth
file should be loaded into a PyTorch model compatible with the Faster R-CNN architecture, such as Detectron2. - The contents of
uFTIR_curated_square.v5-uftir_curated_square_2024-03-14.coco-segmentation.zip
should be extracted and can be used with any COCO-compatible object detection framework for training and evaluation purposes. - Code can be found on the related Github repository.
Files
uFTIR_curated_square.v5-uftir_curated_square_2024-03-14.coco-segmentation.zip
Files
(367.2 MB)
Name | Size | Download all |
---|---|---|
md5:43ca717b12875968aa59c897990260bc
|
351.0 MB | Download |
md5:477999d6aee58c102a586af8cbcf88bf
|
16.2 MB | Preview Download |
Additional details
Software
- Repository URL
- https://github.com/ThibaultSchowing/IMPTOX
- Programming language
- Python
- Development Status
- Inactive