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 ~~~~~~~~~~~~~~~~~