From 1e1ec33804de416a0820ddf216cb56e63add876d Mon Sep 17 00:00:00 2001 From: aribornstein Date: Wed, 5 Apr 2017 11:31:38 +0300 Subject: [PATCH] Made suggested changes - Added display name to detection algorithm extensions - Deprecated config file so that all detection algorithm extensions are self contained - Optimized fisherYates shuffle - Small ui tweaks with font --- src/index.html | 12 ++++----- .../detection_algorithm_manager/config.json | 4 --- src/lib/detection_algorithm_manager/main.js | 25 +++++++++---------- .../detection_algorithms/cntkfastrcnn/main.js | 3 ++- .../detection_algorithms/detectionUtils.js | 11 +++++--- .../detection_algorithms/interface/main.js | 3 ++- src/lib/detection_algorithms/yolo/main.js | 3 ++- src/public/css/styles.css | 12 ++++++++- src/public/js/export-configuration.js | 2 +- 9 files changed, 43 insertions(+), 32 deletions(-) delete mode 100644 src/lib/detection_algorithm_manager/config.json diff --git a/src/index.html b/src/index.html index 5d5cc72d4b..767322376a 100644 --- a/src/index.html +++ b/src/index.html @@ -33,14 +33,14 @@

Please Drag in or Click to load a video for tagging.

@@ -58,9 +58,9 @@

Tagging Job Configuration

-
+ -
Continue
+
Continue