Skip to content

Instantly share code, notes, and snippets.

View ClementWalter's full-sized avatar

Clément Walter ClementWalter

View GitHub Profile
@cben
cben / dodgetocat_v2.png
Last active January 20, 2026 07:36 — forked from alienlebarge/dodgetocat_v2.png
Is there an easy way to link image in a GIST ?
dodgetocat_v2.png
import tensorflow as tf
import numpy as np
import matplotlib.pyplot as plt
import functools
from PIL import Image
"""
TensorFlow Data Augmentation Example
Reference : https://github.com/tensorflow/models/blob/master/research/object_detection/core/preprocessor.py