Add example notebooks for compiling with opencv and an adaptation of a CUDA training series

This commit is contained in:
Cosmin Ștefan Ciocan
2024-05-19 12:45:58 +00:00
parent 326b0a57a8
commit e15f41d213
3 changed files with 968 additions and 0 deletions
+7
View File
@@ -51,3 +51,10 @@ repos:
- id: bandit
args: ["-c", "pyproject.toml"]
additional_dependencies: ["bandit[toml]"]
# remove notebook cell output
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
hooks:
- id: nbstripout
files: ".ipynb"