https://github.com/cv516buaa/msrnet

https://github.com/cv516buaa/msrnet

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: springer.com
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: cv516Buaa
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 21 MB
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created almost 4 years ago · Last pushed about 3 years ago

https://github.com/cv516Buaa/MSRNet/blob/main/

# MSRNet

This repo is the implementation of "Look in Different Views: Multi-Scheme Regression Guided Cell Instance Segmentation". we refer to  [MMDetection](https://github.com/open-mmlab/mmdetection) to implement cell instance segmentation task. Many thanks to SenseTime and their excellent repos.

DS2Net
## Dataset **2018 Data Science Bowl (DSB2018)** contains a total of 670 images, and the difficulty of this dataset mainly lies in the variety of image sizes, magnifications, imaging types and cell types. You can access to this dataset from [kaggle](https://www.kaggle.com/c/data-science-bowl-2018/data). **CA2.5** consists of 524 fluorescence images of 512512 size, which contains some severely densely packed cell images with large differences in the brightness. You can access to this dataset from [CA2.5-Net Nuclei Segmentation Framework with a Microscopy Cell Benchmark Collection](https://link.springer.com/chapter/10.1007/978-3-030-87237-3_43). **The Sartorius Cell Instance Segmentation (SCIS)** is from a Kaggles cell instance segmentation competition recently, which focus on neuronal cell instance segmentation. This dataset consists of a total of 606 images of 520704 size. You can access to this dataset from [kaggle](https://www.kaggle.com/competitions/sartorius-cell-instance-segmentation/data). **CPM17** consists of 64 H&E stained histopathology images which contains a total of 7570 annotated nuclear boundaries. **MoNuSeg** is a challenging multi-organ nuclei segmentation dataset, which contains 30 H&E stained histopathology images of 1000*1000 pixels and 21,623 individual annotated nuclei. ## MSRNet ### Install 1. requirements: python >= 3.7 pytorch >= 1.5 cuda >= 10.0 2. prerequisites: Please refer to [MMDetection PREREQUISITES](https://mmdetection.readthedocs.io/en/latest/get_started.html); Please don't forget to install mmsegmentation with ``` cd MSRNet pip install -e . chmod 777 ./tools/train.py chmod 777 ./tools/test.py ``` ### Training #### Task: Cell Instance Segmentation
cell instance segmentation result
cd MSRNet python tools/train.py configs/msrnet/msrnet_1x_coco.py ### Testing #### Task: Cell Instance Segmentation cd MSRNet python tools/test.py configs/msrnet/msrnet_1x_coco.py checkpoints/dsb2018_fin4_770_622.pth --eval bbox segm ## Description of MSRNet - submitted to BHI2023 If you have any question, please discuss with me by sending email to lyushuchang@buaa.edu.cn. # References Many thanks to their excellent works * [MMDetection](https://github.com/open-mmlab/mmdetection)

Owner

  • Name: cv516Buaa
  • Login: cv516Buaa
  • Kind: user
  • Location: Beijing,China
  • Company: Beihang University

Pattern Recognition and Artificial Intelligence Group Prof.Qi Zhao & Lijiang Chen Dr. Shuchang Lyu & Binghao Liu & Chunlei Wang

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1