juliandewit / kaggle_ndsb2

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

determining the size of segmentation #5

Open akshaylamba opened 7 years ago

akshaylamba commented 7 years ago

I was Going through your Code .. How do we

  1. Determine the Area Covered By Segmentation in the Complete image in Terms of Percentage
  2. Determine the size of segmentation which are detected...

Your Suggestion shall be highly appreciated.

juliandewit commented 7 years ago

Hello.. you can count the pixel intensities. Perhaps with a certain threshold.

This is also done to determine the final volume. (see count_pixels)