lfz / DSB2017

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

the nodule confidence score is pbb[:,0] ? #10

Closed JohnnyGambler closed 7 years ago

JohnnyGambler commented 7 years ago

I have run your code successfully ! In the test_detect.py:

pbb,mask = get_pbb(output,thresh,ismask=True) The pbb shape is [*,5] , so the nodule cofidence sorce is pbb[:,0] ?

lfz commented 7 years ago

yes