top of page

YOLO framework

This is the current project I am working on. The project is about the implementation of YOLO, this is an object detection framework that will be implemented into a game engine using python.

 

The game uses cards need to be held up to the webcam, YOLO reads the cards and tell the game what the player has chosen. These cards change the player's weapon. Different weapons are needed to kill the corresponding enemies.

 

For more information, I encourage you to download and read the paper I wrote on the topic of using YOLO in your project. 

bottom of page