AlibabaResearch / efficientteacher

A Supervised and Semi-Supervised Object Detection Library for YOLO Series
GNU General Public License v3.0
820 stars 147 forks source link

遍历LoadImagesAndFakeLabels时,可能出现的问题 #65

Open wsd12345 opened 1 year ago

wsd12345 commented 1 year ago

在datasets_ssod.py中490行的getitem方法中, 当self.augment=False时,mosaic=T/F将会导致2种不同的逻辑(mosaic=False时没有img_ori和M_s这两个变量)。 此外,在382行的cache_labels时,默认是32线程,这与datasets中不一致。