Age and gender detection using jetson nano

what is best way to detect age and gender with usb cam
i used pre trained caffemodel but the accuracy is not good

Hi,

Suppose you need a face/human detector and follow with an age/gender classifier.
Please find some tutorials below to customize a DNN model:

Thanks.