Client Error: 403 Response while downloading tao_cv_samples notebook

While downloading tao_cv_samples notebook , getting ‘Client Error: 403 Response’ error.

Command run :

ngc registry resource download-version "nvidia/tao_cv_samples:v1.0.2"

Error :
Client Error: 403 Response: - Request Id: Url: https://api.ngc.nvidia.com/v2/org/nvidia/resources/tao_cv_samples/versions/v1.0.2

refer :

Any help or suggestion will be appreciated

Please refer to TAO Toolkit Quick Start Guide — TAO Toolkit 3.22.05 documentation

wget --content-disposition https://api.ngc.nvidia.com/v2/resources/nvidia/tao/cv_samples/versions/v1.3.0/zip -O cv_samples_v1.3.0.zip
unzip -u cv_samples_v1.3.0.zip  -d ./cv_samples_v1.3.0 && rm -rf cv_samples_v1.3.0.zip && cd ./cv_samples_v1.3.0

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