Anders
Anders
Hi All, Is this project still under development? Or are there recommended forks? I'm wondering if there is planned support for video streams and paralled prediction? At the moment prediction...
Hi, Given this SQL statement I can create a new table with an pk that increments itself. ```sql CREATE TABLE job_queue ( id INT IDENTITY(1,1) PRIMARY KEY, date_created DATETIME NOT...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....