Hello, this is gonna be probably the last question about TAO.
There are some missing TAO models.
I am trying to test gesturenet and it is not registered on tao model list.
!tao model gesturenet dataset_convert --dataset_spec $SPECS_DIR/dataset_config.json \
--k_folds 0 \
--experiment_spec $SPECS_DIR/dataset_experiment_config.json \
--output_filename $EXPERIMENT_DIR/data.json \
--experiment_name v1
then I get
usage: tao model [-h]
{list,stop,info,dataset,deploy,model} ...
{classification_tf2,efficientdet_tf2,bpnet,classification_tf1,converter,detectnet_v2,dssd,efficientdet_tf1,faster_rcnn,fpenet,lprnet,mask_rcnn,multitask_classification,retinanet,ssd,unet,yolo_v3,yolo_v4,yolo_v4_tiny,action_recognition,centerpose,deformable_detr,dino,mal,ml_recog,ocdnet,ocrnet,optical_inspection,pointpillars,pose_classification,re_identification,visual_changenet,classification_pyt,segformer}
...
tao model: error: invalid choice: 'gesturenet' (choose from 'list', 'stop', 'info', 'dataset', 'deploy', 'model')
should I just use other model or is there other way to access the missing models?