I want to use yolov7 on unreal engine

Understood. There is an API made for Neural Network purposes inside the engine that might be of use to you, though it’s usually used a bit differently from what I gather. Since it can use ONNX runtimes it may be applicable, though you’ll have to vet that claim as I’m mostly a layman to ML. Nico may know of better resources however!

Disclaimer: One or more of these links are unaffiliated with Epic Games. Epic Games is not liable for anything that may occur outside of this Unreal Engine domain. Please exercise your best judgment when following links outside of the forums.

However I couldn’t find any resources on YOLO implementation with Unreal, it does seem that some users have done it, though their repo is undisclosed.

Here’s a Repo using YOLOv7 in C++ that could offer some inspiration, though it’s not built for Unreal Engine.

3 Likes