Reproducibility in YOLOX
Author: Ibraheem951Created Feb 20, 2023Updated Feb 26, 2026
Presently, YOLOX code is not reproducible and outputs are different everytime. One of the reasons is that seed is randomly set for workers in yolox/data/dataloading.py file. Is there a way to make the pipeline reproducible?
Source: Megvii-BaseDetection/YOLOX