You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add model file collector, fix some bugs and add some features (#123)
add model path searcher and remove hardwritten file paths from benchmark configs; pack ppresnet, mobilenet & crnn with labels; fix palm det data; add flags to enable models of different precision separately (#123)
Copy file name to clipboardExpand all lines: benchmark/README.md
+12-14
Original file line number
Diff line number
Diff line change
@@ -1,41 +1,39 @@
1
1
# OpenCV Zoo Benchmark
2
2
3
-
Benchmarking different models in the zoo.
3
+
Benchmarking the speed of OpenCV DNN inferring different models in the zoo. Result of each model includes the time of its preprocessing, inference and postprocessing stages.
4
4
5
5
Data for benchmarking will be downloaded and loaded in [data](./data) based on given config.
6
6
7
-
Time is measured from data preprocess (resize is excluded), to a forward pass of a network, and postprocess to get final results. The final time data presented is averaged from a 100-time run.
2. Download one or more specified data: `python download_data.py face text`. Available names can be found in `download_data.py`.
16
-
3.If download fails, you can download all data from https://pan.baidu.com/s/18sV8D4vXUb2xC9EG45k7bg (code: pvrw). Please place and extract data packages under [./data](./data).
14
+
3.You can also download all data from https://pan.baidu.com/s/18sV8D4vXUb2xC9EG45k7bg (code: pvrw). Please place and extract data packages under [./data](./data).
17
15
18
16
## Benchmarking
19
17
20
-
Run the following command to benchmark on a given config:
0 commit comments