From 25324d65b4d87ecec4b9607799b1118423a64df8 Mon Sep 17 00:00:00 2001
From: shenxinjie <15306573985@163.com>
Date: Wed, 16 Apr 2025 14:25:20 +0800
Subject: [PATCH] add GroundingDINO and MuseTalk
---
ACL_PyTorch/README.md | 47 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/ACL_PyTorch/README.md b/ACL_PyTorch/README.md
index a0cfcae100..786bebd983 100755
--- a/ACL_PyTorch/README.md
+++ b/ACL_PyTorch/README.md
@@ -283,6 +283,7 @@ python3 get_modelID.py --model your_model_name
Dataset |
精度 |
300I Pro最优性能(对应bs) |
+ 800I A2最优性能(对应bs) |
输入shape |
@@ -300,6 +301,7 @@ python3 get_modelID.py --model your_model_name
43.8% |
|
3.9(bs1) |
+ |
1 x 3 x 1216 x 1216 |
@@ -312,6 +314,7 @@ python3 get_modelID.py --model your_model_name
hard:74.55% easy:92.24% Medium:91.02% |
|
439.9(bs1) |
+ |
bs x 3 x 800 x 800 |
@@ -324,6 +327,7 @@ python3 get_modelID.py --model your_model_name
|
|
34.1(bs4) |
+ |
bs x 3 x 512 x 512 bs x 3 x 800 x 800 |
@@ -336,6 +340,7 @@ python3 get_modelID.py --model your_model_name
|
|
17815(bs64) |
+ |
bs x 1 x 32 x 100 |
@@ -348,6 +353,7 @@ python3 get_modelID.py --model your_model_name
|
77.5% |
196(bs1) |
+ |
bs x 736 x 1280 x 3 |
@@ -360,6 +366,7 @@ python3 get_modelID.py --model your_model_name
|
|
63.75(bs1) |
+ |
多尺度 |
@@ -372,6 +379,7 @@ python3 get_modelID.py --model your_model_name
|
|
260(bs4) |
+ |
bs x 3 x 512 x 512 |
@@ -384,6 +392,7 @@ python3 get_modelID.py --model your_model_name
|
75.088%(top1) |
2489(bs8) |
+ |
bs x 3 x 224 x 224 |
@@ -396,6 +405,7 @@ python3 get_modelID.py --model your_model_name
|
|
887.45(bs4) |
+ |
bs x 3 x 368 x 6406 |
@@ -408,6 +418,7 @@ python3 get_modelID.py --model your_model_name
|
acc:80.5% recall:63.9% |
70(bs1) |
+ |
bs x 3 x 704 x 1216 |
@@ -420,6 +431,7 @@ python3 get_modelID.py --model your_model_name
36.3% |
|
15.48(bs1) |
+ |
1 x 3 x 1216 x 1216 |
@@ -432,6 +444,7 @@ python3 get_modelID.py --model your_model_name
31.6% |
|
50(bs1) |
+ |
1 x 3 x 1216 x 1216 |
@@ -444,6 +457,7 @@ python3 get_modelID.py --model your_model_name
25.4% |
|
337.01(bs4) |
+ |
bs x 3 x 300 x 300 |
@@ -456,6 +470,7 @@ python3 get_modelID.py --model your_model_name
23% |
|
1324(bs8) |
+ |
bs x 3 x 300 x 300 |
@@ -468,6 +483,7 @@ python3 get_modelID.py --model your_model_name
63.30% |
|
219(bs4) |
+ |
bs x 3 x 640 x 640 |
@@ -480,6 +496,7 @@ python3 get_modelID.py --model your_model_name
60.3% |
|
171.15(bs8) |
+ |
bs x 3 x 416 x 416 |
@@ -492,6 +509,7 @@ python3 get_modelID.py --model your_model_name
55.3% |
|
998.004(bs4) |
+ |
bs x 3 x 640 x 640 |
@@ -504,6 +522,7 @@ python3 get_modelID.py --model your_model_name
55.9% |
|
737.04(bs4) |
+ |
bs x 3 x 640 x 640 |
@@ -516,6 +535,7 @@ python3 get_modelID.py --model your_model_name
|
|
77.4(bs64) |
+ |
bs x 3 x 640 x 640 |
100399
@@ -527,6 +547,7 @@ python3 get_modelID.py --model your_model_name
| |
|
0.62(bs1) |
+ |
bs x 3 x H x W |
100400
@@ -538,6 +559,7 @@ python3 get_modelID.py --model your_model_name
| |
|
227.43ms(bs1) |
+ |
1 x 3 x 784 x 1344 |
100404
@@ -549,7 +571,20 @@ python3 get_modelID.py --model your_model_name
| box: 55.6% seg: 48.6% |
|
1614ms(bs1) |
+ |
1 x 3 x 1216 x 1216 |
+
+ 100406
+ |
+ GroundingDINO
+ |
+ coco |
+ |
+ 52.4% |
+ |
+ 1378ms(bs1) |
+ 877ms(bs1) |
+ 多尺度 |
CV-segmentation
@@ -682,6 +717,18 @@ python3 get_modelID.py --model your_model_name
53.74% |
381(bs1) |
bs x 3 x 300 x 18 x 2 |
+
+
+ 100407
+ |
+ MuseTalk
+ |
+ 代码仓提供 |
+ |
+ |
+ 229s(8bs) |
+ 多尺度 |
+
CV-super_resolution
--
Gitee