File size: 1,398 Bytes
9cd080d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---

license: apache-2.0
tags:
- object-detection
- yolox
- pytorch
- safetensors
library_name: yolox
pipeline_tag: object-detection
---


# yolox-medium

This repository contains **YOLOX-medium** 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_m.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

## 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-m | 640 | 46.9 | 25.3 | 73.8 |

## 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.