Please provide the following information when requesting support.
I am having trouble running tao functions.
I installed in in windows under WSL and Instructions for each step became complicated for windows. I finally got it working sort-of after bumbling through instructions after instructions which did not work.
I am running tlt, which warns that I need to update to tao, it says it updates as part of the run but it is still tlt. When I run an ipynb like bpnet I get stuck in weird ways.
For example from the script running
!tao bpnet dataset_convert -m ‘test’ -o $DATA_DIR/val --generate_masks --dataset_spec $DATA_POSE_SPECS_DIR/coco_spec.json
works and creates val-fold-000-of-001
but running the very similar
!tao bpnet dataset_convert -m ‘train’ -o $DATA_DIR/train --generate_masks --dataset_spec $DATA_POSE_SPECS_DIR/coco_spec.json
runs similarly, does not generate an error, but does not create train-fold-000-of-001
that is needed for the notebook.
When running other notebooks like the nvidia whitepaper 4. Add new classes of objects to an existing AI model | NVIDIA Developer
for adding helmets to people recognition I get the error: ‘nvidia/tao_peoplenet:unpruned_v2.1’ could not be found. When I run: !ngc registry model download-version “nvidia/tlt_peoplenet:unpruned_v2.1”
I cant tell if this is versioning issues, old links issues or anything else. Help!
• Hardware Windows running WSL
• Network Type (Detectnet_v2 bpose and peoplenet helmet example
• TLT Version (Please run “tlt info --verbose” and share nvidia/tao/tao-toolkit-tf: v3.21.11-tf1.15.5-py3, v3.21.11-tf1.15.4-py3, nvidia/tao/tao-toolkit-pyt: v3.21.11-py3, format_version: 2.0, toolkit_version: 3.22.02, published_date: 02/28/2022
• Training spec file from: Forums will not let me post it
• How to reproduce the two issues:
1:
!tao bpnet dataset_convert -m ‘train’ -o $DATA_DIR/train --generate_masks --dataset_spec $DATA_POSE_SPECS_DIR/coco_spec.json
2:
!ngc registry model download-version “nvidia/tlt_peoplenet:unpruned_v2.1”