This guide covers how to use the PyTorch-CycleGAN-and-pix2pix repository for image-to-image translation tasks, including:
- Command line options for training and testing
- Dataset preparation
- Custom dataset implementation
The repository uses a nested structure of options divided between base options (shared by both training and testing) and specific options for each mode. Let's explore these options in detail.