Closed leowangzi closed 6 years ago
frocwrtdetpepchluna16.py is to calculate the FROC. You need first train the model, then test. Then calculate the FROC. prepare.py is the pre-processing.
@wentaozhu I have finished the training and the test. I met the above problems when calculating FROC.
Your loss curve seems weird. Maybe you can first try Luna 16.
The Tianchi dataset did not generate _extendbox.npy in prepare.py. in frocwrtdetpepchluna16.py, the convertcsv function need to load _extendbox.npy and do some matrix operations like this:
How to deal with this step? thanks.