--- license: apache-2.0 tags: - object-detection - yolox - pytorch - safetensors library_name: yolox pipeline_tag: object-detection --- # yolox-large This repository contains **YOLOX-large** weights exported to **`safetensors`** format. ## Source These weights are derived from the official **YOLOX** project by **Megvii-BaseDetection**: - Official repository: https://github.com/Megvii-BaseDetection/YOLOX Original checkpoint source used for this export: - `weights/yolox_l.pth` ## License YOLOX is released under the **Apache-2.0** license. Please refer to the original project for the full license terms. ## Files This repository is expected to contain: - `model.safetensors` — model weights - `config.json` — lightweight metadata - `LICENSE` — copied license file - `README.md` — this model card ## Notes This is **not an official YOLOX release**. This repository republishes model weights in **`safetensors`** format for easier sharing and hosting on Hugging Face Hub. ## Acknowledgements Thanks to the **YOLOX authors and maintainers** for the original work.