From d0c808b1686160e03717fcec807f5535d9715abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E9=B9=AD=E5=85=88=E7=94=9F?= <766529835@qq.com> Date: Sat, 18 Feb 2023 00:04:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +---------- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8150e7d..e69f207 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,8 @@ ## 相关仓库 | 目标检测模型 | 路径 | | :----- | :----- | -YoloV3 | https://github.com/bubbliiiing/yolo3-pytorch -Efficientnet-Yolo3 | https://github.com/bubbliiiing/efficientnet-yolo3-pytorch -YoloV4 | https://github.com/bubbliiiing/yolov4-pytorch -YoloV4-tiny | https://github.com/bubbliiiing/yolov4-tiny-pytorch -Mobilenet-Yolov4 | https://github.com/bubbliiiing/mobilenet-yolov4-pytorch -YoloV5-V5.0 | https://github.com/bubbliiiing/yolov5-pytorch -YoloV5-V6.1 | https://github.com/bubbliiiing/yolov5-v6.1-pytorch -YoloX | https://github.com/bubbliiiing/yolox-pytorch -YoloV7 | https://github.com/bubbliiiing/yolov7-pytorch -YoloV7-tiny | https://github.com/bubbliiiing/yolov7-tiny-pytorch YoloV7-OBB | https://github.com/Egrt/yolov7-obb +YoloV7-Tiny-OBB | https://github.com/Egrt/yolov7-tiny-obb ## 性能情况 | 训练数据集 | 权值文件名称 | 测试数据集 | 输入图片大小 | mAP 0.5 | diff --git a/requirements.txt b/requirements.txt index b3197cd..c528fd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ scipy==1.2.1 numpy==1.17.0 matplotlib==3.1.2 opencv_python==4.1.2.30 -torch==1.12.1 -torchvision==0.13.1 +torch==1.10.1 +torchvision==0.11.2 tqdm==4.60.0 Pillow==8.2.0 h5py==2.10.0 -- GitLab