Jimut123 / cellseg

Code for the paper titled "Advancing instance segmentation and WBC classification in peripheral blood smear through domain adaptation: A study on PBC and the novel RV-PBS datasets" published on Elsevier's Expert Systems With Applications (ESWA) journal.
https://www.sciencedirect.com/science/article/pii/S0957417424005268
0 stars 0 forks source link

Slides to Mask using CVAT #2

Closed Jimut123 closed 3 years ago

Jimut123 commented 3 years ago

Probably create a new repository for converting slide images to its corresponding multi-class segmentation mask in using CVAT. We can use our own segmentation model via robust data augmentation methods. We can even crop and cut the dataset with the corresponding masks to generate more and more data for segmentation.

TODO

Jimut123 commented 3 years ago

Types of unsupervised segmentation that can be done in the whole slide:

Can also use these:

heraldofsolace commented 3 years ago
  • kNN clustering and grid wise class labels, but this will need a labelled ROI dataset first.

Can we use the mask I generated?

Jimut123 commented 3 years ago
  • kNN clustering and grid wise class labels, but this will need a labelled ROI dataset first.

Can we use the mask I generated?

That would be great if we could get the texture of the cell, and it would do something like averaging of textures and find the grids which has the similar kind of texture as the cell. So, we need tight bounding boxes or it would be great if we could only get the mask with a black background, which is easy to generate.

heraldofsolace commented 3 years ago

if we could only get the mask with a black background,

It is a mask with black background

mask

Jimut123 commented 3 years ago

Yeah now and this with the original image

Jimut123 commented 3 years ago

I mean you get it right?, just the part of the image which has the mask and the rest is black background

heraldofsolace commented 3 years ago

Yes Bubba

heraldofsolace commented 3 years ago

https://drive.google.com/file/d/1sJR6luureEUpdpssG3mut9XRvqnlIduw/view?usp=sharing

Jimut123 commented 3 years ago

How many files are there btw?

heraldofsolace commented 3 years ago

Wait I forgot the other ones

Jimut123 commented 3 years ago

You know how powerful this data-set is ? which you have created... We can easily train an adversarial learner to detect and segment cell in the wild...

https://arxiv.org/pdf/1312.6082.pdf

Jimut123 commented 3 years ago

I think it has the mask + the image... the color is too pinkish to violet... Am I right? We just need to image + black background... not the mask... index

heraldofsolace commented 3 years ago

I don't think so. Which image?

Jimut123 commented 3 years ago

Could I see side by side the original image (I mean the very first image) and a corresponding image from the data-set (the above sample type) which you created.

heraldofsolace commented 3 years ago

Screenshot_20210314_134014

Jimut123 commented 3 years ago

Oh cool thanks, then it's okay....

Wait I forgot the other ones

What ?

Jimut123 commented 3 years ago

So now we have to build a GAN which learns the distribution of the color of images... A perfect discriminator which we can reuse for detection / classification / segmentation task.

heraldofsolace commented 3 years ago

What?

I forgot some. The 2nd dataset is complete

Jimut123 commented 3 years ago

Cool then send, I'll start it today evening.

heraldofsolace commented 3 years ago

https://drive.google.com/file/d/1uqpNnOLosxr06xId3x2B4eoz70pQq0uH/view?usp=drivesdk

Jimut123 commented 3 years ago

Exp - 1 30% success

exp1_im exp1

Jimut123 commented 3 years ago

Oie @heraldofsolace, any suggestions how to share over 200 MBs of papers related to this repo?