YOLO implementation using C++ with no additional libraries other than opencl
Steps:
- Open visual studio solution located ./project/Segmentation.sln
- Build in release mode.
- Run run.bat
- You should able to see bin files created under ./kernels folder
- Verify that the file ./inputs/face.bmp is of size 416X416 is taken and output is generated under ./outputs/face.bmp
Note: These bin files are device specific. Do not forget to clean if you are moving to other device.