The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN, Retina Net, Retina U-Net, as well as a training and inference framework focused on dealing with medical images.
Apache License 2.0
1.3k
stars
297
forks
source link
Question about "min_det_thresh" in test plotting #113
Thanks for your excellent work! I tried your model in our dateset and it works very well.
Here is one small question about the parameter "self.min_det_thresh" in configs.py.
I set it to 0.5, which worked well during training and validation, but the parameter seems not working in testing.
I tried to find the reason but failed. I sincerely appreciate it if you could help.
Thanks for your excellent work! I tried your model in our dateset and it works very well. Here is one small question about the parameter "self.min_det_thresh" in configs.py. I set it to 0.5, which worked well during training and validation, but the parameter seems not working in testing. I tried to find the reason but failed. I sincerely appreciate it if you could help.