Closed ghost closed 6 years ago
can I use tensorflow object detection API for gender recognition? I want to train SSD_mobile net for gender recognition and detection. I changed labelmap to:
item { id: 1 name: 'man' } item { id: 2 name: 'woman' }
and num_classes=2 but the network cant be trained and this is the result: what should I do? can somebody help me?
/CC @jesu9 @dreamdragon, can either of you comment?
@mosab-r What kind of training data are you using?
Chen
can I use tensorflow object detection API for gender recognition? I want to train SSD_mobile net for gender recognition and detection. I changed labelmap to:
and num_classes=2 but the network cant be trained and this is the result: what should I do? can somebody help me?