juliandewit / kaggle_ndsb2017

Kaggle datascience bowl 2017
MIT License
624 stars 290 forks source link

diameter fields in resources/ndsb3_manual_label #48

Open yoheimatt opened 6 years ago

yoheimatt commented 6 years ago

Hi Julian,

Take an example in resources/ndsb3_manual_label :::::::::::::: id,x,y,z,d,mal,dmm 0,0.7380484,0.4426079,0.4596774,0.08382452,1,0 0,0.6142763,0.630854,0.3790323,0.0589391,1,0 0,0.7439424,0.6382002,0.3790323,0.07203662,1,0 0,0.6660118,0.630854,0.3360215,0.09299278,1,0

There are two fields: d, and dmm fields. Are they (predicted) diameters? Or they are malscore?

juliandewit commented 6 years ago

Hello.. It's a while ago and I did not use there fields for the model I believe. d = diameter in percentage of image dmm = not used as I see they are always 0.

jwjuven commented 3 years ago

Hi, juliandewit The coordinate x,y,z and d are the Decimal format, which are smaller than 1.0, could you explain how to resize these? I saw these coordinates in annotations.csv of Luna16 dataset. I want to recover these actual coordinates.