From 5e8cbdf751f423674a638fef8744d277c2994523 Mon Sep 17 00:00:00 2001 From: Ssayhi_w Date: Tue, 3 Dec 2024 11:43:37 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contrib/CamouflagedObjectDetection/README.md | 10 +++++----- contrib/TSM/README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/CamouflagedObjectDetection/README.md b/contrib/CamouflagedObjectDetection/README.md index c7645588f..9497ea82c 100644 --- a/contrib/CamouflagedObjectDetection/README.md +++ b/contrib/CamouflagedObjectDetection/README.md @@ -1,12 +1,12 @@ -# 伪装目标分割 +# 伪装目标检测 ## 1、 介绍 ### 1.1 简介 -在本系统中,目的是基于MindX SDK,在华为云昇腾平台上,开发端到端**伪装目标分割**的参考设计,实现**对图像中的伪装目标进行识别检测**的功能,达到功能要求 +在本系统中,目的是基于MindX SDK,在华为云昇腾平台上,开发端到端**伪装目标检测**的参考设计,实现**对图像中的伪装目标进行识别检测**的功能,达到功能要求 -本项目主要基于用于通用伪装目标分割任务的DGNet模型 +本项目主要基于用于通用伪装目标检测任务的DGNet模型 - 模型的具体描述和细节可以参考[原文](https://arxiv.org/abs/2205.12853) @@ -109,7 +109,7 @@ mkdir result 执行离线推理Python脚本 ```bash -python inference_om.py --om_path ./models/DGNet.om --save_path ./result/ --data_path ./data/NC4K/Imgs +python3 inference_om.py --om_path ./models/DGNet.om --save_path ./result/ --data_path ./data/NC4K/Imgs ``` **注意:由于数据集图片较多,推理时间较长,可选择性输入部分图片来进行推理验证** @@ -123,4 +123,4 @@ python inference_om.py --om_path ./models/DGNet.om --save_path ./result/ --data_ 输入伪装图片:![](./assets/74.jpg) -预测分割结果:![](./assets/74.png) +预测检测结果:![](./assets/74.png) diff --git a/contrib/TSM/README.md b/contrib/TSM/README.md index ae54c3936..f9199b961 100644 --- a/contrib/TSM/README.md +++ b/contrib/TSM/README.md @@ -29,7 +29,7 @@ | :-----------: | :---------: | | numpy | 2.0.2 | | trochvision | 0.20.1 | -| troch | 2.5.1 | +| torch | 2.5.1 | | Pillow | 11.0.0 | -- Gitee From f52254a357f63f0e07b18abc633da8768b8d64f4 Mon Sep 17 00:00:00 2001 From: Ssayhi_w Date: Tue, 3 Dec 2024 15:56:54 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contrib/TSM/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/TSM/README.md b/contrib/TSM/README.md index f9199b961..1f095a1bf 100644 --- a/contrib/TSM/README.md +++ b/contrib/TSM/README.md @@ -27,7 +27,7 @@ | 软件名称 | 版本 | | :-----------: | :---------: | -| numpy | 2.0.2 | +| numpy | 1.24.0 | | trochvision | 0.20.1 | | torch | 2.5.1 | | Pillow | 11.0.0 | -- Gitee From 1cce134bdb9d79c07344c57b4d578cb5b3fa1f84 Mon Sep 17 00:00:00 2001 From: Ssayhi_w Date: Tue, 3 Dec 2024 19:03:02 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contrib/TSM/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/TSM/README.md b/contrib/TSM/README.md index 1f095a1bf..a3e20a04a 100644 --- a/contrib/TSM/README.md +++ b/contrib/TSM/README.md @@ -31,6 +31,7 @@ | trochvision | 0.20.1 | | torch | 2.5.1 | | Pillow | 11.0.0 | +| tqdm | 4.67.1 | ### 1.5 代码目录结构与说明 -- Gitee