8 results · AI-generated index
T
towardsdatascience.com
article

Normalizing Images for YOLO in Python using TensorFlow

This article provides a step-by-step guide on how to normalize images for YOLO object detection in Python using TensorFlow.

C
cs231n.github.io
research

Image Normalization for Deep Learning

Stanford University's CS231n course notes on image normalization techniques, including those used in YOLO, implemented in Python with TensorFlow.

T
tensorflow.org
official

Preparing Images for YOLOv3 in TensorFlow

Official TensorFlow documentation on preparing images for YOLOv3, including normalization techniques and example code.

P
pyimagesearch.com
article

YOLO Image Normalization with Python and OpenCV

A tutorial on normalizing images for YOLO using Python and OpenCV, with a focus on preprocessing techniques for object detection.

G
github.io
tool

Normalizing Images for YOLO in Python

A GitHub repository providing example code for normalizing images for YOLO in Python using TensorFlow and Keras.

M
medium.com
article

Image Preprocessing for YOLOv4 in TensorFlow 2.x

A Medium article discussing image preprocessing techniques for YOLOv4 in TensorFlow 2.x, including normalization and data augmentation.

Y
youtube.com
video

YOLOv3 Image Normalization and Detection

A YouTube video tutorial on normalizing images for YOLOv3 and performing object detection using Python and TensorFlow.

C
coursera.org
research

Deep Learning for Computer Vision with Python

A Coursera course on deep learning for computer vision, covering topics such as image normalization and YOLO object detection using Python and TensorFlow.