Skip to content

Repository files navigation

YOLOv3-UDA

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.

Installation

Clone and install requirements
$ git clone https://github.com/saurabh-2905/YOLOv3-UDA.git
$ cd YOLOv3-UDA/
$ sudo pip3 install -r requirements_rotated.txt

[Paper] [Project Webpage] [Authors' Implementation]

@article{yolov3,
  title={YOLOv3: An Incremental Improvement},
  author={Redmon, Joseph and Farhadi, Ali},
  journal = {arXiv},
  year={2018}
}

About

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.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages