MIC-DKFZ / medicaldetectiontoolkit

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.31k stars 297 forks source link

Which function should be finished in exp, in other words how much should I do and what should I finished in my own exp #73

Open lovedoubledan opened 5 years ago

lovedoubledan commented 5 years ago

I am using your repos for medical CT 3d detection, but I can't figure out which function is really necessary for exp and called in your other file , while which is depending. Or ,what should I provide in my own exp, about the function name, its para, its return format. I do read your example exp but still can't make out.