Hello, Looking for info on how to train SSD MobileNetv2 model with negative samples. How is 'BACKGROUND' label handled for negative samples. Here is my annotation xml for pascal voc dataset for one negative sample ``` <annotation> <folder>negative_samples</folder> <filename>image1.jpg</filename> <size> <width>640</width> <height>480</height> <depth>3</depth> </size> <segmented>0</segmented> <!-- No object tags --> </annotation> ```