rtdetr_augment.py 278 B

12345678910111213141516171819
  1. # Data preprocessor for Real-time DETR
  2. class RTDetrAugmentation(object):
  3. def __init__(self):
  4. return
  5. def __call__(self,):
  6. pass
  7. class RTDetrBaseTransform(object):
  8. def __init__(self):
  9. return
  10. def __call__(self,):
  11. pass