Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 7913e3c

Browse files
authored
Update README.md
1 parent 3c81c06 commit 7913e3c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

tests/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ cd tests
1515

1616
Something like below. The general idea is to test only inference speed, without preprocessing and decoding.
1717
Also, 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
2223
import 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

0 commit comments

Comments
 (0)