lfz / DSB2017

The solution of team 'grt123' in DSB2017
MIT License
1.24k stars 418 forks source link

how to dump detected bounding boxes and visualize the nodule detection? #26

Open galactica147 opened 7 years ago

galactica147 commented 7 years ago

Hi, is there a way to dump the detected bounding boxes for each scan? For testing, I saw .pbb and .lbb files generated, but couldn't understand what was written out, because for example .pbb is a 2D array with the 2nd dimension of 5 for most cases, as for .lbb, they're 0s

Could you please explain a bit:

  1. how to dump bboxes?
  2. how to interpret the .pbb and .lbb results?

Many thanks!

zuyuxin commented 3 years ago

I am confused about the .pbb results, too.