1

How to deploy YOLO on Intel (integrated) GPU? I tried (still trying actually) DirectML, but I should know C level programming for that. Is there any better/easier way to deploy YOLO on Intel GPU?

Scott
  • 4,974
  • 6
  • 35
  • 62

1 Answers1

0

For whoever looking for the solution:

  • Install OpenVino and follow all the instruction for installation.
  • Follow this guide to convert yolo weights into OpenVino format and run/deploy YOLO on Intel CPU/GPU.
Scott
  • 4,974
  • 6
  • 35
  • 62