[add] adding instruction on how to force reset the class settings to the README

This commit is contained in:
Mehrad Mahmoudian 2020-05-01 13:53:08 +03:00 committed by darrenl
parent 49334ed9e3
commit 5816f71157

View File

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