imatge-upc / liverseg-2017-nipsws

Detection-aided Liver Lesion Segmentation
https://imatge-upc.github.io/liverseg-2017-nipsws/
MIT License
97 stars 51 forks source link

about liver_results #27

Open dyl0101 opened 4 years ago

dyl0101 commented 4 years ago

Hi, I want to know what is _liverresults in the documents that _training_lesion_commonbb_nobackprop3.txt and _testing_lesion_commonbb_nobackprop3.txt? and how to obtain _liverresults? Whether it is obtained directly by ground truth or from the results of liver segmentation in the first stage. Thanks.

Gresliebear commented 3 years ago

you have to run python compute_3D_bbs_from_gt_liver.py to generate liver_results. It takes the data from seg_liver_ck from the first deep learning model or what you refer to as liver segmentation in the first stage to generate the liver_results.

its tells you in the read me

image