lfz / DSB2017

The solution of team 'grt123' in DSB2017
MIT License
1.23k stars 420 forks source link

confidence #63

Closed eagle-star closed 6 years ago

eagle-star commented 6 years ago

I want to ask where is the result of the test confidence

eagle-star commented 6 years ago

I want to ask why the detection of confidence in the pbb.npy document is negative?

lfz commented 6 years ago

notice the line

box = pbb[0].astype('int')[1:]

in the demo notebook

the detection confidence is

confidence = pbb[0][0]

2018-01-19 16:19 GMT+08:00 liueagle notifications@github.com:

I want to ask why the detection of confidence in the pbb.npy document is negative?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lfz/DSB2017/issues/63#issuecomment-358896833, or mute the thread https://github.com/notifications/unsubscribe-auth/AIigQ3gzyfvmOIUW4a2mBZlDjp6EMjpUks5tME_7gaJpZM4Rg_7- .

-- 廖方舟 清华大学医学院 Liao Fangzhou School of Medicine Tsinghua University Beijing 100084 China

lfz commented 6 years ago

it's the confidence before sigmoid function

2018-01-22 15:28 GMT+08:00 liueagle notifications@github.com:

thanks!,I see,I still do not understand. can you explain why confidence = pbb[0][0] <0?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lfz/DSB2017/issues/63#issuecomment-359344538, or mute the thread https://github.com/notifications/unsubscribe-auth/AIigQ5QdZGrNmiaPKQAWhHxyMsqp3WUAks5tNDiDgaJpZM4Rg_7- .

-- 廖方舟 清华大学医学院 Liao Fangzhou School of Medicine Tsinghua University Beijing 100084 China