zdaiot / Kaggle-Steel-Defect-Detection

My solution to the Severstal: Steel Defect Detection on Kaggle, which got the 96th place. (Top4%)
https://www.zdaiot.com/MachineLearning/%E5%AE%9E%E6%88%98/Kaggle%20Steel%20Defect%20Detection%20%E6%80%BB%E7%BB%93/
MIT License
30 stars 10 forks source link

dataset #2

Closed shiwei-913 closed 2 years ago

shiwei-913 commented 3 years ago

I don’t understand the data set processing of this competition. After using the code to convert all the EncodedPixels of each picture into a mask matrix, what kind of file is stored? There seems to be no other description in the process. I hope to get you For the answer, thanks

zdaiot commented 3 years ago

Hello, I did not store these, see https://github.com/zdaiot/Kaggle-Steel-Defect-Detection/blob/master/datasets/steel_dataset.py#L67 for details

shiwei-913 commented 3 years ago

您好,我没有存储这些,有关详细信息,请参见https://github.com/zdaiot/Kaggle-Steel-Defect-Detection/blob/master/datasets/steel_dataset.py#L67

I will study carefully, thank you for your reply!