FCIS icon indicating copy to clipboard operation
FCIS copied to clipboard

How do I change the coco data set to my own data set for training?thank you!

Open xingbowei opened this issue 8 years ago • 5 comments

xingbowei avatar Jul 15 '17 09:07 xingbowei

Hello,

Thanks for sharing your great job,

I have some microscopic cell images and already prepared the dataset- (inst,cls,img).mat. My question is how can I run your code on this data.

MinaRe avatar Sep 21 '17 08:09 MinaRe

You need to understand (CLS, inst) does the mat label represent what meaning, CLS is classified, each of these categories are represented with different values, and happens to represent the color of that kind of value, the corresponding is how many categories in the program, if this category with 15, said the program in the corresponding category is 15 person,we can talk to each other, and I'm doing this.

xingbowei avatar Sep 21 '17 09:09 xingbowei

@MinaRe Hi, I'm trying to convert my dataset to (inst,cls,img).mat, but I have encountered some problems. Can you share your way with me? Thank you. The ground-truth of my dataset is the bounding box like (x1,x2,y1,y2) for a binary classification task.

Danee-wawawa avatar Jun 08 '18 08:06 Danee-wawawa

Hi @dandanli814 , I shared the code anonymously here: https://github.com/MedInstSeg/Med_InstanceSegmentation/tree/master/Instance_data_prepration

Let me know if you have any question(s).

MinaRe avatar Jun 08 '18 09:06 MinaRe

Hi, @MinaRe Thank you for sharing the code. I am learning them and I will contact you if I have any questions.

Danee-wawawa avatar Jun 11 '18 02:06 Danee-wawawa