|
|
@@ -139,7 +139,7 @@ I have provided a bash file `train_ddp.sh` that enables DDP training. I hope som
|
|
|
| Model | Backbone | Scale | Epoch | AP<sup>val<br>0.5:0.95 | AP<sup>val<br>0.5 | FLOPs<br><sup>(G) | Params<br><sup>(M) | Weight |
|
|
|
|---------------|--------------------|-------|-------|------------------------|-------------------|-------------------|--------------------|--------|
|
|
|
| YOLOX-N | CSPDarkNet-N | 640 | 300 | 31.1 | 49.5 | 7.5 | 2.3 | [ckpt](https://github.com/yjh0410/PyTorch_YOLO_Tutorial/releases/download/yolo_tutorial_ckpt/yolox_n_coco.pth) |
|
|
|
-| YOLOX-S | CSPDarkNet-S | 640 | 300 | | | 26.8 | 8.9 | |
|
|
|
+| YOLOX-S | CSPDarkNet-S | 640 | 300 | 39.0 | 58.8 | 26.8 | 8.9 | [ckpt](https://github.com/yjh0410/PyTorch_YOLO_Tutorial/releases/download/yolo_tutorial_ckpt/yolox_s_coco.pth) |
|
|
|
| YOLOX-M | CSPDarkNet-M | 640 | 300 | | | 74.3 | 25.4 | |
|
|
|
| YOLOX-L | CSPDarkNet-L | 640 | 300 | | | 155.4 | 54.2 | |
|
|
|
|