Added new features #85

Closed
biparnakroy wants to merge 13 commits from master into master
Showing only changes of commit e976c71edc - Show all commits
+1 -1
View File
@@ -122,7 +122,7 @@ int main(int argc, char *argv[])
//inference //inference
detNN->update(batch_dnn_input, n_batch); detNN->update(batch_dnn_input, n_batch);
detNN->draw(batch_frame); detNN->draw(batch_frame,true);
if (show) if (show)
{ {