mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
79175994c2
* [darknet] enable ninja * Bump CONTROL version
21 lines
739 B
Plaintext
21 lines
739 B
Plaintext
Source: darknet
|
|
Version: 0.2.5-4
|
|
Description: Darknet is an open source neural network framework written in C and CUDA. You only look once (YOLO) is a state-of-the-art, real-time object detection system, best example of darknet functionalities.
|
|
Build-Depends: pthreads (windows), stb
|
|
Default-Features: weights
|
|
|
|
Feature: opencv
|
|
Build-Depends: opencv[ffmpeg]
|
|
Description: Build darknet with support for OpenCV
|
|
|
|
Feature: cuda
|
|
Build-Depends: cuda
|
|
Description: Build darknet with support for CUDA
|
|
|
|
Feature: weights
|
|
Description: Download common weights from official websites, using vcpkg proxy-enabled functions
|
|
|
|
Feature: opencv-cuda
|
|
Build-Depends: opencv[ffmpeg], opencv[cuda]
|
|
Description: Build darknet with support for a CUDA-enabled OpenCV
|