a83f91572f | ||
---|---|---|
.. | ||
DirectMLSuperResolution | ||
HelloDirectML | ||
yolov4 | ||
README.md |
README.md
DirectML Samples
These samples provide examples of DirectML concepts and code.
In This Section
- HelloDirectML: A minimal "hello world" application that executes a single DirectML operator.
- DirectMLSuperResolution: A sample that uses DirectML to execute a basic super-resolution model to upscale video from 540p to 1080p in real time.
- YOLO-V4: An object-detection sample that uses the YOLO V4 model on a video file.