athrunsunny
athrunsunny
> I try to reset the dataset.mosaic to False in the last N poch, but it fails use two train data_loader one without mosaic
你可以看看这个https://github.com/athrunsunny/Bytetrack_rotate
Maybe you can try this :https://blog.csdn.net/athrunsunny/article/details/137171221?spm=1001.2014.3001.5502
你好,这个问题解决了之后又出现了一个比较奇怪的问题,代码执行到ClasswiseAggregator(list(handler.name for handler in self.handlers if isinstance(handler, TruePositiveHandler)), {value: key for key, value in self._labelIDMapping.items()})(results)时报AttributeError: 'TranslationError' object has no attribute 'name' 理论上Handler中有这个属性,不应该会报这个错