Skip to content

Files

Latest commit

b873064 · Aug 23, 2024

History

History

yolov4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 20, 2020
Dec 1, 2023
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Jul 20, 2022
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Aug 23, 2024
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Jul 20, 2022
Nov 20, 2020
Apr 21, 2021
Aug 23, 2024
Apr 21, 2021
Feb 5, 2022

Readme.md

page_type languages products name urlFragment
sample
cpp
windows
xbox
DirectML YOLOv4 sample
DirectML-YOLOv4

YOLOv4 sample

Implements the YOLOv4 real-time object detection model using DirectML and DirectMLX.

YOLOv4 is an object detection model capable of recognizing up to 80 different classes of objects in an image. This sample contains a complete end-to-end implementation of the model using DirectML, and is able to run in real time on a user-provided video stream.

Screenshot

Downloading model weights

This sample requires an external download of the YOLOv4 model weights, which are roughly 245MB large. The .vcxproj file is configured to download the file automatically, but it can also be downloaded manually here:

The file should be placed in a "Data" subdirectory. e.g.

<repo root>/Samples/yolov4/Data/yolov4.weights

External links