Fail ngc registry model download (Client Error: 403 Response)

Please provide the following information when requesting support.

• Hardware (T4/V100/Xavier/Nano/etc) PC
• Network Type (Detectnet_v2/Faster_rcnn/Yolo_v4/LPRnet/Mask_rcnn/Classification/etc) ActionRecognition
• TLT Version (Please run “tlt info --verbose” and share “docker_tag” here)
• Training spec file(If have, please share here)
• How to reproduce the issue ? (This is for errors. Please share the command line and the detailed log here.)

After installing ngc cli, after key setup, run the ngc registry model list command. There is a only deployable version of nvidia/tao/actionrecognitionnet, but there is no trainable version.
When I try to download it, a Client Error occurs. What should I do?

./ngc registry model list --column name --column repository --column permission | grep -i action -A 2 -B 2
| EfficientDet Model      | fficientdet_tf2_coco    |            |
| trained on COCO         |                         |            |
| Action Recognition Net  | nvidia/tao/actionrecogn | unlocked   |
|                         | itionnet                |            |
| RIVA Conformer ASR      | nvidia/tao/speechtotext | unlocked   |
./ngc registry model download-version nvidia/tao/actionrecognitionnet:trainable_v1.0
Client Error: 403 Response:  - Request Id:  Url: https://api.ngc.nvidia.com/v2/org/nvidia/team/tao/models/actionrecognitionnet/versions/trainable_v1.0

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

Please install ngc and retry. Refer to below.
$ wget --content-disposition https://ngc.nvidia.com/downloads/ngccli_linux.zip && unzip ngccli_linux.zip && chmod u+x ngc-cli/ngc
$ find ngc-cli/ -type f -exec md5sum {} + | LC_ALL=C sort | md5sum -c ngc-cli.md5
$ echo “export PATH="$PATH:$(pwd)/ngc-cli"” >> ~/.bash_profile && source ~/.bash_profile
$ ln -s $(pwd)/ngc-cli/ngc ./ngc

Thank you. I will try it

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.