Kipras Klimkevičius e240441b57 update README.md
2026-02-23 16:17:36 +01:00

454 B

Object Recongition in Unity

This repo is for object recognition in unity using the Extrality Lab YOLO API. No extra setup needed apart from Unity 6000.30f1

Capture image using the webcam

This is done through WebCamTexture. Reading pixels and sending them to the API using the WWWForm from Unity. JSON structures are modeled. Only the last picture sent is saved. On the Server all pictures are saved.

TODO: figure out a way to make it faster.