Skip to content

Commit

Permalink
gpu demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsonhacks committed Feb 25, 2025
1 parent 53d34b9 commit e89ee5a
Show file tree
Hide file tree
Showing 9 changed files with 51,518 additions and 4 deletions.
4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Jetsonhacks
Copyright (c) 2019-25 Jetsonhacks

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,3 +19,5 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


14 changes: 14 additions & 0 deletions demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Demo for OpenCV with GPU support

Two demo scripts for comparing OpenCV when it has GPU support, and when it does not.

Pressing the 'e' key will toggle between eye detection.

To run the OpenCV with GPU demo, which assumes that you have a version of OpenCV with GPU enabled for Python:
```
python face_detect_usb_gpu.py
```
For comparison, here's how it runs without using the GPU:
```
python face_detect_usb_fps.py
```
Loading

0 comments on commit e89ee5a

Please sign in to comment.