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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data_load is very very very slow?

JXQI opened this issue · comments

commented

len(data_set)=80, np.take() spent time about 2.0s
len(data_set)=320,np.take() spent time about 230s

this why? can you help me ?