bytetrack_yolox_x_8xb4-amp-80e_crowdhuman-mot17halftrain_test-mot17halfval.py 272 B

123456789
  1. _base_ = [
  2. './bytetrack_yolox_x_8xb4-80e_crowdhuman-mot17halftrain_'
  3. 'test-mot17halfval.py'
  4. ]
  5. # fp16 settings
  6. optim_wrapper = dict(type='AmpOptimWrapper', loss_scale='dynamic')
  7. val_cfg = dict(type='ValLoop', fp16=True)
  8. test_cfg = dict(type='TestLoop', fp16=True)