As far as I know, there is no training model for faces. So I want to train the ssd-mobilenetv2 model that only detects faces. Can you tell me how to do it in detail? I’m using a jetson tx2.
Hi,
It’s recommended to use a desktop GPU for training task.
For ssd-mobilenetv2, you can use TensorFlow object detection API for the retraining:
https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/running_pets.md
Thanks.