ludgerh / cam-ai

AI for security cameras
GNU General Public License v3.0
8 stars 4 forks source link

Predictions from server: Do the JPGs get scaled? #10

Closed ludgerh closed 1 year ago

ludgerh commented 1 year ago

They should. Probably the best place to put scaling is the append-function in c_tfworkers.py. Then it could be removed from the two other positions.

ludgerh commented 1 year ago

The amount of data transferred is larger than necessary. When the sample are very small they get inflated before transfer.

ludgerh commented 1 year ago

Fixed with 0.8.5