mirror of https://github.com/AlexeyAB/darknet.git
Update Readme.md
This commit is contained in:
parent
0fe1c6bcc8
commit
b9b0bf5131
|
@ -46,7 +46,7 @@ This repository supports:
|
|||
* **OpenCV 3.4.0**: https://sourceforge.net/projects/opencvlibrary/files/opencv-win/3.4.0/opencv-3.4.0-vc14_vc15.exe/download
|
||||
* **or OpenCV 2.4.13**: https://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.13/opencv-2.4.13.2-vc14.exe/download
|
||||
- OpenCV allows to show image or video detection in the window and store result to file that specified in command line `-out_filename res.avi`
|
||||
* **GPU with CC >= 2.0** if you use CUDA, or **GPU CC >= 3.0** if you use cuDNN + CUDA: https://en.wikipedia.org/wiki/CUDA#GPUs_supported
|
||||
* **GPU with CC >= 3.0**: https://en.wikipedia.org/wiki/CUDA#GPUs_supported
|
||||
|
||||
##### Pre-trained models for different cfg-files can be downloaded from (smaller -> faster & lower quality):
|
||||
* `yolov3.cfg` (236 MB COCO **Yolo v3**) - require 4 GB GPU-RAM: https://pjreddie.com/media/files/yolov3.weights
|
||||
|
|
Loading…
Reference in New Issue