IDEA-Research / detrex

detrex is a research platform for DETR-based object detection, segmentation, pose estimation and other visual recognition tasks.
https://detrex.readthedocs.io/en/latest/
Apache License 2.0
2.01k stars 209 forks source link

[Feature] Support model ema with EMAHook #201

Closed rentainhe closed 1 year ago

rentainhe commented 1 year ago

TODO

Note

If you set train.model_ema.enabled=True, after each eval_period, detrex will conduct two evalution on normal model and its ema version.

Usage