-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_quarto.yml
106 lines (98 loc) · 2.91 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
project:
type: website
resources:
- CNAME
render:
- nbs/ImportError_dll_load_failed_while_importing_cv2.ipynb
#- nbs/opencv4-cuda-streams.ipynb
- nbs/opencv_cuda_streams_performance_python.ipynb
#- nbs\opencv_delay_jit_or_context_creation.ipynb
- "*.html"
- "*.qmd"
website:
title: cudawarped
repo-url: https://github.com/cudawarped/opencv-experiments/
repo-actions: [issue]
favicon: imgs\favicon-32x32.png
back-to-top-navigation: true
google-analytics: "G-69X21EFRB2"
open-graph: true
navbar:
tools:
- icon: github
href: https://github.com/cudawarped
background: light
logo: imgs\profile_1-e1674474909304.webp
search: true
left:
- text: "About"
file: qmd\about.qmd
#- text: "Home"
# file: index.qmd
- text: "OpenCV"
file: index.qmd
- text: "Downloads"
#href: qmd/downloads.qmd
menu:
- text: "OpenCV"
file: qmd/downloads.qmd
- text: OpenCV Python CUDA wheels
href: https://github.com/cudawarped/opencv-python-cuda-wheels/releases
- text: OpenCV C++ CUDA builds
href: https://github.com/cudawarped/opencv-python-cuda-wheels/releases
# - https://github.com/cudawarped/opencv-python-cuda-wheels/releases
#- text: "How-To"
# file: howto.qmd
sidebar:
- title: OpenCV
style: "floating"
#type: "dark"
#background: light
#contents: auto
contents:
- index.qmd
- text: "Build OpenCV (including Python) with CUDA on Windows"
file: qmd\opencv_cuda_python_windows.qmd
- text: "Accelerate with CUDA streams in Python"
file: nbs\opencv_cuda_streams_performance_python.ipynb
- text: "ImportError: DLL load failed..."
file: nbs\ImportError_dll_load_failed_while_importing_cv2.ipynb
#- text: "OpenCV CUDA initialization delay"
# file: nbs\opencv_delay_jit_or_context_creation.ipynb
- text: "CUDA Performance Comparisson"
file: qmd\opencv_cuda_performance.qmd
# - text: "Import dll load failed while importing cv2"
# file: nbs\ImportError_dll_load_failed_while_importing_cv2.ipynb
#- tutorial1.qmd
#- tutorial2.qmd
- title: "How-To"
contents:
- howto.qmd
# navigation items
- title: "Fundamentals"
contents:
- fundamentals.qmd
# navigation items
- title: "Reference"
contents:
- reference.qmd
# navigation items
format:
html:
smooth-scroll: true
theme:
light: cosmo
dark: cyborg
page-layout: full
grid:
sidebar-width: 330px
body-width: 1000px
#css: style.css
#- custom.scss
#navbar: navbar-light
#backgroundcolor: red
#css: custom.scss
toc: false
link-external-newwindow: true
link-external-icon: false
linkcolor: "#76b900"