DirectML/Samples
Adrian Tsai a83f91572f
Update release notes and samples for DirectML 1.6.0 (#140)
2021-07-08 18:07:25 -07:00
..
DirectMLSuperResolution Update release notes and samples for DirectML 1.6.0 (#140) 2021-07-08 18:07:25 -07:00
HelloDirectML Update release notes and samples for DirectML 1.6.0 (#140) 2021-07-08 18:07:25 -07:00
yolov4 Update release notes and samples for DirectML 1.6.0 (#140) 2021-07-08 18:07:25 -07:00
README.md Unblock building samples on VS2019 (#66) 2021-01-12 19:31:45 -08:00

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.