JeremyCJM / CCST

Official repo for the WACV 2023 paper: Federated Domain Generalization for Image Recognition via Cross-Client Style Transfer.
Creative Commons Zero v1.0 Universal
23 stars 1 forks source link

Confusing sample commands #7

Closed cctsai831 closed 4 months ago

cctsai831 commented 7 months ago
## PACS, Overall, K=3
python data_list_generator.py --dataset PACS --target art_painting --mode overall --style adain --K 3 &
python data_list_generator.py --dataset PACS --target cartoon --mode overall --style adain --K 3 &
python data_list_generator.py --dataset PACS --target photo --mode overall --style adain --K 3 &
python data_list_generator.py --dataset PACS --target sketch --mode overall --style adain --K 3 &

As shown above, if I run the command, there would not exist a really 'target' domain, which is defined following the leave-one-domain-out setting.

Therefore, should I remove all & and choose the one our own experiment needs the most???

JeremyCJM commented 4 months ago

Yes, of course you can! You only need to run four lines for leave-one-domain-out evaluation purpose.