FLYDust1101
Results
1
issues of
FLYDust1101
I have 1 GPU,and i run the code for 4000iters. Before testing, I copyed DynamicSoftLabelAssigner to ConsistentTeacher-main\thirdparty\mmdetection\mmdet\core\bbox\assigners and change __init__.py ``` from .dynamic_assigner import DynamicSoftLabelAssigner __all__ = [ 'BaseAssigner', 'MaxIoUAssigner',...