Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 0 additions & 23 deletions .gitattributes

This file was deleted.

9 changes: 0 additions & 9 deletions .gitignore

This file was deleted.

201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Guidelines:
git lfs install
git lfs pull
```
- **Alternative (Manual Download)**:
If `git lfs pull` fails or you prefer manual download, you can find all models hosted on **[Hugging Face](https://huggingface.co/opencv/opencv_zoo)**.
Simply navigate to the `models` directory on Hugging Face and download the `.onnx` files you need.
- To run benchmarks on your hardware settings, please refer to [benchmark/README](./benchmark/README.md).

## Models & Benchmark Results
Expand Down
16 changes: 16 additions & 0 deletions benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -985,3 +985,19 @@ mean median min input size model
173.46 162.85 135.52 [1280, 720] CRNN with ['text_recognition_CRNN_CN_2021nov_int8.onnx']
175.28 145.22 135.52 [1280, 720] CRNN with ['text_recognition_CRNN_EN_2022oct_int8.onnx']
```

### Windows (Intel 12th Gen Core i5)

Specs:
- CPU: Intel(R) Core(TM) i5-12400F

CPU:

```
$ python benchmark.py --cfg config/object_detection_yolox.yaml
Benchmarking ...
backend=cv.dnn.DNN_BACKEND_OPENCV
target=cv.dnn.DNN_TARGET_CPU
mean median min input size model
264.86 265.03 254.11 [640, 640] YoloX with ['object_detection_yolox_2022nov.onnx']
```
Loading