This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ cd tests
1515
1616Something like below. The general idea is to test only inference speed, without preprocessing and decoding.
1717Also, 1st inference must not count, because it will load all stuff into memory.
18- I prefer to do such things in ` ipython ` or ` jupyter ` with ` %timeit ` .
19- ** NB:** be strict about BAckend and Target
18+ I prefer to do such things in ` ipython ` or ` jupyter ` with ` %timeit ` .
19+
20+ ** NB:** be strict about Backend and Target
2021
2122``` python
2223import cv2
@@ -43,10 +44,10 @@ detector.detect(img)
4344
4445+ [ rateme] ( https://github.com/heyml/rateme ) (YOLO3).
4546+ [ text-detection-0004] ( https://github.com/opencv/open_model_zoo/blob/master/models/intel/text-detection-0004/description/text-detection-0004.md )
46- + [ text-recognition-0012] ( https://github.com/opencv/open_model_zoo/blob/master/models/intel/text-recognition-0012/description/text-recognition-0012.md ) .
47+ + [ text-recognition-0012] ( https://github.com/opencv/open_model_zoo/blob/master/models/intel/text-recognition-0012/description/text-recognition-0012.md )
4748
4849## Files
4950
50- + ` short_video.mp4 ` from here (free): < https://www.pexels.com/video/a-cattails-fluff-floats-in-air-2156021/ >
51- + ` dislike.jpg ` from rateme repository.
51+ + ` short_video.mp4 ` from [ here] ( https://www.pexels.com/video/a-cattails-fluff-floats-in-air-2156021/ ) (free)
52+ + ` dislike.jpg ` from [ rateme repository] ( https://github.com/heyml/rateme/tree/master/test_imgs ) .
5253+ ` helloworld.png ` I either made it or forgot from where it downloaded from
You can’t perform that action at this time.
0 commit comments