YOLOv7-0.1部分代码阅读笔记-test.py
test.py test.py 目录 test.py 1.所需的库和模块 2.def test(data, weightsNone, batch_size32, imgsz640, conf_thres0.001, iou_thres0.6, save_jsonFalse, single_clsFalse, augmentFalse, verboseFalse, modelNone, dataloaderNone, save_dirPath(), save_txtFalse, s…
2026-05-19