Open oliver0922 opened 2 years ago
Yes definitely.
trainA
trainB
testA
testB
. python train.py --dataroot [path-to-the-dataset] --name bdd1000k_CUT --CUT_mode CUT
Thanks for your reply. By the way I want to change day time to night time using FastCUT. After training the model using bdd1000k, I want to apply the model on KITTI datasets. As you know, KITTI datasets are obtained only at day-time, so I dont have testB folder. Do you have any suggestions? or Do I have to use SinCUT?
Thanks for great repository!
I want to use CUT model to change day-time datasets to night-time datasets using bdd1000k images.
Is it possible to change using CUT model?