bump version to 4.8.0 (#190)
Browse files* bump version to 4.8.0
* update benchmark results on i7 & rpi
* correct python command on i7
* update results on jetson nano
* update results on atlas 200 cpu
* update results on vim3 cpu, sunrise x3 cpu
* update results on vim3 npu
* update results on edge2
* update results on rv1126 and vision2
* update results on axp
* update table
demo.py
CHANGED
@@ -16,7 +16,7 @@ sys.path.append('../text_detection_db')
|
|
16 |
from db import DB
|
17 |
|
18 |
# Check OpenCV version
|
19 |
-
assert cv.__version__ >= "4.
|
20 |
"Please install latest opencv-python to try this demo: python3 -m pip install --upgrade opencv-python"
|
21 |
|
22 |
# Valid combinations of backends and targets
|
|
|
16 |
from db import DB
|
17 |
|
18 |
# Check OpenCV version
|
19 |
+
assert cv.__version__ >= "4.8.0", \
|
20 |
"Please install latest opencv-python to try this demo: python3 -m pip install --upgrade opencv-python"
|
21 |
|
22 |
# Valid combinations of backends and targets
|