ytfeng WanliZhong commited on
Commit
61f232f
·
1 Parent(s): 84b1f8b

Bump version 4.9 (#222)

Browse files

* update benchmark results on i7-12700K

* update benchmark results on edge2

* add benchmark results on Horizon Sunrise X3 PI

* add benchmark results on Jetson Nano B01 (CPU)

* add benchmark results on Raspberry Pi 4B

* add benchmark results on Jetson Nano B01 (GPU)

* add MAIX-III and StarFive benchmark results

* update benchmark results on Khadas VIM3

* update hardware setup info

* bump opencv version requirement to 4.9.0

* update benchmark results on RV1126

* regenerate table

* change * to x in input size text

* regenerate table

* rollback for '\\*'

* regenerate table

* add description for atlas 200i dk a2

* tune table

---------

Co-authored-by: Wanli <[email protected]>

Files changed (1) hide show
  1. demo.py +1 -2
demo.py CHANGED
@@ -6,11 +6,10 @@ import argparse
6
  import numpy as np
7
  import cv2 as cv
8
 
9
-
10
  from vittrack import VitTrack
11
 
12
  # Check OpenCV version
13
- assert cv.__version__ > "4.8.0", \
14
  "Please install latest opencv-python to try this demo: python3 -m pip install --upgrade opencv-python"
15
 
16
  # Valid combinations of backends and targets
 
6
  import numpy as np
7
  import cv2 as cv
8
 
 
9
  from vittrack import VitTrack
10
 
11
  # Check OpenCV version
12
+ assert cv.__version__ > "4.9.0", \
13
  "Please install latest opencv-python to try this demo: python3 -m pip install --upgrade opencv-python"
14
 
15
  # Valid combinations of backends and targets