https://github.com/ShangxuanWu/CycleGAN-Face-off

sort by:
Revision Author Date Message Commit Date
2bbc737 modified README 15 December 2017, 00:20:30 UTC
5d11ca3 added result videos 15 December 2017, 00:14:26 UTC
51ada3a updated README 14 December 2017, 23:53:27 UTC
457bca3 added draw_plot and make_video folder 14 December 2017, 23:41:58 UTC
066788e aaa 05 December 2017, 16:18:15 UTC
0558e2e aaa 05 December 2017, 03:13:58 UTC
287acad updated generated script 05 December 2017, 03:07:51 UTC
ee30716 enhanced video generation 05 December 2017, 02:43:39 UTC
57cdd07 added merge_video.py 05 December 2017, 01:58:16 UTC
38c5e80 modified README.md 27 November 2017, 05:34:51 UTC
4ac1d09 repaired the script of test_sequence 27 November 2017, 05:22:09 UTC
dacef01 aaaa 24 November 2017, 03:26:11 UTC
4df9315 added sequence running code 23 November 2017, 05:07:47 UTC
caad4ce mv to backup folder 20 November 2017, 03:17:55 UTC
c2d07c4 finish ssim loss 20 November 2017, 03:16:41 UTC
46e37d7 added ssim loss 20 November 2017, 01:58:43 UTC
024f14a Add note 31 October 2017, 02:00:34 UTC
eb9b34b Init repo, add train script 31 October 2017, 01:58:12 UTC
9d1bc76 fix learning rate 20 October 2017, 04:14:48 UTC
2a344cc update learning rate policy 20 October 2017, 02:35:11 UTC
f87530a fix small issue in learning rate policy 20 October 2017, 02:19:39 UTC
f34719c update README 14 October 2017, 14:11:06 UTC
01fea98 update README 14 October 2017, 14:08:30 UTC
bdbd226 Update REAME 14 October 2017, 14:06:12 UTC
0612266 update README 14 October 2017, 14:01:14 UTC
5e0f7d6 added script to download pretrained pix2pix models 10 October 2017, 08:44:01 UTC
ae9042e update README: pix2pix pretrained models Added description to download the pix2pix pretrained models to readme 10 October 2017, 08:42:50 UTC
997c219 Merge branch 'master' of https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix 10 October 2017, 07:19:22 UTC
3f8adb1 fix identity option conflict error, and also not specifying init_type in define_D 10 October 2017, 07:19:18 UTC
709d615 Merge pull request #119 from AndersAsa/patch-1 Update cycle_gan_model.py 10 October 2017, 07:17:13 UTC
fdbe12f Update cycle_gan_model.py Fix argument mismatch. Was feeding gpu_ids to the init_type argument 09 October 2017, 18:30:05 UTC
fe8ea33 Update cycle_gan_model.py 08 October 2017, 02:39:25 UTC
1a764f0 fix minor bugs 06 October 2017, 18:18:52 UTC
7800d51 support nc=1, add new leaerning rate policy and new initialization 06 October 2017, 17:46:43 UTC
e986144 move the flag identity to the base option 06 October 2017, 15:54:45 UTC
b853b0b Merge branch 'master' of https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix 24 September 2017, 07:21:28 UTC
d6d90bf update pool_size 0 for pix2pix 24 September 2017, 07:21:17 UTC
7f0c22e Update networks.py 24 September 2017, 03:47:29 UTC
75c1606 Merge pull request #110 from LambdaWill/patch-1 change the order of concanated channels 22 September 2017, 06:57:51 UTC
6360df1 change the order of concanated channels To be consistent with Cyclegan(Torch), the latter half channels should receive the data from the skip connections. 22 September 2017, 06:43:25 UTC
4062012 Merge pull request #108 from Naruto-Sasuke/patch-2 Update test.py 21 September 2017, 03:57:40 UTC
a75ff89 Update test.py 21 September 2017, 03:22:41 UTC
e9edc9b Merge pull request #106 from layumi/patch-1 Update test_options.py 20 September 2017, 06:50:56 UTC
06b9da5 Update test_options.py 20 September 2017, 06:41:44 UTC
e213831 Merge pull request #96 from Naruto-Sasuke/patch-1 fix typo in networks.py 13 September 2017, 06:36:09 UTC
ee5d38e update options 09 September 2017, 09:42:21 UTC
75ec311 Update networks.py 04 September 2017, 10:29:38 UTC
60e4af6 Update unaligned_dataset.py 27 August 2017, 21:39:36 UTC
1746826 fix the unaligned dataset 27 August 2017, 02:04:12 UTC
8c7cd2e update README 27 August 2017, 01:33:45 UTC
8bc6778 add epoch_count 27 August 2017, 01:28:29 UTC
f085c5c Merge pull request #84 from hazirbas/master Bias initialization 26 August 2017, 09:23:20 UTC
aa26d40 initialized bias of conv to zero, deactivated bias for the conv layers which are followed by batch normalization. 22 August 2017, 18:29:48 UTC
104f953 Merge pull request #69 from andyli/script_permission set executable permission on scripts 22 August 2017, 09:16:53 UTC
6284ac7 Merge pull request #81 from alanyee/patch-1 Update README.md 22 August 2017, 09:16:20 UTC
f38958f Update README.md Made explicit HTTPS call 17 August 2017, 02:53:17 UTC
a64928b Update README.md -Replace OSX with macOS -Made explicit HTTPS call -Minor url cleanup 17 August 2017, 02:50:48 UTC
f8e1b87 Merge pull request #72 from andyli/augmentation typo: argumentation -> augmentation 07 August 2017, 06:33:40 UTC
576ddde typo: argumentation -> augmentation 07 August 2017, 06:32:17 UTC
23e3be5 set executable permission on scripts 28 July 2017, 09:08:21 UTC
6b873dc Merge branch 'master' of https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix 20 July 2017, 00:15:59 UTC
d0cb409 update README (use_dropout -> no_dropout) 20 July 2017, 00:15:31 UTC
fa0a262 Update README.md removed use_dropout option because it is on by default 20 July 2017, 00:15:07 UTC
9d4e8ce Added comments about resize_or_crop option 19 July 2017, 00:10:07 UTC
1d60960 changed the default option to use dropout 17 July 2017, 17:43:08 UTC
23eb65d fix the bug when set gpu_ids=1 12 July 2017, 04:38:14 UTC
5738bf7 Merge pull request #59 from SsnL/resize_or_crop Improve resize_or_crop option and single image display 11 July 2017, 08:00:30 UTC
25124b8 resize_or_crop and better display single image 07 July 2017, 03:31:24 UTC
ee0a829 Merge branch 'master' of https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix 05 July 2017, 23:08:56 UTC
58e012d Merge pull request #58 from Naruto-Sasuke/patch-1 Update image_pool.py 06 July 2017, 02:53:23 UTC
b74ea93 Update image_pool.py 06 July 2017, 02:50:40 UTC
c7f7d19 add reflection padding layer 05 July 2017, 23:08:39 UTC
e77d135 Merge pull request #56 from TariqAHassan/get_data Add Tools to Easily Obtain CycleGAN or Pix2Pix Data 04 July 2017, 17:08:46 UTC
06ff0d7 Add Tools to Easily Obtain CycleGAN or Pix2Pix Data 04 July 2017, 08:27:37 UTC
233630e fix instancenorm & batchnorm 03 July 2017, 21:18:13 UTC
11690ea Update base_options.py 29 June 2017, 13:25:06 UTC
c9f3904 fix small issues in the unaligned_dataset 24 June 2017, 22:12:34 UTC
ff172d0 Merge pull request #48 from SsnL/visdom_opts Visdom port and display intermediate in single image pane 22 June 2017, 03:34:04 UTC
40e1662 port and single image display 22 June 2017, 03:24:25 UTC
7d5251f update README 20 June 2017, 05:15:33 UTC
1941d1d fix the data_loader 13 June 2017, 21:48:47 UTC
a93aa72 update README 13 June 2017, 07:16:25 UTC
7212499 predict single image 13 June 2017, 07:10:04 UTC
e6858e3 update dataset mode 13 June 2017, 06:52:56 UTC
3b72a65 save training losses to the file (log_file.txt) 13 June 2017, 02:23:18 UTC
437648f update README 12 June 2017, 19:16:23 UTC
f69a84a update README 12 June 2017, 07:32:12 UTC
551340b update README 12 June 2017, 07:31:31 UTC
68d0d0d fixed a bug about flipping 08 May 2017, 06:23:22 UTC
5f6e2c4 1. Added flipping functionality 2. Changed the default options 08 May 2017, 05:18:20 UTC
349614a use InstanceNorm2d from the latest pytorch 03 May 2017, 03:26:39 UTC
e9146a6 Merge pull request #17 from taras-sereda/master Update base_options.py 27 April 2017, 15:55:08 UTC
c1b6f72 Update base_options.py more pythonic way to create dictionary from opts 27 April 2017, 14:42:42 UTC
7137903 Merge pull request #9 from TylerCarberry/patch-1 Fix typo in README 27 April 2017, 08:34:19 UTC
ad73744 changed the name of the loaded network from net_G_A to net_G 27 April 2017, 08:32:10 UTC
e5b2fd6 1. Added one_direction_test_model that generates the outputs in only one direction 2. Changed the option naming from ntrain to max_dataset_size 27 April 2017, 08:28:53 UTC
af7420f Added support for the option ntrain 26 April 2017, 22:50:54 UTC
d5a3849 fix which_direction bug 23 April 2017, 11:29:54 UTC
5bf446e fix cropping in data_loaders 23 April 2017, 04:39:34 UTC
9137b11 add comment for python 2/3 23 April 2017, 03:25:09 UTC
back to top