Simple python+darknet apps with docker #8460
gmontamat
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
For those that want to use darknet in python and don't want to spend time building the module and adding it to your python environment, feel free to check python-darknet-docker. It's a docker image that provides python3.8 with darknet and is compatible with both CPU and GPU through nvidia-docker. There's a bunch of examples in the README to get YOLOv4 running in no time. It's geared towards linux users but I think it should work in windows and MacOS without issues.
Cheers 👋
Beta Was this translation helpful? Give feedback.
All reactions