# Running Darknet Object Detection on an NVIDIA RTX 3090

DevFeed: [Running Darknet Object Detection on an NVIDIA RTX 3090](<https://devfeed.tech/articles/rtx-3090-for-machine-learning-10501.md>)

Original publisher: [Read original article](<https://technotim.com/posts/3090-machine-learning/>)

Author: Techno Tim

Published: 2021-01-30T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [NVIDIA RTX](<https://devfeed.tech/topics/nvidia-rtx.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [object-detection](<https://devfeed.tech/topics/object-detection.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [Windows](<https://devfeed.tech/topics/windows.md>)

Tags: [homelab](<https://devfeed.tech/tags/homelab.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [nvidia-rtx](<https://devfeed.tech/tags/nvidia-rtx.md>), [object-detection](<https://devfeed.tech/tags/object-detection.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [windows](<https://devfeed.tech/tags/windows.md>)

## AI overview

A tutorial on compiling and running the open-source Darknet neural network on an NVIDIA RTX 3090 in Windows and Ubuntu Linux for object detection on images and real-time video.

## Source excerpt

The NVIDIA RTX 3090 is a beast.We all know it can beat the benchmarks in gaming, but how about machine learning and neural networks? Today we walk through the RTX 3090 and then compile and run Darknet, an open source neural network, on Windows and then Ubuntu Linux and run object detection on pictures, images, and real-time video.You will be amazed at how much more you can get out of your vide...