I edited this script to exclude golden questions, as I have many of these that I have viewed parked to annotate later. Hence, I don't want them included in an export of null annotations, as these will introduce false negatives into the training set.
Setting the new exclude_golden parameter to 1 will exclude annotations marked as Golden Questions from being exported.
I used the same code style that is used to include Golden Question images from training (in modules/AIController/backend/functional.py.)
I edited this script to exclude golden questions, as I have many of these that I have viewed parked to annotate later. Hence, I don't want them included in an export of null annotations, as these will introduce false negatives into the training set.
Setting the new exclude_golden parameter to 1 will exclude annotations marked as Golden Questions from being exported.
I used the same code style that is used to include Golden Question images from training (in
modules/AIController/backend/functional.py
.)