From d1d3526fe707851ceac4762a8a1d40a9bee0e898 Mon Sep 17 00:00:00 2001 From: Saber Derouiche Date: Fri, 8 Feb 2019 10:30:11 +0100 Subject: [PATCH] readme.md for "difficult" and "Verify Image" Added documentation to the readme.md for what "difficult" and "Verify Image" --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 7cc9f1dc..7d19d946 100644 --- a/README.rst +++ b/README.rst @@ -243,6 +243,16 @@ Hotkeys | ↑→↓← | Keyboard arrows to move selected rect box | +------------+--------------------------------------------+ +**Verify Image:** + +When pressing space, the user can flag the image as verified, a green background will appear. +This is used when creating a dataset automatically, the user can then through all the pictures and flag them instead of annotate them. + +**Difficult:** + +The difficult field being set to 1 indicates that the object has been annotated as "difficult", for example an object which is clearly visible but difficult to recognize without substantial use of context. +According to your deep neural network implementation, you can include or exclude difficult objects during training. + How to contribute ~~~~~~~~~~~~~~~~~