Image-to-Image Translation in PyTorch
computer-vision
deep-learning
computer-graphics
pytorch
generative-adversarial-network
gan
image-manipulation
image-generation
gans
pix2pix
cyclegan
-
Updated
Feb 23, 2022 - Python
Hi! I was wondering if it is possible to read data from AWS S3 to train a model such as BasicVSR.
I have been reading the docs and all indicates it could be done by modifying my config file, and setting the backend option to "ceph" instead of the default "disk".
Then I sett the paths to:
lq_folder = "S3://my-bucket/my-dataset/lq_folder"
gt_folder = "S3://my-bucket/my-dataset/gt_folder"
But I ca