Is there any NVIDIA Tao toolkit docker container for maskrcnn?

I have used tlt toolkit docker container for maskrcnn as:
docker pull nvcr.io/nvidia/tlt-streamanalytics:v2.0_py3
but I couldn’t find anything similar for tao.
I know I can use tao launcher and create a virtual environment to train maskrcnn but I was wondering if there is any docker container for maskrcnn using tao toolkit that I am missing.

Yes, there is. Actually after you installing tao launcher, below docker will be pulled.
So, you can also pull it directly.
$ docker pull nvcr.io/nvidia/tao/tao-toolkit-tf:v3.21.08-py3

From TAO Toolkit for Computer Vision | NVIDIA NGC

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