Data Augmentation

 

Data Augmentation

Data augmentation is a technique which is used to create different images using the images we already have. Such as you can rotate an image, zoom in, zoom out, crop.

Spatial Data Augmentation

In spatial data augmentation you have to rotate, crop, zoom in, zoom out the images.

Photometric data Augmentation

In photometric data augmentation you have to blur, sharpen, change color of the images.

No comments:

Post a Comment

Building a CLI-Based People Tracking and Dwell Time Analytics System Using YOLOv8 and DeepSORT

  Introduction Tracking people across video frames and analyzing their behavior (like  dwell time ) is a crucial task for many real-world ap...