Please provide the following information when requesting support.
• Hardware (T4/V100/Xavier/Nano/etc) : A40
• Network Type (Detectnet_v2/Faster_rcnn/Yolo_v4/LPRnet/Mask_rcnn/Classification/etc) : Detectnet_v2
• TLT Version (Please run “tlt info --verbose” and share “docker_tag” here): nvidia/tao/tao-toolkit: 5.5.0-pyt
• Training spec file(If have, please share here)
• How to reproduce the issue ? (This is for errors. Please share the command line and the detailed log here.)
I have question regarding data augementation techniques availabel in tao.
Basically I have three questions:
a.) Available Data Augmentation techniques in Tao
b.)How we can select/configure Data Augmentation techniques while training a model using Tao .
c.) How can we integrate custom data Augmentation technique to tao that is not available in tao by default.
The default Augmentation config I can see for DetectNet V2 is as below:
Online augmentation allows for customization of spatial and color augmentations during training, similar to offline methods but applied randomly based on the data loader’s distribution.
To configure data online augmentation in TAO detectnet_v2, you can follow these steps:
Configure the training spec file to include online augmentation parameters.
During training, TAO will apply these augmentations randomly to the data
Additional: Integrating Custom Data Augmentation Techniques
To integrate custom data augmentation techniques not available in TAO by default:
Modify the TAO Docker Environment:
Run the TAO Docker container with access to your custom code.
Implement your custom augmentations using libraries like Albumentations.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks