Noblis / INVSC-janice

An open API for computer vision algorithms
https://noblis.github.io/janice/
Other
9 stars 4 forks source link

V6 create gallery broken #28

Closed carlosdcastillo closed 6 years ago

carlosdcastillo commented 6 years ago

There's a bug here: https://github.com/Noblis/janice/blob/6.0/harness/janice_create_gallery.cpp#L84-L100

cnt needs to be updated appropriately.

carlosdcastillo commented 6 years ago

Something like: pos = pos + args::get(batch_size); needs to be added at the end of the outer for loop to unbreak it.

JordanCheney commented 6 years ago

Thanks! Should be fixed in 86423c6