diff options
Diffstat (limited to 'scripts/test_1024p_feat.sh')
| -rwxr-xr-x | scripts/test_1024p_feat.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/test_1024p_feat.sh b/scripts/test_1024p_feat.sh new file mode 100755 index 0000000..2f4ba17 --- /dev/null +++ b/scripts/test_1024p_feat.sh @@ -0,0 +1,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
\ No newline at end of file |
