I’m getting this error whenever I try to access any of the NGC registry
ubuntu@ip-172-31-74-215:~$ ngc registry model list nvidia/tao_pretrained_object_detection:*
Client Error: 403 Response: - Request Id: Url: https://api.ngc.nvidia.com/v2/org/nvidia/models/tao_pretrained_object_detection/versions?page-size=1000&sort-order=SEMVER_DESC
Thanks for your help
1 Like
Have you fixed it?
I’m starting with NGC and getting same error here.
The above command does not work but I was able to access the model registry using the below which I found in the Jupyter notebooks
ngc registry model list
ngc registry model list nvidia/tao/pretrained_detectnet_v2:*
2 Likes
lehe
September 22, 2022, 1:06pm
6
I got the same 403 error too for another model
$ ngc registry model list nvidia/tlt_semantic_segmentation:*
{
“error”: “Client Error: 403 Response: - Request Id: Url: https://api.ngc.nvidia.com/v2/org/nvidia/models/tlt_semantic_segmentation/versions?page-size=1000&sort-order=SEMVER_DESC ”
}
I am getting the error 403 for pretrained object detection model
$ ngc registry model list nvidia/tao_pretrained_object_detection:*
{
“error”: Client Error: 403 Response: - Request Id: Url: https://api.ngc.nvidia.com/v2/org/nvidia/models/tao_pretrained_object_detection/versions?page-size=1000&sort-order=SEMVER_DESC
}
$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
}