Added LSTM sequence detector, and blur data augmentation (for OpenCV only)

This commit is contained in:
AlexeyAB
2019-05-06 00:01:56 +03:00
parent cce34712f6
commit 31dc6c8680
25 changed files with 316 additions and 40 deletions

View File

@ -22,6 +22,7 @@ extern "C" {
#include <algorithm>
#include <cmath>
#define NFRAMES 3
//static Detector* detector = NULL;
static std::unique_ptr<Detector> detector;