-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do we train cycada feature &pixel #11
Comments
train_fcn.sh trains a semantic segmentation model using the ground truth labels (standard supervised learning). You should use this to pre-train your source model with known labels. train_fcn_adda.sh uses the feature adaptation to update the source initialized model output from previous step according to optimizing with the unlabeled target data. For GTA->CityScapes the procedure is:
|
Do you know how to "Train CycleGAN based pixel adaptation to translate GTA images to resemble CityScapes images"? @xiaoqianjia |
@jhoffman Do you have the pre-trained model for "Train CycleGAN based pixel adaptation to translate GTA images to resemble CityScapes images"? |
@jhoffman Same question, how to translate GTA images to CityScapes images by our own? I set my dataset properly using 'unaligned_datasets.py', but when I run It raises an error about |
Hi Can you explain how do we train cycada pixel only, feature only, pixel & feature with GTA5 to CityScapes?
I am confused the results from ./train_fcn.sh ./train_fcn_adda.sh, what's the different between them?
Thanks
The text was updated successfully, but these errors were encountered: