Difference betwee tao augment and tao dataset augmentation

I provisionned and installed TAO inside an Azure VM as described here.

When running the first notebook, the command tao augment did not work. Instead, I managed to get it working using the command tao dataset augmentation. The below picture explains better what happens:

Could someone tell me why there is a descrepancy between the notebook? Isn’t it updated? or is there a new TAO version and whether there is a reference it?

The error could be reproduced using the TAO augment command cell inside the following notebook:
cv_samples_v1.2.0/augment/augment.ipynb

Best

Yes, the latest notebook version is 5.0.0.
Please download it via

wget --content-disposition https://api.ngc.nvidia.com/v2/resources/nvidia/tao/tao-getting-started/versions/5.0.0/zip -O getting_started_v5.0.0.zip
unzip -u getting_started_v5.0.0.zip -d ./getting_started_v5.0.0 && rm -rf getting_started_v5.0.0.zip && cd ./getting_started_v5.0.0

See TAO Toolkit Quick Start Guide - NVIDIA Docs

1 Like

Thanks @Morganh. I appreciate your help

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