Closed ztsv-av closed 3 years ago
I do not think it is possible to make classification and detection dataset load in the same format. We use distributed dataset in classification to train on two GPUs. However, in detection we only use 1 GPU, meaning that we can load data in batches, unlike in classification.