From 5816f711570295ce4d8c603f385832f0b03d6bac Mon Sep 17 00:00:00 2001 From: Mehrad Mahmoudian Date: Fri, 1 May 2020 13:53:08 +0300 Subject: [PATCH] [add] adding instruction on how to force reset the class settings to the README --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 9e7f9eac..d88da2b8 100644 --- a/README.rst +++ b/README.rst @@ -251,6 +251,16 @@ This is used when creating a dataset automatically, the user can then through al The difficult field is 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 reset the settings +~~~~~~~~~~~~~~~~~~~~~~~~~ + +In case there are issues with loading the classes, you can either: + +1. From the top menu of the labelimg click on Menu/File/Reset All +2. Remove the `.labelImgSettings.pkl` from your home directory. In Linux and Mac you can do: + `rm ~/.labelImgSettings.pkl` + + How to contribute ~~~~~~~~~~~~~~~~~