Skip to content

klrc/yolov8_cspdarknet-qr_detection

Repository files navigation

yolov8_cspdarknet-qrdetection 二维码目标检测

运行demo

python demo.py --device mps --weight my_model.pt --camera

训练模型

python trainer.py --device cuda --batch_size 16 --max_epochs 200 --ema_enabled --wandb_enabled --autocast_enabled --early_stop

导出模型

python export.py --weight my_model.pt --input_shape 1 3 640 640 --input_names image --output_names output --opset_version 13 --enable_onnxsim

About

YOLOv8 qrcocde detection 二维码检测模型

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages