• Network Type (Detectnet_v2/Faster_rcnn/Yolo_v4/LPRnet/Mask_rcnn/Classification/etc) PoseClassificationNet
I am training PoseClassificationNet for customized activities.
I am not using all 34 key points.
The features used in training are speed and length converted from some keypoints.
How can I use PoseClassificationNet to train customized dataset?
Because PoseClassificationNet needs to specify graph_layout
and graph_strategy
in training.
Is it possible to train using PoseClassificationNet?