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

I am trying to download tao samples through

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

and got this error:

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

Does anyone know who to solve it?

I am following the below link to run maskrcnn with tao toolkit:
https://catalog.ngc.nvidia.com/orgs/nvidia/teams/tao/models/pretrained_instance_segmentation

it seems there is no sample notebooks:
ngc registry model list nvidia/tao_samples:*
returns empty!!

You need to do:
ngc registry resource download-version nvidia/tao/cv_samples:v1.3.0

and to view the sample notebooks the command should be:
ngc registry resource list nvidia/tao/cv_samples:*