y9luiz / FaceRecognitionServer

A face recognition server written in C++ [Under development]
1 stars 2 forks source link

Create design schema for the imaging traffic #22

Open y9luiz opened 1 year ago

y9luiz commented 1 year ago

Currently our messaging schema it's pretty straightforward. We just sent a message within an image through the server and expect a vector with the face's positions.

However, once the project becomes more solid we going to have several flavors of imaging that could be exchanged once via interprocess communication or even via a network.

So it would be good to have a place with the intended design schema.