Skip to content

cmh707122660/SSA-SSAM

Repository files navigation

SSA-SSAM

The project of YOLOv5s with SSA/SSAM

The SSA module can be found in models/SSAmodule_example.py

Based on https://github.com/ultralytics/yolov5/releases/tag/v4.0

train:

python train.py --data coco.yaml --cfg yolov5s.yaml --weights '' --batch-size 48

python train.py --data coco.yaml --cfg yolov5saa.yaml --weights '' --batch-size 48

python train.py --data coco.yaml --cfg yolov5sse.yaml --weights '' --batch-size 48

python train.py --data coco.yaml --cfg yolov5seca.yaml --weights '' --batch-size 48

test:

python test.py --data coco.yaml --img 640 --conf 0.001 --iou 0.65

using pycocotools

About

The project of YOLOv5s with SSA/SSAM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published