blob: 2f4ba171793ab4601187b887f3efcd4b1ecf4999 (
plain)
1
2
3
4
5
|
################################ Testing ################################
# first precompute and cluster all features
python encode_features.py --name label2city_1024p_feat --netG local --ngf 32 --resize_or_crop none;
# use instance-wise features
python test.py --name label2city_1024p_feat ---netG local --ngf 32 --resize_or_crop none --instance_feat
|