medicaldetectiontoolkit icon indicating copy to clipboard operation
medicaldetectiontoolkit copied to clipboard

Question about result of toy data.

Open MengzhangLI opened this issue 4 years ago • 2 comments

Hi, I'm a beginner of MedicalDetectionToolkit, this is a very amazing framework for medical object detection. Thanks for your contributions to community!

When using MDT on 2D toy data by implementing: python experiments/toy_exp/generate_toys.py numerical results is a little bit wrong: the trend of loss is not stable: monitor_0_0

The visulization of 2D toydata shows it has many bbox candidates.(NMS not work?) I didn't change any parameters on config.py, do I forget or misuse some parameters of MDT? WeChat Screenshot_20200515045928

Best,

Mengzhang LI

MengzhangLI avatar May 15 '20 09:05 MengzhangLI

Hello! I'm having the same questions, did you manage to find convincing answers?

Satantago avatar Jul 21 '23 14:07 Satantago

Hello! I'm having the same questions, did you manage to find convincing answers?

It is mainly because of small object with/without hole in the center is difficult to discriminate. If I remember well, if you make the inner hole bigger, the validation results would become better. You can have a try.

Best,

MengzhangLI avatar Jul 27 '23 07:07 MengzhangLI