juliandewit / kaggle_ndsb2

3rd place solution for the second kaggle national datascience bowl
Apache License 2.0
93 stars 53 forks source link

How are files in data_segmenter_trainset created? #1

Open iamnagesh opened 8 years ago

iamnagesh commented 8 years ago

Hi Julian,

Thanks for posting this wonderful and clear code. I couldn't find any code in the repo which creates those .png and .lst files in data_segmenter_trainset folder. Please help.

juliandewit commented 8 years ago

Hello thanks, I decided to assume my hand-labeled traindata as "given". Like in MNIST the dataset is also given, Was there anything you would like to do with the files ? Otherwise I can give you the code.

iamnagesh commented 8 years ago

I'm a beginner in data science with deep interest in computer vision. The primary reason why I'm into your repo is because it runs on windows and uses mxnet, looks like almost every other solution in the NDSB 2 runs only on linux like most other image processing problems using complex packages like Keras, Theano or Tensorflow(and I never used linux).

The reason why I chose this data set because I have been closely following the forum since the beginning of the competition but never thought of participating(didn't have much of image processing knowledge or the hardware back then).

Very much appreciate your help.