Shift-Net_pytorch
Shift-Net_pytorch copied to clipboard
Any help on custom dataset?
Hello, I am absolutely struggling with how, to begin with, image inpainting and this seems like a good algorithm to work on, any help whatsoever would be appreciated. Also, I tried to run the code but got errors.
You can post the error information
Before that, how should I prepare my dataset?
Put all your training images to the custom path, then change dataroot
to your custom path in https://github.com/Zhaoyi-Yan/Shift-Net_pytorch/blob/master/options/base_options.py
.
I have updated Readme
here:
https://github.com/Zhaoyi-Yan/Shift-Net_pytorch#train-models
Is it necessary for the training images to have mask or the mast is randomly generated?