Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 624 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 624 Bytes

GridMask data augmentation implementation in tensorflow

This repo is the implementation of GridMask in pure tensorflow(not official).
Please refer to GridMask for official implementation in pytorch.

Dependencies

python 3.6
Tensorflow 2.1.0

Example

Daisy gridmask before & after

Dog gridmask before & after

Reference

GridMask paper
Official GridMask repo