Skip to content

jiejin0327/2021-VRDL-HW3-Instance-Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

instance_segmentation

HW3 Introduction: Nuclei segmentation

The proposed challenge is a nuclei segmentation, which contains two parts:

  1. Transform the original train data format to coco dataset format for detectron2 training Segment the nuclei of bounding boxes
  2. Nuclear segmentation dataset contains 24 training images with 14,598 nuclear and 6 test images with 2,360 nuclear Train an instance segmentation model to detect and segment all the nuclei in the image

This project uses the detectron2 pre-trained model to fix this challenge.

model : Mask-RCNN on detectron2

  1. inference.ipynb
  2. Download weight data
  3. Download dataset

reference code from detectron2 official github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published