Skip to main content

11 docs tagged with "computer-vision"

View all tags

Image Classification

How to train neural networks to categorize images into predefined classes using CNNs.

Image Segmentation

Going beyond bounding boxes: How to classify every single pixel in an image.

Padding in CNNs

How padding prevents data loss at the edges and controls the output size of convolutional layers.

Strides in CNNs

Understanding how the step size of a filter influences spatial dimensions and computational efficiency.

XML: Extensible Markup Language

Handling hierarchical data in XML: parsing techniques, its role in Computer Vision annotations, and converting XML to ML-ready formats.