yijingru / KG_Instance_Segmentation

[MICCAI 2019] Multi-scale Cell Instance Segmentation with Keypoint Graph based Bounding Boxes
83 stars 23 forks source link

Can you upload training and val datasets to github? #2

Closed ulanbator closed 5 years ago

ulanbator commented 5 years ago

I want to run this project,but I don't have datasets of the project,I will appreciate it if you can upload the datasets to the github.

yijingru commented 5 years ago

I downloaded the kaggle data from https://www.kaggle.com/c/data-science-bowl-2018/data. You can also download the stage1_train.zip and split it into train, test and validation datasets, the ratio is 6:2:2. It should have similar results.

ulanbator commented 5 years ago

Thank you so much.