Closed sezarxray closed 3 years ago
Thank you for your question.
For training, if you want to perform a style transfer from VehicleX to VeRi. VehicleX is trainA and the training set of VeRi is trainB. Then you will get a model Gb to generate VeRi style VehicleX data.
In my setting, I may not really need a test set. Thank you for pointing this out and I have modified the README. You may need to modify the args source_path and save_path in test_spgan.py to inference. In this case, the source_path is the path to VehicleX data.
How many data we need?
I use the entire VehicleX training set and entire VeRi training set.
thx
Hi, what a nice project! Could you plz tell me more about training data for style domain adaptation? what is trainA/B? what is testA/B? How many data we need?
Thanks in advance