pipeless-ai / pipeless

An open-source computer vision framework to build and deploy apps in minutes
https://pipeless.ai
Apache License 2.0
689 stars 31 forks source link

fix(data): Set epoch seconds in frame input_ts #84

Closed miguelaeh closed 8 months ago

miguelaeh commented 8 months ago

Description of the change

This PR fixes the value set in the input timestamps to properly represent the epoch seconds. Also, it simplifies the skip frames logic in the yolo example from using the KV store to just compare the timestamp and the input FPS.

Benefits

Possible drawbacks

Applicable issues

Additional information