yolox-nano
This repository contains YOLOX-nano 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_nano.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 weightsconfig.jsonโ lightweight metadataLICENSEโ copied license fileREADME.mdโ this model card
Official YOLOX Benchmark
The following reference metrics are taken from the official YOLOX benchmark table.
| Model | Input size | mAP val (0.5:0.95) | Params (M) | FLOPs (G) |
|---|---|---|---|---|
| YOLOX-Nano | 416 | 25.8 | 0.91 | 1.08 |
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.
- Downloads last month
- 21