You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A minimal PyTorch implementation of YOLOv3, with support for training, inference and evaluation. An addtional implementation of two Unsupervised Domain Adaptation methods (Direct Entropy Minimization and Fourier Domain Adaptation) integrated in the architecture.
This repo contains a simple and clear PyTorch implementation of the main building blocks of "Unsupervised Data Augmentation for Consistency Training" by Qizhe Xie, Zihang Dai, Eduard Hovy, Minh-Thang Luong, Quoc V. Le