junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

synthesize data from yolo format #1537

Closed EliavSh closed 1 year ago

EliavSh commented 1 year ago

The script synthesize_data_from_yolo_format.py is responsible for creating entirely new yolo-format-dataset from a given yolo-format-folder and a cycle-gan-model checkpoint.

The result is a complete synthesized dataset in yolo format.