How do I change the coco data set to my own data set for training?thank you!
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.
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.
@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.
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).
Hi, @MinaRe Thank you for sharing the code. I am learning them and I will contact you if I have any questions.