I have used this link: https://github.com/albanie/wider2pascal to change Widerface dataset annotations to Pascalvoc format, because SSD network is originally written for PascalVoc dataset. Now we want to run SSD network. What should we do to change SSD to two class detection? The code is complicated and we are confused Which lines should be changed.
Please help us.