diff --git a/checkpoints/horse2zebra_pretrained/latest_net_G.pth b/checkpoints/horse2zebra_pretrained/latest_net_G.pth new file mode 100644 index 0000000..16f2795 Binary files /dev/null and b/checkpoints/horse2zebra_pretrained/latest_net_G.pth differ diff --git a/checkpoints/horse2zebra_pretrained/test_opt.txt b/checkpoints/horse2zebra_pretrained/test_opt.txt new file mode 100644 index 0000000..10330cc --- /dev/null +++ b/checkpoints/horse2zebra_pretrained/test_opt.txt @@ -0,0 +1,41 @@ +----------------- Options --------------- + aspect_ratio: 1.0 + batch_size: 1 + checkpoints_dir: ./checkpoints + crop_size: 256 + dataroot: datasets/horse2zebra/testA [default: None] + dataset_mode: single + direction: AtoB + display_winsize: 256 + epoch: latest + eval: False + gpu_ids: 0 + init_gain: 0.02 + init_type: normal + input_nc: 3 + isTrain: False [default: None] + load_iter: 0 [default: 0] + load_size: 256 + max_dataset_size: inf + model: test + model_suffix: + n_layers_D: 3 + name: horse2zebra_pretrained [default: experiment_name] + ndf: 64 + netD: basic + netG: resnet_9blocks + ngf: 64 + no_dropout: True [default: False] + no_flip: False + norm: instance + ntest: inf + num_test: 50 + num_threads: 4 + output_nc: 3 + phase: test + preprocess: resize_and_crop + results_dir: ./results/ + serial_batches: False + suffix: + verbose: False +----------------- End ------------------- diff --git a/coding_here.ipynb b/coding_here.ipynb index 7396c1a..ffd2aca 100644 --- a/coding_here.ipynb +++ b/coding_here.ipynb @@ -2,17 +2,9 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Hello Mo!\n" - ] - } - ], + "execution_count": null, + "metadata": {}, + "outputs": [], "source": [ "print('Hello Mo!')" ] @@ -131,8 +123,153 @@ "cell_type": "code", "execution_count": null, "metadata": {}, - "outputs": [], - "source": [] + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Checking for scripts.\n", + "It's Alive!\n", + "INFO:root:Application Started\n", + "You can navigate to http://jupyter-4f4549ll415a47504b0lu4dc49ss44042a4ftm5f47h48h92da34a0x:8097\n" + ] + } + ], + "source": [ + "!python -m visdom.server" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Note: available models are apple2orange, orange2apple, summer2winter_yosemite, winter2summer_yosemite, horse2zebra, zebra2horse, monet2photo, style_monet, style_cezanne, style_ukiyoe, style_vangogh, sat2map, map2sat, cityscapes_photo2label, cityscapes_label2photo, facades_photo2label, facades_label2photo, iphone2dslr_flower\n", + "Specified [horse2zebra]\n", + "WARNING: timestamping does nothing in combination with -O. See the manual\n", + "for details.\n", + "\n", + "--2019-09-27 17:08:47-- http://efrosgans.eecs.berkeley.edu/cyclegan/pretrained_models/horse2zebra.pth\n", + "Resolving efrosgans.eecs.berkeley.edu (efrosgans.eecs.berkeley.edu)... 128.32.189.73\n", + "Connecting to efrosgans.eecs.berkeley.edu (efrosgans.eecs.berkeley.edu)|128.32.189.73|:80... connected.\n", + "HTTP request sent, awaiting response... 200 OK\n", + "Length: 45575747 (43M)\n", + "Saving to: ‘./checkpoints/horse2zebra_pretrained/latest_net_G.pth’\n", + "\n", + "./checkpoints/horse 100%[===================>] 43.46M 73.2KB/s in 5m 31s \n", + "\n", + "2019-09-27 17:14:25 (135 KB/s) - ‘./checkpoints/horse2zebra_pretrained/latest_net_G.pth’ saved [45575747/45575747]\n", + "\n" + ] + } + ], + "source": [ + "!bash ./scripts/download_cyclegan_model.sh horse2zebra" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Specified [horse2zebra]\n", + "WARNING: timestamping does nothing in combination with -O. See the manual\n", + "for details.\n", + "\n", + "--2019-09-27 17:17:21-- https://people.eecs.berkeley.edu/~taesung_park/CycleGAN/datasets/horse2zebra.zip\n", + "Resolving people.eecs.berkeley.edu (people.eecs.berkeley.edu)... 128.32.189.73\n", + "Connecting to people.eecs.berkeley.edu (people.eecs.berkeley.edu)|128.32.189.73|:443... connected.\n", + "HTTP request sent, awaiting response... 200 OK\n", + "Length: 116867962 (111M) [application/zip]\n", + "Saving to: ‘./datasets/horse2zebra.zip’\n", + "\n", + "2zebra.zip 69%[============> ] 76.95M 191KB/s eta 3m 17s " + ] + } + ], + "source": [ + "!bash ./datasets/download_cyclegan_dataset.sh horse2zebra" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "----------------- Options ---------------\n", + " aspect_ratio: 1.0 \n", + " batch_size: 1 \n", + " checkpoints_dir: ./checkpoints \n", + " crop_size: 256 \n", + " dataroot: datasets/horse2zebra/testA \t[default: None]\n", + " dataset_mode: single \n", + " direction: AtoB \n", + " display_winsize: 256 \n", + " epoch: latest \n", + " eval: False \n", + " gpu_ids: 0 \n", + " init_gain: 0.02 \n", + " init_type: normal \n", + " input_nc: 3 \n", + " isTrain: False \t[default: None]\n", + " load_iter: 0 \t[default: 0]\n", + " load_size: 256 \n", + " max_dataset_size: inf \n", + " model: test \n", + " model_suffix: \n", + " n_layers_D: 3 \n", + " name: horse2zebra_pretrained \t[default: experiment_name]\n", + " ndf: 64 \n", + " netD: basic \n", + " netG: resnet_9blocks \n", + " ngf: 64 \n", + " no_dropout: True \t[default: False]\n", + " no_flip: False \n", + " norm: instance \n", + " ntest: inf \n", + " num_test: 50 \n", + " num_threads: 4 \n", + " output_nc: 3 \n", + " phase: test \n", + " preprocess: resize_and_crop \n", + " results_dir: ./results/ \n", + " serial_batches: False \n", + " suffix: \n", + " verbose: False \n", + "----------------- End -------------------\n", + "Traceback (most recent call last):\n", + " File \"test.py\", line 38, in \n", + " opt = TestOptions().parse() # get test options\n", + " File \"/home/jovyan/work/options/base_options.py\", line 133, in parse\n", + " torch.cuda.set_device(opt.gpu_ids[0])\n", + " File \"/home/jovyan/.virtualenvs/basenv/lib/python3.5/site-packages/torch/cuda/__init__.py\", line 281, in set_device\n", + " torch._C._cuda_setDevice(device)\n", + " File \"/home/jovyan/.virtualenvs/basenv/lib/python3.5/site-packages/torch/cuda/__init__.py\", line 178, in _lazy_init\n", + " _check_driver()\n", + " File \"/home/jovyan/.virtualenvs/basenv/lib/python3.5/site-packages/torch/cuda/__init__.py\", line 99, in _check_driver\n", + " http://www.nvidia.com/Download/index.aspx\"\"\")\n", + "AssertionError: \n", + "Found no NVIDIA driver on your system. Please check that you\n", + "have an NVIDIA GPU and installed a driver from\n", + "http://www.nvidia.com/Download/index.aspx\n" + ] + } + ], + "source": [ + "!python test.py --dataroot datasets/horse2zebra/testA --name horse2zebra_pretrained --model test --no_dropout" + ] } ], "metadata": { diff --git a/job_logs/job-gpu-5d79ee69c41526b8e8294c82.log b/job_logs/job-gpu-5d79ee69c41526b8e8294c82.log new file mode 100644 index 0000000..e69de29 diff --git a/job_logs/job-gpu-5d8ddb4c2eb52a9d554d03bb.log b/job_logs/job-gpu-5d8ddb4c2eb52a9d554d03bb.log new file mode 100644 index 0000000..c82633b --- /dev/null +++ b/job_logs/job-gpu-5d8ddb4c2eb52a9d554d03bb.log @@ -0,0 +1,56 @@ +2019-09-27T09:55:43.255268482Z SYSTEM: Preparing env... +2019-09-27T09:55:58.826193451Z SYSTEM: Running... +2019-09-27T09:56:01.450676837Z ----------------- Options --------------- +2019-09-27T09:56:01.450739017Z aspect_ratio: 1.0 +2019-09-27T09:56:01.450747276Z batch_size: 1 +2019-09-27T09:56:01.450754377Z checkpoints_dir: ./checkpoints +2019-09-27T09:56:01.450758381Z crop_size: 256 +2019-09-27T09:56:01.450762306Z dataroot: datasets/horse2zebra/testA [default: None] +2019-09-27T09:56:01.450767197Z dataset_mode: single +2019-09-27T09:56:01.450771891Z direction: AtoB +2019-09-27T09:56:01.450776205Z display_winsize: 256 +2019-09-27T09:56:01.450780359Z epoch: latest +2019-09-27T09:56:01.450784493Z eval: False +2019-09-27T09:56:01.450788658Z gpu_ids: 0 +2019-09-27T09:56:01.450792821Z init_gain: 0.02 +2019-09-27T09:56:01.450797045Z init_type: normal +2019-09-27T09:56:01.450801548Z input_nc: 3 +2019-09-27T09:56:01.450806337Z isTrain: False [default: None] +2019-09-27T09:56:01.450811401Z load_iter: 0 [default: 0] +2019-09-27T09:56:01.450816478Z load_size: 256 +2019-09-27T09:56:01.450820886Z max_dataset_size: inf +2019-09-27T09:56:01.450825555Z model: test +2019-09-27T09:56:01.450830177Z model_suffix: +2019-09-27T09:56:01.450834539Z n_layers_D: 3 +2019-09-27T09:56:01.450838898Z name: horse2zebra_pretrained [default: experiment_name] +2019-09-27T09:56:01.450859395Z ndf: 64 +2019-09-27T09:56:01.450864339Z netD: basic +2019-09-27T09:56:01.450868959Z netG: resnet_9blocks +2019-09-27T09:56:01.450873361Z ngf: 64 +2019-09-27T09:56:01.450877703Z no_dropout: True [default: False] +2019-09-27T09:56:01.450882166Z no_flip: False +2019-09-27T09:56:01.450886842Z norm: instance +2019-09-27T09:56:01.450904725Z ntest: inf +2019-09-27T09:56:01.450909506Z num_test: 50 +2019-09-27T09:56:01.450913369Z num_threads: 4 +2019-09-27T09:56:01.450920796Z output_nc: 3 +2019-09-27T09:56:01.450926452Z phase: test +2019-09-27T09:56:01.450931202Z preprocess: resize_and_crop +2019-09-27T09:56:01.450935566Z results_dir: ./results/ +2019-09-27T09:56:01.450940075Z serial_batches: False +2019-09-27T09:56:01.450943743Z suffix: +2019-09-27T09:56:01.450947943Z verbose: False +2019-09-27T09:56:01.450951595Z ----------------- End ------------------- +2019-09-27T09:56:01.492033652Z Traceback (most recent call last): +2019-09-27T09:56:01.492091621Z File "test.py", line 45, in +2019-09-27T09:56:01.492100056Z dataset = create_dataset(opt) # create a dataset given opt.dataset_mode and other options +2019-09-27T09:56:01.492105332Z File "/home/jovyan/work/data/__init__.py", line 57, in create_dataset +2019-09-27T09:56:01.492110491Z data_loader = CustomDatasetDataLoader(opt) +2019-09-27T09:56:01.492115169Z File "/home/jovyan/work/data/__init__.py", line 73, in __init__ +2019-09-27T09:56:01.492120336Z self.dataset = dataset_class(opt) +2019-09-27T09:56:01.492125194Z File "/home/jovyan/work/data/single_dataset.py", line 19, in __init__ +2019-09-27T09:56:01.492130654Z self.A_paths = sorted(make_dataset(opt.dataroot, opt.max_dataset_size)) +2019-09-27T09:56:01.49213584Z File "/home/jovyan/work/data/image_folder.py", line 25, in make_dataset +2019-09-27T09:56:01.492141414Z assert os.path.isdir(dir), '%s is not a valid directory' % dir +2019-09-27T09:56:01.492146491Z AssertionError: datasets/horse2zebra/testA is not a valid directory +2019-09-27T09:56:02.088304297Z SYSTEM: Finishing... diff --git a/job_logs/job-gpu-5d8de105c91988c06a638029.log b/job_logs/job-gpu-5d8de105c91988c06a638029.log new file mode 100644 index 0000000..00c7ca2 --- /dev/null +++ b/job_logs/job-gpu-5d8de105c91988c06a638029.log @@ -0,0 +1,56 @@ +2019-09-27T10:20:07.109012157Z SYSTEM: Preparing env... +2019-09-27T10:20:22.892478204Z SYSTEM: Running... +2019-09-27T10:20:25.490428055Z ----------------- Options --------------- +2019-09-27T10:20:25.49048983Z aspect_ratio: 1.0 +2019-09-27T10:20:25.490498834Z batch_size: 1 +2019-09-27T10:20:25.49050401Z checkpoints_dir: ./checkpoints +2019-09-27T10:20:25.49050923Z crop_size: 256 +2019-09-27T10:20:25.490514252Z dataroot: /home/jovyan/work/datasets/horse2zebra/testA [default: None] +2019-09-27T10:20:25.490525702Z dataset_mode: single +2019-09-27T10:20:25.490530826Z direction: AtoB +2019-09-27T10:20:25.490535773Z display_winsize: 256 +2019-09-27T10:20:25.490540714Z epoch: latest +2019-09-27T10:20:25.49054556Z eval: False +2019-09-27T10:20:25.49055057Z gpu_ids: 0 +2019-09-27T10:20:25.490555638Z init_gain: 0.02 +2019-09-27T10:20:25.490560544Z init_type: normal +2019-09-27T10:20:25.490565597Z input_nc: 3 +2019-09-27T10:20:25.490570468Z isTrain: False [default: None] +2019-09-27T10:20:25.490575702Z load_iter: 0 [default: 0] +2019-09-27T10:20:25.49058121Z load_size: 256 +2019-09-27T10:20:25.490586493Z max_dataset_size: inf +2019-09-27T10:20:25.490591326Z model: test +2019-09-27T10:20:25.4905966Z model_suffix: +2019-09-27T10:20:25.490601517Z n_layers_D: 3 +2019-09-27T10:20:25.490606454Z name: horse2zebra_pretrained [default: experiment_name] +2019-09-27T10:20:25.490611576Z ndf: 64 +2019-09-27T10:20:25.490616454Z netD: basic +2019-09-27T10:20:25.490621544Z netG: resnet_9blocks +2019-09-27T10:20:25.490626547Z ngf: 64 +2019-09-27T10:20:25.490631469Z no_dropout: True [default: False] +2019-09-27T10:20:25.490636289Z no_flip: False +2019-09-27T10:20:25.490641237Z norm: instance +2019-09-27T10:20:25.490665237Z ntest: inf +2019-09-27T10:20:25.490671327Z num_test: 50 +2019-09-27T10:20:25.490675957Z num_threads: 4 +2019-09-27T10:20:25.490682439Z output_nc: 3 +2019-09-27T10:20:25.490687457Z phase: test +2019-09-27T10:20:25.490692362Z preprocess: resize_and_crop +2019-09-27T10:20:25.490697037Z results_dir: ./results/ +2019-09-27T10:20:25.490701681Z serial_batches: False +2019-09-27T10:20:25.490706391Z suffix: +2019-09-27T10:20:25.490711516Z verbose: False +2019-09-27T10:20:25.490716266Z ----------------- End ------------------- +2019-09-27T10:20:25.526578736Z Traceback (most recent call last): +2019-09-27T10:20:25.526620675Z File "test.py", line 45, in +2019-09-27T10:20:25.526628125Z dataset = create_dataset(opt) # create a dataset given opt.dataset_mode and other options +2019-09-27T10:20:25.526631663Z File "/home/jovyan/work/data/__init__.py", line 57, in create_dataset +2019-09-27T10:20:25.52663529Z data_loader = CustomDatasetDataLoader(opt) +2019-09-27T10:20:25.526638298Z File "/home/jovyan/work/data/__init__.py", line 73, in __init__ +2019-09-27T10:20:25.526641484Z self.dataset = dataset_class(opt) +2019-09-27T10:20:25.526644425Z File "/home/jovyan/work/data/single_dataset.py", line 19, in __init__ +2019-09-27T10:20:25.526647396Z self.A_paths = sorted(make_dataset(opt.dataroot, opt.max_dataset_size)) +2019-09-27T10:20:25.526650211Z File "/home/jovyan/work/data/image_folder.py", line 25, in make_dataset +2019-09-27T10:20:25.526653046Z assert os.path.isdir(dir), '%s is not a valid directory' % dir +2019-09-27T10:20:25.526656014Z AssertionError: /home/jovyan/work/datasets/horse2zebra/testA is not a valid directory +2019-09-27T10:20:26.028837139Z SYSTEM: Finishing... diff --git a/job_logs/job-gpu-5d8de2d46e962d830e0b964f.log b/job_logs/job-gpu-5d8de2d46e962d830e0b964f.log new file mode 100644 index 0000000..4ce854a --- /dev/null +++ b/job_logs/job-gpu-5d8de2d46e962d830e0b964f.log @@ -0,0 +1,56 @@ +2019-09-27T10:27:49.751808342Z SYSTEM: Preparing env... +2019-09-27T10:28:05.003462668Z SYSTEM: Running... +2019-09-27T10:28:07.45737512Z ----------------- Options --------------- +2019-09-27T10:28:07.457414187Z aspect_ratio: 1.0 +2019-09-27T10:28:07.457419707Z batch_size: 1 +2019-09-27T10:28:07.457424905Z checkpoints_dir: ./checkpoints +2019-09-27T10:28:07.457429277Z crop_size: 256 +2019-09-27T10:28:07.457433753Z dataroot: datasets/horse2zebra/testA [default: None] +2019-09-27T10:28:07.457439185Z dataset_mode: single +2019-09-27T10:28:07.457443802Z direction: AtoB +2019-09-27T10:28:07.457448045Z display_winsize: 256 +2019-09-27T10:28:07.457452911Z epoch: latest +2019-09-27T10:28:07.457457162Z eval: False +2019-09-27T10:28:07.457462291Z gpu_ids: 0 +2019-09-27T10:28:07.457466976Z init_gain: 0.02 +2019-09-27T10:28:07.457472191Z init_type: normal +2019-09-27T10:28:07.457476721Z input_nc: 3 +2019-09-27T10:28:07.457481993Z isTrain: False [default: None] +2019-09-27T10:28:07.457487343Z load_iter: 0 [default: 0] +2019-09-27T10:28:07.4574923Z load_size: 256 +2019-09-27T10:28:07.457496893Z max_dataset_size: inf +2019-09-27T10:28:07.457501283Z model: test +2019-09-27T10:28:07.457506049Z model_suffix: +2019-09-27T10:28:07.457510715Z n_layers_D: 3 +2019-09-27T10:28:07.457515563Z name: horse2zebra_pretrained [default: experiment_name] +2019-09-27T10:28:07.457525889Z ndf: 64 +2019-09-27T10:28:07.45753121Z netD: basic +2019-09-27T10:28:07.45753654Z netG: resnet_9blocks +2019-09-27T10:28:07.457541216Z ngf: 64 +2019-09-27T10:28:07.457546193Z no_dropout: True [default: False] +2019-09-27T10:28:07.457551471Z no_flip: False +2019-09-27T10:28:07.457556101Z norm: instance +2019-09-27T10:28:07.457579811Z ntest: inf +2019-09-27T10:28:07.457585273Z num_test: 50 +2019-09-27T10:28:07.457589397Z num_threads: 4 +2019-09-27T10:28:07.457595239Z output_nc: 3 +2019-09-27T10:28:07.457599543Z phase: test +2019-09-27T10:28:07.457603877Z preprocess: resize_and_crop +2019-09-27T10:28:07.457608433Z results_dir: ./results/ +2019-09-27T10:28:07.457612511Z serial_batches: False +2019-09-27T10:28:07.4576169Z suffix: +2019-09-27T10:28:07.457621724Z verbose: False +2019-09-27T10:28:07.45762665Z ----------------- End ------------------- +2019-09-27T10:28:07.494690312Z Traceback (most recent call last): +2019-09-27T10:28:07.494746993Z File "test.py", line 45, in +2019-09-27T10:28:07.494753527Z dataset = create_dataset(opt) # create a dataset given opt.dataset_mode and other options +2019-09-27T10:28:07.494756853Z File "/home/jovyan/work/data/__init__.py", line 57, in create_dataset +2019-09-27T10:28:07.494760235Z data_loader = CustomDatasetDataLoader(opt) +2019-09-27T10:28:07.49476328Z File "/home/jovyan/work/data/__init__.py", line 73, in __init__ +2019-09-27T10:28:07.494768242Z self.dataset = dataset_class(opt) +2019-09-27T10:28:07.494773183Z File "/home/jovyan/work/data/single_dataset.py", line 19, in __init__ +2019-09-27T10:28:07.494778273Z self.A_paths = sorted(make_dataset(opt.dataroot, opt.max_dataset_size)) +2019-09-27T10:28:07.494783054Z File "/home/jovyan/work/data/image_folder.py", line 25, in make_dataset +2019-09-27T10:28:07.494787867Z assert os.path.isdir(dir), '%s is not a valid directory' % dir +2019-09-27T10:28:07.494792675Z AssertionError: datasets/horse2zebra/testA is not a valid directory +2019-09-27T10:28:08.02650882Z SYSTEM: Finishing... diff --git a/job_logs/job-gpu-5d8df2adb57173221ff0dbfb.log b/job_logs/job-gpu-5d8df2adb57173221ff0dbfb.log new file mode 100644 index 0000000..bdb30cb --- /dev/null +++ b/job_logs/job-gpu-5d8df2adb57173221ff0dbfb.log @@ -0,0 +1,7 @@ +2019-09-27T11:35:24.966133744Z SYSTEM: Preparing env... +2019-09-27T11:35:40.401083323Z SYSTEM: Running... +2019-09-27T11:35:42.261649937Z Traceback (most recent call last): +2019-09-27T11:35:42.261693465Z File "test.py", line 30, in +2019-09-27T11:35:42.261698637Z from options.test_options import TestOptions +2019-09-27T11:35:42.261701889Z ImportError: No module named 'options' +2019-09-27T11:35:42.559770043Z SYSTEM: Finishing... diff --git a/job_logs/job-gpu-5d8df493d1110a47040610cd.log b/job_logs/job-gpu-5d8df493d1110a47040610cd.log new file mode 100644 index 0000000..e69de29 diff --git a/job_logs/job-gpu-5d8df5a56e962d830e0b9654.log b/job_logs/job-gpu-5d8df5a56e962d830e0b9654.log new file mode 100644 index 0000000..724b1d8 --- /dev/null +++ b/job_logs/job-gpu-5d8df5a56e962d830e0b9654.log @@ -0,0 +1,56 @@ +2019-09-27T11:48:30.300141685Z SYSTEM: Preparing env... +2019-09-27T11:48:46.093646956Z SYSTEM: Running... +2019-09-27T11:48:48.670845795Z ----------------- Options --------------- +2019-09-27T11:48:48.67091611Z aspect_ratio: 1.0 +2019-09-27T11:48:48.67092393Z batch_size: 1 +2019-09-27T11:48:48.670929894Z checkpoints_dir: ./checkpoints +2019-09-27T11:48:48.670935108Z crop_size: 256 +2019-09-27T11:48:48.670940718Z dataroot: /testA [default: None] +2019-09-27T11:48:48.670946832Z dataset_mode: single +2019-09-27T11:48:48.67095225Z direction: AtoB +2019-09-27T11:48:48.670956928Z display_winsize: 256 +2019-09-27T11:48:48.670962028Z epoch: latest +2019-09-27T11:48:48.670967258Z eval: False +2019-09-27T11:48:48.670972851Z gpu_ids: 0 +2019-09-27T11:48:48.670978086Z init_gain: 0.02 +2019-09-27T11:48:48.670983264Z init_type: normal +2019-09-27T11:48:48.670988876Z input_nc: 3 +2019-09-27T11:48:48.670994292Z isTrain: False [default: None] +2019-09-27T11:48:48.670999576Z load_iter: 0 [default: 0] +2019-09-27T11:48:48.671005119Z load_size: 256 +2019-09-27T11:48:48.671010829Z max_dataset_size: inf +2019-09-27T11:48:48.671016301Z model: test +2019-09-27T11:48:48.671021706Z model_suffix: +2019-09-27T11:48:48.671026771Z n_layers_D: 3 +2019-09-27T11:48:48.671031159Z name: horse2zebra_pretrained [default: experiment_name] +2019-09-27T11:48:48.671039926Z ndf: 64 +2019-09-27T11:48:48.671044784Z netD: basic +2019-09-27T11:48:48.671049798Z netG: resnet_9blocks +2019-09-27T11:48:48.671055669Z ngf: 64 +2019-09-27T11:48:48.671061596Z no_dropout: True [default: False] +2019-09-27T11:48:48.671066861Z no_flip: False +2019-09-27T11:48:48.671072384Z norm: instance +2019-09-27T11:48:48.671093847Z ntest: inf +2019-09-27T11:48:48.671099986Z num_test: 50 +2019-09-27T11:48:48.671104909Z num_threads: 4 +2019-09-27T11:48:48.671111584Z output_nc: 3 +2019-09-27T11:48:48.671116797Z phase: test +2019-09-27T11:48:48.671122138Z preprocess: resize_and_crop +2019-09-27T11:48:48.671127131Z results_dir: ./results/ +2019-09-27T11:48:48.671132011Z serial_batches: False +2019-09-27T11:48:48.671136956Z suffix: +2019-09-27T11:48:48.671141446Z verbose: False +2019-09-27T11:48:48.671145883Z ----------------- End ------------------- +2019-09-27T11:48:48.711531403Z Traceback (most recent call last): +2019-09-27T11:48:48.711582406Z File "test.py", line 45, in +2019-09-27T11:48:48.711591556Z dataset = create_dataset(opt) # create a dataset given opt.dataset_mode and other options +2019-09-27T11:48:48.711596242Z File "/home/jovyan/work/data/__init__.py", line 57, in create_dataset +2019-09-27T11:48:48.711599644Z data_loader = CustomDatasetDataLoader(opt) +2019-09-27T11:48:48.711602732Z File "/home/jovyan/work/data/__init__.py", line 73, in __init__ +2019-09-27T11:48:48.711605962Z self.dataset = dataset_class(opt) +2019-09-27T11:48:48.711608881Z File "/home/jovyan/work/data/single_dataset.py", line 19, in __init__ +2019-09-27T11:48:48.711611737Z self.A_paths = sorted(make_dataset(opt.dataroot, opt.max_dataset_size)) +2019-09-27T11:48:48.711614529Z File "/home/jovyan/work/data/image_folder.py", line 25, in make_dataset +2019-09-27T11:48:48.711625552Z assert os.path.isdir(dir), '%s is not a valid directory' % dir +2019-09-27T11:48:48.711629658Z AssertionError: /testA is not a valid directory +2019-09-27T11:48:49.279546461Z SYSTEM: Finishing... diff --git a/job_logs/job-gpu-5d8df794a35aa426d8336a3f.log b/job_logs/job-gpu-5d8df794a35aa426d8336a3f.log new file mode 100644 index 0000000..1361779 --- /dev/null +++ b/job_logs/job-gpu-5d8df794a35aa426d8336a3f.log @@ -0,0 +1,7 @@ +2019-09-27T11:56:19.308132767Z SYSTEM: Preparing env... +2019-09-27T11:56:34.870612034Z SYSTEM: Running... +2019-09-27T11:56:36.70846034Z Traceback (most recent call last): +2019-09-27T11:56:36.708526237Z File "test.py", line 30, in +2019-09-27T11:56:36.708534393Z from options.test_options import TestOptions +2019-09-27T11:56:36.708539654Z ImportError: No module named 'options' +2019-09-27T11:56:37.030632022Z SYSTEM: Finishing... diff --git a/job_logs/job-gpu-5d8dfc46b9ecc4071254b4f9.log b/job_logs/job-gpu-5d8dfc46b9ecc4071254b4f9.log new file mode 100644 index 0000000..ea70c0b --- /dev/null +++ b/job_logs/job-gpu-5d8dfc46b9ecc4071254b4f9.log @@ -0,0 +1,61 @@ +2019-09-27T12:16:24.500992863Z SYSTEM: Preparing env... +2019-09-27T12:16:40.133139965Z SYSTEM: Running... +2019-09-27T12:16:42.665989537Z ----------------- Options --------------- +2019-09-27T12:16:42.666056152Z aspect_ratio: 1.0 +2019-09-27T12:16:42.666061718Z batch_size: 1 +2019-09-27T12:16:42.666065068Z checkpoints_dir: ./checkpoints +2019-09-27T12:16:42.666068134Z crop_size: 256 +2019-09-27T12:16:42.666071532Z dataroot: testA [default: None] +2019-09-27T12:16:42.666075522Z dataset_mode: single +2019-09-27T12:16:42.666078452Z direction: AtoB +2019-09-27T12:16:42.666081218Z display_winsize: 256 +2019-09-27T12:16:42.666083964Z epoch: latest +2019-09-27T12:16:42.666086811Z eval: False +2019-09-27T12:16:42.666089544Z gpu_ids: 0 +2019-09-27T12:16:42.666092265Z init_gain: 0.02 +2019-09-27T12:16:42.666095104Z init_type: normal +2019-09-27T12:16:42.666097838Z input_nc: 3 +2019-09-27T12:16:42.666100595Z isTrain: False [default: None] +2019-09-27T12:16:42.666103501Z load_iter: 0 [default: 0] +2019-09-27T12:16:42.66610648Z load_size: 256 +2019-09-27T12:16:42.66610933Z max_dataset_size: inf +2019-09-27T12:16:42.666112104Z model: test +2019-09-27T12:16:42.666114968Z model_suffix: +2019-09-27T12:16:42.666117865Z n_layers_D: 3 +2019-09-27T12:16:42.666120618Z name: horse2zebra_pretrained [default: experiment_name] +2019-09-27T12:16:42.666125435Z ndf: 64 +2019-09-27T12:16:42.666128191Z netD: basic +2019-09-27T12:16:42.666130899Z netG: resnet_9blocks +2019-09-27T12:16:42.66613366Z ngf: 64 +2019-09-27T12:16:42.666136439Z no_dropout: True [default: False] +2019-09-27T12:16:42.666139266Z no_flip: False +2019-09-27T12:16:42.666141986Z norm: instance +2019-09-27T12:16:42.66616149Z ntest: inf +2019-09-27T12:16:42.666165114Z num_test: 50 +2019-09-27T12:16:42.66616795Z num_threads: 4 +2019-09-27T12:16:42.666171684Z output_nc: 3 +2019-09-27T12:16:42.666174474Z phase: test +2019-09-27T12:16:42.666177258Z preprocess: resize_and_crop +2019-09-27T12:16:42.666180049Z results_dir: ./results/ +2019-09-27T12:16:42.666182799Z serial_batches: False +2019-09-27T12:16:42.666185502Z suffix: +2019-09-27T12:16:42.666188261Z verbose: False +2019-09-27T12:16:42.666191036Z ----------------- End ------------------- +2019-09-27T12:16:42.708123086Z dataset [SingleDataset] was created +2019-09-27T12:16:48.842788305Z initialize network with normal +2019-09-27T12:16:48.847337466Z model [TestModel] was created +2019-09-27T12:16:48.847384872Z loading the model from ./checkpoints/horse2zebra_pretrained/latest_net_G.pth +2019-09-27T12:16:48.885973529Z ---------- Networks initialized ------------- +2019-09-27T12:16:48.886013591Z [Network G] Total number of parameters : 11.378 M +2019-09-27T12:16:48.886017724Z ----------------------------------------------- +2019-09-27T12:16:49.186482057Z processing (0000)-th image... ['testA/n02381460_1000.jpg'] +2019-09-27T12:16:49.510459912Z processing (0005)-th image... ['testA/n02381460_1110.jpg'] +2019-09-27T12:16:49.833504913Z processing (0010)-th image... ['testA/n02381460_1260.jpg'] +2019-09-27T12:16:50.152477324Z processing (0015)-th image... ['testA/n02381460_1420.jpg'] +2019-09-27T12:16:50.447507266Z processing (0020)-th image... ['testA/n02381460_1690.jpg'] +2019-09-27T12:16:50.761435237Z processing (0025)-th image... ['testA/n02381460_1830.jpg'] +2019-09-27T12:16:51.070599059Z processing (0030)-th image... ['testA/n02381460_2050.jpg'] +2019-09-27T12:16:51.373487636Z processing (0035)-th image... ['testA/n02381460_2460.jpg'] +2019-09-27T12:16:51.693437657Z processing (0040)-th image... ['testA/n02381460_2870.jpg'] +2019-09-27T12:16:52.031885605Z processing (0045)-th image... ['testA/n02381460_3040.jpg'] +2019-09-27T12:16:53.239424148Z SYSTEM: Finishing... diff --git a/models/.ipynb_checkpoints/cycle_gan_model-checkpoint.py b/models/.ipynb_checkpoints/cycle_gan_model-checkpoint.py new file mode 100644 index 0000000..15bb72d --- /dev/null +++ b/models/.ipynb_checkpoints/cycle_gan_model-checkpoint.py @@ -0,0 +1,194 @@ +import torch +import itertools +from util.image_pool import ImagePool +from .base_model import BaseModel +from . import networks + + +class CycleGANModel(BaseModel): + """ + This class implements the CycleGAN model, for learning image-to-image translation without paired data. + + The model training requires '--dataset_mode unaligned' dataset. + By default, it uses a '--netG resnet_9blocks' ResNet generator, + a '--netD basic' discriminator (PatchGAN introduced by pix2pix), + and a least-square GANs objective ('--gan_mode lsgan'). + + CycleGAN paper: https://arxiv.org/pdf/1703.10593.pdf + """ + @staticmethod + def modify_commandline_options(parser, is_train=True): + """Add new dataset-specific options, and rewrite default values for existing options. + + Parameters: + parser -- original option parser + is_train (bool) -- whether training phase or test phase. You can use this flag to add training-specific or test-specific options. + + Returns: + the modified parser. + + For CycleGAN, in addition to GAN losses, we introduce lambda_A, lambda_B, and lambda_identity for the following losses. + A (source domain), B (target domain). + Generators: G_A: A -> B; G_B: B -> A. + Discriminators: D_A: G_A(A) vs. B; D_B: G_B(B) vs. A. + Forward cycle loss: lambda_A * ||G_B(G_A(A)) - A|| (Eqn. (2) in the paper) + Backward cycle loss: lambda_B * ||G_A(G_B(B)) - B|| (Eqn. (2) in the paper) + Identity loss (optional): lambda_identity * (||G_A(B) - B|| * lambda_B + ||G_B(A) - A|| * lambda_A) (Sec 5.2 "Photo generation from paintings" in the paper) + Dropout is not used in the original CycleGAN paper. + """ + parser.set_defaults(no_dropout=True) # default CycleGAN did not use dropout + if is_train: + parser.add_argument('--lambda_A', type=float, default=10.0, help='weight for cycle loss (A -> B -> A)') + parser.add_argument('--lambda_B', type=float, default=10.0, help='weight for cycle loss (B -> A -> B)') + parser.add_argument('--lambda_identity', type=float, default=0.5, help='use identity mapping. Setting lambda_identity other than 0 has an effect of scaling the weight of the identity mapping loss. For example, if the weight of the identity loss should be 10 times smaller than the weight of the reconstruction loss, please set lambda_identity = 0.1') + + return parser + + def __init__(self, opt): + """Initialize the CycleGAN class. + + Parameters: + opt (Option class)-- stores all the experiment flags; needs to be a subclass of BaseOptions + """ + BaseModel.__init__(self, opt) + # specify the training losses you want to print out. The training/test scripts will call + self.loss_names = ['D_A', 'G_A', 'cycle_A', 'idt_A', 'D_B', 'G_B', 'cycle_B', 'idt_B'] + # specify the images you want to save/display. The training/test scripts will call + visual_names_A = ['real_A', 'fake_B', 'rec_A'] + visual_names_B = ['real_B', 'fake_A', 'rec_B'] + if self.isTrain and self.opt.lambda_identity > 0.0: # if identity loss is used, we also visualize idt_B=G_A(B) ad idt_A=G_A(B) + visual_names_A.append('idt_B') + visual_names_B.append('idt_A') + + self.visual_names = visual_names_A + visual_names_B # combine visualizations for A and B + # specify the models you want to save to the disk. The training/test scripts will call and . + if self.isTrain: + self.model_names = ['G_A', 'G_B', 'D_A', 'D_B'] + else: # during test time, only load Gs + self.model_names = ['G_A', 'G_B'] + + # define networks (both Generators and discriminators) + # The naming is different from those used in the paper. + # Code (vs. paper): G_A (G), G_B (F), D_A (D_Y), D_B (D_X) + self.netG_A = networks.define_G(opt.input_nc, opt.output_nc, opt.ngf, opt.netG, opt.norm, + not opt.no_dropout, opt.init_type, opt.init_gain, self.gpu_ids) + self.netG_B = networks.define_G(opt.output_nc, opt.input_nc, opt.ngf, opt.netG, opt.norm, + not opt.no_dropout, opt.init_type, opt.init_gain, self.gpu_ids) + + if self.isTrain: # define discriminators + self.netD_A = networks.define_D(opt.output_nc, opt.ndf, opt.netD, + opt.n_layers_D, opt.norm, opt.init_type, opt.init_gain, self.gpu_ids) + self.netD_B = networks.define_D(opt.input_nc, opt.ndf, opt.netD, + opt.n_layers_D, opt.norm, opt.init_type, opt.init_gain, self.gpu_ids) + + if self.isTrain: + if opt.lambda_identity > 0.0: # only works when input and output images have the same number of channels + assert(opt.input_nc == opt.output_nc) + self.fake_A_pool = ImagePool(opt.pool_size) # create image buffer to store previously generated images + self.fake_B_pool = ImagePool(opt.pool_size) # create image buffer to store previously generated images + # define loss functions + self.criterionGAN = networks.GANLoss(opt.gan_mode).to(self.device) # define GAN loss. + self.criterionCycle = torch.nn.L1Loss() + self.criterionIdt = torch.nn.L1Loss() + # initialize optimizers; schedulers will be automatically created by function . + self.optimizer_G = torch.optim.Adam(itertools.chain(self.netG_A.parameters(), self.netG_B.parameters()), lr=opt.lr, betas=(opt.beta1, 0.999)) + self.optimizer_D = torch.optim.Adam(itertools.chain(self.netD_A.parameters(), self.netD_B.parameters()), lr=opt.lr, betas=(opt.beta1, 0.999)) + self.optimizers.append(self.optimizer_G) + self.optimizers.append(self.optimizer_D) + + def set_input(self, input): + """Unpack input data from the dataloader and perform necessary pre-processing steps. + + Parameters: + input (dict): include the data itself and its metadata information. + + The option 'direction' can be used to swap domain A and domain B. + """ + AtoB = self.opt.direction == 'AtoB' + self.real_A = input['A' if AtoB else 'B'].to(self.device) + self.real_B = input['B' if AtoB else 'A'].to(self.device) + self.image_paths = input['A_paths' if AtoB else 'B_paths'] + + def forward(self): + """Run forward pass; called by both functions and .""" + self.fake_B = self.netG_A(self.real_A) # G_A(A) + self.rec_A = self.netG_B(self.fake_B) # G_B(G_A(A)) + self.fake_A = self.netG_B(self.real_B) # G_B(B) + self.rec_B = self.netG_A(self.fake_A) # G_A(G_B(B)) + + def backward_D_basic(self, netD, real, fake): + """Calculate GAN loss for the discriminator + + Parameters: + netD (network) -- the discriminator D + real (tensor array) -- real images + fake (tensor array) -- images generated by a generator + + Return the discriminator loss. + We also call loss_D.backward() to calculate the gradients. + """ + # Real + pred_real = netD(real) + loss_D_real = self.criterionGAN(pred_real, True) + # Fake + pred_fake = netD(fake.detach()) + loss_D_fake = self.criterionGAN(pred_fake, False) + # Combined loss and calculate gradients + loss_D = (loss_D_real + loss_D_fake) * 0.5 + loss_D.backward() + return loss_D + + def backward_D_A(self): + """Calculate GAN loss for discriminator D_A""" + fake_B = self.fake_B_pool.query(self.fake_B) + self.loss_D_A = self.backward_D_basic(self.netD_A, self.real_B, fake_B) + + def backward_D_B(self): + """Calculate GAN loss for discriminator D_B""" + fake_A = self.fake_A_pool.query(self.fake_A) + self.loss_D_B = self.backward_D_basic(self.netD_B, self.real_A, fake_A) + + def backward_G(self): + """Calculate the loss for generators G_A and G_B""" + lambda_idt = self.opt.lambda_identity + lambda_A = self.opt.lambda_A + lambda_B = self.opt.lambda_B + # Identity loss + if lambda_idt > 0: + # G_A should be identity if real_B is fed: ||G_A(B) - B|| + self.idt_A = self.netG_A(self.real_B) + self.loss_idt_A = self.criterionIdt(self.idt_A, self.real_B) * lambda_B * lambda_idt + # G_B should be identity if real_A is fed: ||G_B(A) - A|| + self.idt_B = self.netG_B(self.real_A) + self.loss_idt_B = self.criterionIdt(self.idt_B, self.real_A) * lambda_A * lambda_idt + else: + self.loss_idt_A = 0 + self.loss_idt_B = 0 + + # GAN loss D_A(G_A(A)) + self.loss_G_A = self.criterionGAN(self.netD_A(self.fake_B), True) + # GAN loss D_B(G_B(B)) + self.loss_G_B = self.criterionGAN(self.netD_B(self.fake_A), True) + # Forward cycle loss || G_B(G_A(A)) - A|| + self.loss_cycle_A = self.criterionCycle(self.rec_A, self.real_A) * lambda_A + # Backward cycle loss || G_A(G_B(B)) - B|| + self.loss_cycle_B = self.criterionCycle(self.rec_B, self.real_B) * lambda_B + # combined loss and calculate gradients + self.loss_G = self.loss_G_A + self.loss_G_B + self.loss_cycle_A + self.loss_cycle_B + self.loss_idt_A + self.loss_idt_B + self.loss_G.backward() + + def optimize_parameters(self): + """Calculate losses, gradients, and update network weights; called in every training iteration""" + # forward + self.forward() # compute fake images and reconstruction images. + # G_A and G_B + self.set_requires_grad([self.netD_A, self.netD_B], False) # Ds require no gradients when optimizing Gs + self.optimizer_G.zero_grad() # set G_A and G_B's gradients to zero + self.backward_G() # calculate gradients for G_A and G_B + self.optimizer_G.step() # update G_A and G_B's weights + # D_A and D_B + self.set_requires_grad([self.netD_A, self.netD_B], True) + self.optimizer_D.zero_grad() # set D_A and D_B's gradients to zero + self.backward_D_A() # calculate gradients for D_A + self.backward_D_B() # calculate graidents for D_B + self.optimizer_D.step() # update D_A and D_B's weights diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1000_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1000_fake.png new file mode 100644 index 0000000..42f2c46 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1000_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1000_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1000_real.png new file mode 100644 index 0000000..029d996 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1000_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1010_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1010_fake.png new file mode 100644 index 0000000..bdb5e15 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1010_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1010_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1010_real.png new file mode 100644 index 0000000..506d62a Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1010_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1030_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1030_fake.png new file mode 100644 index 0000000..6083405 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1030_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1030_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1030_real.png new file mode 100644 index 0000000..f0b2f41 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1030_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1090_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1090_fake.png new file mode 100644 index 0000000..362ac8b Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1090_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1090_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1090_real.png new file mode 100644 index 0000000..5e1bc32 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1090_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1100_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1100_fake.png new file mode 100644 index 0000000..00db9c3 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1100_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1100_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1100_real.png new file mode 100644 index 0000000..c4a1bf6 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1100_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1110_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1110_fake.png new file mode 100644 index 0000000..429ea15 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1110_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1110_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1110_real.png new file mode 100644 index 0000000..fce7f21 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1110_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1120_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1120_fake.png new file mode 100644 index 0000000..829586a Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1120_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1120_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1120_real.png new file mode 100644 index 0000000..66c2d40 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1120_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1160_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1160_fake.png new file mode 100644 index 0000000..cf84bb7 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1160_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1160_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1160_real.png new file mode 100644 index 0000000..5203349 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1160_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_120_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_120_fake.png new file mode 100644 index 0000000..99df3c3 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_120_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_120_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_120_real.png new file mode 100644 index 0000000..36a19ae Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_120_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1210_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1210_fake.png new file mode 100644 index 0000000..a733b37 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1210_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1210_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1210_real.png new file mode 100644 index 0000000..39d3d4e Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1210_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1260_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1260_fake.png new file mode 100644 index 0000000..92bc53a Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1260_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1260_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1260_real.png new file mode 100644 index 0000000..c8ce9ee Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1260_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1300_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1300_fake.png new file mode 100644 index 0000000..6fa4557 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1300_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1300_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1300_real.png new file mode 100644 index 0000000..51ff62f Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1300_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1350_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1350_fake.png new file mode 100644 index 0000000..29b9d9b Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1350_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1350_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1350_real.png new file mode 100644 index 0000000..bb83240 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1350_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1360_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1360_fake.png new file mode 100644 index 0000000..b512712 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1360_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1360_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1360_real.png new file mode 100644 index 0000000..07500ac Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1360_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_140_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_140_fake.png new file mode 100644 index 0000000..bfaafe9 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_140_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_140_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_140_real.png new file mode 100644 index 0000000..ceeb4fd Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_140_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1420_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1420_fake.png new file mode 100644 index 0000000..d8863a6 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1420_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1420_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1420_real.png new file mode 100644 index 0000000..0a513bc Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1420_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1540_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1540_fake.png new file mode 100644 index 0000000..b29f6a6 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1540_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1540_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1540_real.png new file mode 100644 index 0000000..8e1255d Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1540_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1620_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1620_fake.png new file mode 100644 index 0000000..44c1cd2 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1620_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1620_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1620_real.png new file mode 100644 index 0000000..b3e835e Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1620_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1630_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1630_fake.png new file mode 100644 index 0000000..e028248 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1630_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1630_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1630_real.png new file mode 100644 index 0000000..739596e Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1630_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1660_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1660_fake.png new file mode 100644 index 0000000..3c3b96a Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1660_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1660_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1660_real.png new file mode 100644 index 0000000..8bc7dfe Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1660_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1690_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1690_fake.png new file mode 100644 index 0000000..57d9b35 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1690_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1690_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1690_real.png new file mode 100644 index 0000000..0d18251 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1690_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1740_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1740_fake.png new file mode 100644 index 0000000..935dc25 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1740_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1740_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1740_real.png new file mode 100644 index 0000000..dbede62 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1740_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1750_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1750_fake.png new file mode 100644 index 0000000..d4d8979 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1750_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1750_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1750_real.png new file mode 100644 index 0000000..af44fec Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1750_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_180_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_180_fake.png new file mode 100644 index 0000000..9d7e8cc Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_180_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_180_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_180_real.png new file mode 100644 index 0000000..4592748 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_180_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1820_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1820_fake.png new file mode 100644 index 0000000..01c04b4 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1820_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1820_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1820_real.png new file mode 100644 index 0000000..a175d50 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1820_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1830_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1830_fake.png new file mode 100644 index 0000000..afbe1eb Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1830_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1830_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1830_real.png new file mode 100644 index 0000000..bd07b72 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1830_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1870_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1870_fake.png new file mode 100644 index 0000000..f772859 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1870_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1870_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1870_real.png new file mode 100644 index 0000000..1ad8838 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1870_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1920_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1920_fake.png new file mode 100644 index 0000000..7f41ff2 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1920_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_1920_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_1920_real.png new file mode 100644 index 0000000..0652d71 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_1920_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_200_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_200_fake.png new file mode 100644 index 0000000..fe9bc0c Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_200_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_200_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_200_real.png new file mode 100644 index 0000000..5c85ae6 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_200_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2050_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2050_fake.png new file mode 100644 index 0000000..f9a78a1 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2050_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2050_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2050_real.png new file mode 100644 index 0000000..0d8bbc8 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2050_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_20_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_20_fake.png new file mode 100644 index 0000000..023c692 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_20_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_20_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_20_real.png new file mode 100644 index 0000000..1fbd2f3 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_20_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2100_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2100_fake.png new file mode 100644 index 0000000..1700273 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2100_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2100_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2100_real.png new file mode 100644 index 0000000..ec1ffe0 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2100_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2120_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2120_fake.png new file mode 100644 index 0000000..b5d99fe Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2120_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2120_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2120_real.png new file mode 100644 index 0000000..5af365f Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2120_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2150_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2150_fake.png new file mode 100644 index 0000000..4a677e3 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2150_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2150_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2150_real.png new file mode 100644 index 0000000..16d7bbb Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2150_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2280_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2280_fake.png new file mode 100644 index 0000000..e94ff84 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2280_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2280_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2280_real.png new file mode 100644 index 0000000..cffc188 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2280_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2460_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2460_fake.png new file mode 100644 index 0000000..208ae56 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2460_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2460_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2460_real.png new file mode 100644 index 0000000..efc7b18 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2460_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2540_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2540_fake.png new file mode 100644 index 0000000..d67900f Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2540_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2540_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2540_real.png new file mode 100644 index 0000000..9cbce3b Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2540_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2580_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2580_fake.png new file mode 100644 index 0000000..7b34544 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2580_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2580_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2580_real.png new file mode 100644 index 0000000..9866a46 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2580_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2650_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2650_fake.png new file mode 100644 index 0000000..5e8441b Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2650_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2650_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2650_real.png new file mode 100644 index 0000000..29f3295 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2650_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2710_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2710_fake.png new file mode 100644 index 0000000..229bdeb Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2710_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2710_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2710_real.png new file mode 100644 index 0000000..0fc6099 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2710_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2870_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2870_fake.png new file mode 100644 index 0000000..7f76f1b Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2870_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2870_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2870_real.png new file mode 100644 index 0000000..c1113bc Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2870_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2890_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2890_fake.png new file mode 100644 index 0000000..a20a4c5 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2890_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2890_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2890_real.png new file mode 100644 index 0000000..6f64dcc Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2890_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2940_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2940_fake.png new file mode 100644 index 0000000..aed14a6 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2940_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2940_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2940_real.png new file mode 100644 index 0000000..0de68ae Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2940_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2950_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2950_fake.png new file mode 100644 index 0000000..e6f9632 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2950_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_2950_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_2950_real.png new file mode 100644 index 0000000..d8d1473 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_2950_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_3010_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_3010_fake.png new file mode 100644 index 0000000..a30c328 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_3010_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_3010_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_3010_real.png new file mode 100644 index 0000000..85f5484 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_3010_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_3040_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_3040_fake.png new file mode 100644 index 0000000..5f6a360 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_3040_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_3040_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_3040_real.png new file mode 100644 index 0000000..95637c1 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_3040_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_3110_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_3110_fake.png new file mode 100644 index 0000000..b5ffef6 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_3110_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_3110_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_3110_real.png new file mode 100644 index 0000000..7395084 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_3110_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_3120_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_3120_fake.png new file mode 100644 index 0000000..cded83f Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_3120_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_3120_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_3120_real.png new file mode 100644 index 0000000..1589d11 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_3120_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_3240_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_3240_fake.png new file mode 100644 index 0000000..866355e Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_3240_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_3240_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_3240_real.png new file mode 100644 index 0000000..d76c316 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_3240_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_3330_fake.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_3330_fake.png new file mode 100644 index 0000000..9c40509 Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_3330_fake.png differ diff --git a/results/horse2zebra_pretrained/test_latest/images/n02381460_3330_real.png b/results/horse2zebra_pretrained/test_latest/images/n02381460_3330_real.png new file mode 100644 index 0000000..8fa16ed Binary files /dev/null and b/results/horse2zebra_pretrained/test_latest/images/n02381460_3330_real.png differ diff --git a/results/horse2zebra_pretrained/test_latest/index.html b/results/horse2zebra_pretrained/test_latest/index.html new file mode 100644 index 0000000..83e2ce0 --- /dev/null +++ b/results/horse2zebra_pretrained/test_latest/index.html @@ -0,0 +1,1058 @@ + + + + Experiment = horse2zebra_pretrained, Phase = test, Epoch = latest + + +

n02381460_1000

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1010

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1030

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1090

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1100

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1110

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1120

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1160

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_120

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1210

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1260

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1300

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1350

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1360

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_140

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1420

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1540

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1620

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1630

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1660

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1690

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1740

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1750

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_180

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1820

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1830

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1870

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_1920

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_20

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_200

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_2050

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_2100

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_2120

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_2150

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_2280

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_2460

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_2540

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_2580

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_2650

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_2710

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_2870

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_2890

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_2940

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_2950

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_3010

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_3040

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_3110

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_3120

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_3240

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+

n02381460_3330

+ + + + + +
+

+ + +
+

real

+

+
+

+ + +
+

fake

+

+
+ + \ No newline at end of file diff --git a/testA/.ipynb_checkpoints/n02381460_1000-checkpoint.jpg b/testA/.ipynb_checkpoints/n02381460_1000-checkpoint.jpg new file mode 100644 index 0000000..87246b3 Binary files /dev/null and b/testA/.ipynb_checkpoints/n02381460_1000-checkpoint.jpg differ diff --git a/testA/.ipynb_checkpoints/n02381460_1010-checkpoint.jpg b/testA/.ipynb_checkpoints/n02381460_1010-checkpoint.jpg new file mode 100644 index 0000000..246d056 Binary files /dev/null and b/testA/.ipynb_checkpoints/n02381460_1010-checkpoint.jpg differ diff --git a/testA/.ipynb_checkpoints/n02381460_1030-checkpoint.jpg b/testA/.ipynb_checkpoints/n02381460_1030-checkpoint.jpg new file mode 100644 index 0000000..e7751f5 Binary files /dev/null and b/testA/.ipynb_checkpoints/n02381460_1030-checkpoint.jpg differ diff --git a/testA/.ipynb_checkpoints/n02381460_1090-checkpoint.jpg b/testA/.ipynb_checkpoints/n02381460_1090-checkpoint.jpg new file mode 100644 index 0000000..93cf96b Binary files /dev/null and b/testA/.ipynb_checkpoints/n02381460_1090-checkpoint.jpg differ diff --git a/testA/n02381460_1000.jpg b/testA/n02381460_1000.jpg new file mode 100644 index 0000000..87246b3 Binary files /dev/null and b/testA/n02381460_1000.jpg differ diff --git a/testA/n02381460_1010.jpg b/testA/n02381460_1010.jpg new file mode 100644 index 0000000..246d056 Binary files /dev/null and b/testA/n02381460_1010.jpg differ diff --git a/testA/n02381460_1030.jpg b/testA/n02381460_1030.jpg new file mode 100644 index 0000000..e7751f5 Binary files /dev/null and b/testA/n02381460_1030.jpg differ diff --git a/testA/n02381460_1090.jpg b/testA/n02381460_1090.jpg new file mode 100644 index 0000000..93cf96b Binary files /dev/null and b/testA/n02381460_1090.jpg differ diff --git a/testA/n02381460_1100.jpg b/testA/n02381460_1100.jpg new file mode 100644 index 0000000..3b5c074 Binary files /dev/null and b/testA/n02381460_1100.jpg differ diff --git a/testA/n02381460_1110.jpg b/testA/n02381460_1110.jpg new file mode 100644 index 0000000..0a6d39d Binary files /dev/null and b/testA/n02381460_1110.jpg differ diff --git a/testA/n02381460_1120.jpg b/testA/n02381460_1120.jpg new file mode 100644 index 0000000..2182a05 Binary files /dev/null and b/testA/n02381460_1120.jpg differ diff --git a/testA/n02381460_1160.jpg b/testA/n02381460_1160.jpg new file mode 100644 index 0000000..085400c Binary files /dev/null and b/testA/n02381460_1160.jpg differ diff --git a/testA/n02381460_120.jpg b/testA/n02381460_120.jpg new file mode 100644 index 0000000..380c4cb Binary files /dev/null and b/testA/n02381460_120.jpg differ diff --git a/testA/n02381460_1210.jpg b/testA/n02381460_1210.jpg new file mode 100644 index 0000000..63e4f58 Binary files /dev/null and b/testA/n02381460_1210.jpg differ diff --git a/testA/n02381460_1260.jpg b/testA/n02381460_1260.jpg new file mode 100644 index 0000000..9dc064d Binary files /dev/null and b/testA/n02381460_1260.jpg differ diff --git a/testA/n02381460_1300.jpg b/testA/n02381460_1300.jpg new file mode 100644 index 0000000..2f8d8db Binary files /dev/null and b/testA/n02381460_1300.jpg differ diff --git a/testA/n02381460_1350.jpg b/testA/n02381460_1350.jpg new file mode 100644 index 0000000..d56c6c7 Binary files /dev/null and b/testA/n02381460_1350.jpg differ diff --git a/testA/n02381460_1360.jpg b/testA/n02381460_1360.jpg new file mode 100644 index 0000000..8bc4d5c Binary files /dev/null and b/testA/n02381460_1360.jpg differ diff --git a/testA/n02381460_140.jpg b/testA/n02381460_140.jpg new file mode 100644 index 0000000..ae7afea Binary files /dev/null and b/testA/n02381460_140.jpg differ diff --git a/testA/n02381460_1420.jpg b/testA/n02381460_1420.jpg new file mode 100644 index 0000000..0262971 Binary files /dev/null and b/testA/n02381460_1420.jpg differ diff --git a/testA/n02381460_1540.jpg b/testA/n02381460_1540.jpg new file mode 100644 index 0000000..6ea3a92 Binary files /dev/null and b/testA/n02381460_1540.jpg differ diff --git a/testA/n02381460_1620.jpg b/testA/n02381460_1620.jpg new file mode 100644 index 0000000..357bca9 Binary files /dev/null and b/testA/n02381460_1620.jpg differ diff --git a/testA/n02381460_1630.jpg b/testA/n02381460_1630.jpg new file mode 100644 index 0000000..34a685a Binary files /dev/null and b/testA/n02381460_1630.jpg differ diff --git a/testA/n02381460_1660.jpg b/testA/n02381460_1660.jpg new file mode 100644 index 0000000..363ef0b Binary files /dev/null and b/testA/n02381460_1660.jpg differ diff --git a/testA/n02381460_1690.jpg b/testA/n02381460_1690.jpg new file mode 100644 index 0000000..745f3db Binary files /dev/null and b/testA/n02381460_1690.jpg differ diff --git a/testA/n02381460_1740.jpg b/testA/n02381460_1740.jpg new file mode 100644 index 0000000..d9046c3 Binary files /dev/null and b/testA/n02381460_1740.jpg differ diff --git a/testA/n02381460_1750.jpg b/testA/n02381460_1750.jpg new file mode 100644 index 0000000..e489295 Binary files /dev/null and b/testA/n02381460_1750.jpg differ diff --git a/testA/n02381460_180.jpg b/testA/n02381460_180.jpg new file mode 100644 index 0000000..80525f8 Binary files /dev/null and b/testA/n02381460_180.jpg differ diff --git a/testA/n02381460_1820.jpg b/testA/n02381460_1820.jpg new file mode 100644 index 0000000..7dac8f9 Binary files /dev/null and b/testA/n02381460_1820.jpg differ diff --git a/testA/n02381460_1830.jpg b/testA/n02381460_1830.jpg new file mode 100644 index 0000000..b8cd7ed Binary files /dev/null and b/testA/n02381460_1830.jpg differ diff --git a/testA/n02381460_1870.jpg b/testA/n02381460_1870.jpg new file mode 100644 index 0000000..1c988eb Binary files /dev/null and b/testA/n02381460_1870.jpg differ diff --git a/testA/n02381460_1920.jpg b/testA/n02381460_1920.jpg new file mode 100644 index 0000000..8c8c9e6 Binary files /dev/null and b/testA/n02381460_1920.jpg differ diff --git a/testA/n02381460_20.jpg b/testA/n02381460_20.jpg new file mode 100644 index 0000000..89c8a06 Binary files /dev/null and b/testA/n02381460_20.jpg differ diff --git a/testA/n02381460_200.jpg b/testA/n02381460_200.jpg new file mode 100644 index 0000000..25a35b1 Binary files /dev/null and b/testA/n02381460_200.jpg differ diff --git a/testA/n02381460_2050.jpg b/testA/n02381460_2050.jpg new file mode 100644 index 0000000..9b64ddc Binary files /dev/null and b/testA/n02381460_2050.jpg differ diff --git a/testA/n02381460_2100.jpg b/testA/n02381460_2100.jpg new file mode 100644 index 0000000..4ce9064 Binary files /dev/null and b/testA/n02381460_2100.jpg differ diff --git a/testA/n02381460_2120.jpg b/testA/n02381460_2120.jpg new file mode 100644 index 0000000..b2ad77a Binary files /dev/null and b/testA/n02381460_2120.jpg differ diff --git a/testA/n02381460_2150.jpg b/testA/n02381460_2150.jpg new file mode 100644 index 0000000..78ec861 Binary files /dev/null and b/testA/n02381460_2150.jpg differ diff --git a/testA/n02381460_2280.jpg b/testA/n02381460_2280.jpg new file mode 100644 index 0000000..96a2702 Binary files /dev/null and b/testA/n02381460_2280.jpg differ diff --git a/testA/n02381460_2460.jpg b/testA/n02381460_2460.jpg new file mode 100644 index 0000000..b3021df Binary files /dev/null and b/testA/n02381460_2460.jpg differ diff --git a/testA/n02381460_2540.jpg b/testA/n02381460_2540.jpg new file mode 100644 index 0000000..af46e4d Binary files /dev/null and b/testA/n02381460_2540.jpg differ diff --git a/testA/n02381460_2580.jpg b/testA/n02381460_2580.jpg new file mode 100644 index 0000000..6f29e35 Binary files /dev/null and b/testA/n02381460_2580.jpg differ diff --git a/testA/n02381460_2650.jpg b/testA/n02381460_2650.jpg new file mode 100644 index 0000000..867e616 Binary files /dev/null and b/testA/n02381460_2650.jpg differ diff --git a/testA/n02381460_2710.jpg b/testA/n02381460_2710.jpg new file mode 100644 index 0000000..4e81cb5 Binary files /dev/null and b/testA/n02381460_2710.jpg differ diff --git a/testA/n02381460_2870.jpg b/testA/n02381460_2870.jpg new file mode 100644 index 0000000..c4e9b49 Binary files /dev/null and b/testA/n02381460_2870.jpg differ diff --git a/testA/n02381460_2890.jpg b/testA/n02381460_2890.jpg new file mode 100644 index 0000000..f579dd9 Binary files /dev/null and b/testA/n02381460_2890.jpg differ diff --git a/testA/n02381460_2940.jpg b/testA/n02381460_2940.jpg new file mode 100644 index 0000000..8d96e8c Binary files /dev/null and b/testA/n02381460_2940.jpg differ diff --git a/testA/n02381460_2950.jpg b/testA/n02381460_2950.jpg new file mode 100644 index 0000000..03f961f Binary files /dev/null and b/testA/n02381460_2950.jpg differ diff --git a/testA/n02381460_3010.jpg b/testA/n02381460_3010.jpg new file mode 100644 index 0000000..c9c45e6 Binary files /dev/null and b/testA/n02381460_3010.jpg differ diff --git a/testA/n02381460_3040.jpg b/testA/n02381460_3040.jpg new file mode 100644 index 0000000..d214d1a Binary files /dev/null and b/testA/n02381460_3040.jpg differ diff --git a/testA/n02381460_3110.jpg b/testA/n02381460_3110.jpg new file mode 100644 index 0000000..c41857e Binary files /dev/null and b/testA/n02381460_3110.jpg differ diff --git a/testA/n02381460_3120.jpg b/testA/n02381460_3120.jpg new file mode 100644 index 0000000..6130c3f Binary files /dev/null and b/testA/n02381460_3120.jpg differ diff --git a/testA/n02381460_3240.jpg b/testA/n02381460_3240.jpg new file mode 100644 index 0000000..fda9efc Binary files /dev/null and b/testA/n02381460_3240.jpg differ diff --git a/testA/n02381460_3330.jpg b/testA/n02381460_3330.jpg new file mode 100644 index 0000000..a4214b8 Binary files /dev/null and b/testA/n02381460_3330.jpg differ diff --git a/testA/n02381460_360.jpg b/testA/n02381460_360.jpg new file mode 100644 index 0000000..b1a4ba2 Binary files /dev/null and b/testA/n02381460_360.jpg differ diff --git a/testA/n02381460_3660.jpg b/testA/n02381460_3660.jpg new file mode 100644 index 0000000..0736688 Binary files /dev/null and b/testA/n02381460_3660.jpg differ diff --git a/testA/n02381460_3910.jpg b/testA/n02381460_3910.jpg new file mode 100644 index 0000000..004c6ce Binary files /dev/null and b/testA/n02381460_3910.jpg differ diff --git a/testA/n02381460_40.jpg b/testA/n02381460_40.jpg new file mode 100644 index 0000000..fc2f26f Binary files /dev/null and b/testA/n02381460_40.jpg differ diff --git a/testA/n02381460_4010.jpg b/testA/n02381460_4010.jpg new file mode 100644 index 0000000..d36e670 Binary files /dev/null and b/testA/n02381460_4010.jpg differ diff --git a/testA/n02381460_4110.jpg b/testA/n02381460_4110.jpg new file mode 100644 index 0000000..112795c Binary files /dev/null and b/testA/n02381460_4110.jpg differ diff --git a/testA/n02381460_4120.jpg b/testA/n02381460_4120.jpg new file mode 100644 index 0000000..1221f15 Binary files /dev/null and b/testA/n02381460_4120.jpg differ diff --git a/testA/n02381460_4160.jpg b/testA/n02381460_4160.jpg new file mode 100644 index 0000000..683fba7 Binary files /dev/null and b/testA/n02381460_4160.jpg differ diff --git a/testA/n02381460_4240.jpg b/testA/n02381460_4240.jpg new file mode 100644 index 0000000..2db2f9e Binary files /dev/null and b/testA/n02381460_4240.jpg differ diff --git a/testA/n02381460_4260.jpg b/testA/n02381460_4260.jpg new file mode 100644 index 0000000..ee2b52c Binary files /dev/null and b/testA/n02381460_4260.jpg differ diff --git a/testA/n02381460_4310.jpg b/testA/n02381460_4310.jpg new file mode 100644 index 0000000..7754a7f Binary files /dev/null and b/testA/n02381460_4310.jpg differ diff --git a/testA/n02381460_4370.jpg b/testA/n02381460_4370.jpg new file mode 100644 index 0000000..0d51c86 Binary files /dev/null and b/testA/n02381460_4370.jpg differ diff --git a/testA/n02381460_440.jpg b/testA/n02381460_440.jpg new file mode 100644 index 0000000..0faff79 Binary files /dev/null and b/testA/n02381460_440.jpg differ diff --git a/testA/n02381460_4410.jpg b/testA/n02381460_4410.jpg new file mode 100644 index 0000000..2b5c1c5 Binary files /dev/null and b/testA/n02381460_4410.jpg differ diff --git a/testA/n02381460_4420.jpg b/testA/n02381460_4420.jpg new file mode 100644 index 0000000..0aa830f Binary files /dev/null and b/testA/n02381460_4420.jpg differ diff --git a/testA/n02381460_4430.jpg b/testA/n02381460_4430.jpg new file mode 100644 index 0000000..354e455 Binary files /dev/null and b/testA/n02381460_4430.jpg differ diff --git a/testA/n02381460_4450.jpg b/testA/n02381460_4450.jpg new file mode 100644 index 0000000..1948271 Binary files /dev/null and b/testA/n02381460_4450.jpg differ diff --git a/testA/n02381460_4470.jpg b/testA/n02381460_4470.jpg new file mode 100644 index 0000000..b50528c Binary files /dev/null and b/testA/n02381460_4470.jpg differ diff --git a/testA/n02381460_4530.jpg b/testA/n02381460_4530.jpg new file mode 100644 index 0000000..c8acedd Binary files /dev/null and b/testA/n02381460_4530.jpg differ diff --git a/testA/n02381460_4550.jpg b/testA/n02381460_4550.jpg new file mode 100644 index 0000000..03eac99 Binary files /dev/null and b/testA/n02381460_4550.jpg differ diff --git a/testA/n02381460_4630.jpg b/testA/n02381460_4630.jpg new file mode 100644 index 0000000..eb32d7c Binary files /dev/null and b/testA/n02381460_4630.jpg differ diff --git a/testA/n02381460_4640.jpg b/testA/n02381460_4640.jpg new file mode 100644 index 0000000..38424dd Binary files /dev/null and b/testA/n02381460_4640.jpg differ diff --git a/testA/n02381460_4650.jpg b/testA/n02381460_4650.jpg new file mode 100644 index 0000000..8e38bbb Binary files /dev/null and b/testA/n02381460_4650.jpg differ diff --git a/testA/n02381460_4660.jpg b/testA/n02381460_4660.jpg new file mode 100644 index 0000000..388c08d Binary files /dev/null and b/testA/n02381460_4660.jpg differ diff --git a/testA/n02381460_470.jpg b/testA/n02381460_470.jpg new file mode 100644 index 0000000..d648bb0 Binary files /dev/null and b/testA/n02381460_470.jpg differ diff --git a/testA/n02381460_4740.jpg b/testA/n02381460_4740.jpg new file mode 100644 index 0000000..ab43678 Binary files /dev/null and b/testA/n02381460_4740.jpg differ diff --git a/testA/n02381460_4790.jpg b/testA/n02381460_4790.jpg new file mode 100644 index 0000000..34d0616 Binary files /dev/null and b/testA/n02381460_4790.jpg differ diff --git a/testA/n02381460_4800.jpg b/testA/n02381460_4800.jpg new file mode 100644 index 0000000..e3c3d6d Binary files /dev/null and b/testA/n02381460_4800.jpg differ diff --git a/testA/n02381460_490.jpg b/testA/n02381460_490.jpg new file mode 100644 index 0000000..a992faf Binary files /dev/null and b/testA/n02381460_490.jpg differ diff --git a/testA/n02381460_50.jpg b/testA/n02381460_50.jpg new file mode 100644 index 0000000..5d53350 Binary files /dev/null and b/testA/n02381460_50.jpg differ diff --git a/testA/n02381460_500.jpg b/testA/n02381460_500.jpg new file mode 100644 index 0000000..a9f06ac Binary files /dev/null and b/testA/n02381460_500.jpg differ diff --git a/testA/n02381460_5090.jpg b/testA/n02381460_5090.jpg new file mode 100644 index 0000000..2b5a49c Binary files /dev/null and b/testA/n02381460_5090.jpg differ diff --git a/testA/n02381460_510.jpg b/testA/n02381460_510.jpg new file mode 100644 index 0000000..7b9efcc Binary files /dev/null and b/testA/n02381460_510.jpg differ diff --git a/testA/n02381460_530.jpg b/testA/n02381460_530.jpg new file mode 100644 index 0000000..2875414 Binary files /dev/null and b/testA/n02381460_530.jpg differ diff --git a/testA/n02381460_5500.jpg b/testA/n02381460_5500.jpg new file mode 100644 index 0000000..060b803 Binary files /dev/null and b/testA/n02381460_5500.jpg differ diff --git a/testA/n02381460_5670.jpg b/testA/n02381460_5670.jpg new file mode 100644 index 0000000..a6d173d Binary files /dev/null and b/testA/n02381460_5670.jpg differ diff --git a/testA/n02381460_5940.jpg b/testA/n02381460_5940.jpg new file mode 100644 index 0000000..4af59ea Binary files /dev/null and b/testA/n02381460_5940.jpg differ diff --git a/testA/n02381460_600.jpg b/testA/n02381460_600.jpg new file mode 100644 index 0000000..f122eee Binary files /dev/null and b/testA/n02381460_600.jpg differ diff --git a/testA/n02381460_6290.jpg b/testA/n02381460_6290.jpg new file mode 100644 index 0000000..c74891b Binary files /dev/null and b/testA/n02381460_6290.jpg differ diff --git a/testA/n02381460_6300.jpg b/testA/n02381460_6300.jpg new file mode 100644 index 0000000..3a64487 Binary files /dev/null and b/testA/n02381460_6300.jpg differ diff --git a/testA/n02381460_640.jpg b/testA/n02381460_640.jpg new file mode 100644 index 0000000..ad7c026 Binary files /dev/null and b/testA/n02381460_640.jpg differ diff --git a/testA/n02381460_6640.jpg b/testA/n02381460_6640.jpg new file mode 100644 index 0000000..46869d0 Binary files /dev/null and b/testA/n02381460_6640.jpg differ diff --git a/testA/n02381460_6690.jpg b/testA/n02381460_6690.jpg new file mode 100644 index 0000000..e9558d8 Binary files /dev/null and b/testA/n02381460_6690.jpg differ diff --git a/testA/n02381460_670.jpg b/testA/n02381460_670.jpg new file mode 100644 index 0000000..c062160 Binary files /dev/null and b/testA/n02381460_670.jpg differ diff --git a/testA/n02381460_6790.jpg b/testA/n02381460_6790.jpg new file mode 100644 index 0000000..8658266 Binary files /dev/null and b/testA/n02381460_6790.jpg differ diff --git a/testA/n02381460_690.jpg b/testA/n02381460_690.jpg new file mode 100644 index 0000000..22b5dff Binary files /dev/null and b/testA/n02381460_690.jpg differ diff --git a/testA/n02381460_6920.jpg b/testA/n02381460_6920.jpg new file mode 100644 index 0000000..a5fc344 Binary files /dev/null and b/testA/n02381460_6920.jpg differ diff --git a/testA/n02381460_6950.jpg b/testA/n02381460_6950.jpg new file mode 100644 index 0000000..1cc8575 Binary files /dev/null and b/testA/n02381460_6950.jpg differ diff --git a/testA/n02381460_7140.jpg b/testA/n02381460_7140.jpg new file mode 100644 index 0000000..83f503f Binary files /dev/null and b/testA/n02381460_7140.jpg differ diff --git a/testA/n02381460_7170.jpg b/testA/n02381460_7170.jpg new file mode 100644 index 0000000..3249bcc Binary files /dev/null and b/testA/n02381460_7170.jpg differ diff --git a/testA/n02381460_7190.jpg b/testA/n02381460_7190.jpg new file mode 100644 index 0000000..8c670fd Binary files /dev/null and b/testA/n02381460_7190.jpg differ diff --git a/testA/n02381460_7230.jpg b/testA/n02381460_7230.jpg new file mode 100644 index 0000000..679636e Binary files /dev/null and b/testA/n02381460_7230.jpg differ diff --git a/testA/n02381460_7250.jpg b/testA/n02381460_7250.jpg new file mode 100644 index 0000000..0e8ca9b Binary files /dev/null and b/testA/n02381460_7250.jpg differ diff --git a/testA/n02381460_7300.jpg b/testA/n02381460_7300.jpg new file mode 100644 index 0000000..6200196 Binary files /dev/null and b/testA/n02381460_7300.jpg differ diff --git a/testA/n02381460_7400.jpg b/testA/n02381460_7400.jpg new file mode 100644 index 0000000..61738b7 Binary files /dev/null and b/testA/n02381460_7400.jpg differ diff --git a/testA/n02381460_7500.jpg b/testA/n02381460_7500.jpg new file mode 100644 index 0000000..c969103 Binary files /dev/null and b/testA/n02381460_7500.jpg differ diff --git a/testA/n02381460_7620.jpg b/testA/n02381460_7620.jpg new file mode 100644 index 0000000..32d9062 Binary files /dev/null and b/testA/n02381460_7620.jpg differ diff --git a/testA/n02381460_7660.jpg b/testA/n02381460_7660.jpg new file mode 100644 index 0000000..0f2986d Binary files /dev/null and b/testA/n02381460_7660.jpg differ diff --git a/testA/n02381460_7700.jpg b/testA/n02381460_7700.jpg new file mode 100644 index 0000000..6d800ec Binary files /dev/null and b/testA/n02381460_7700.jpg differ diff --git a/testA/n02381460_7890.jpg b/testA/n02381460_7890.jpg new file mode 100644 index 0000000..c7fa461 Binary files /dev/null and b/testA/n02381460_7890.jpg differ diff --git a/testA/n02381460_7970.jpg b/testA/n02381460_7970.jpg new file mode 100644 index 0000000..4746a98 Binary files /dev/null and b/testA/n02381460_7970.jpg differ diff --git a/testA/n02381460_800.jpg b/testA/n02381460_800.jpg new file mode 100644 index 0000000..1332341 Binary files /dev/null and b/testA/n02381460_800.jpg differ diff --git a/testA/n02381460_840.jpg b/testA/n02381460_840.jpg new file mode 100644 index 0000000..5703a72 Binary files /dev/null and b/testA/n02381460_840.jpg differ diff --git a/testA/n02381460_8900.jpg b/testA/n02381460_8900.jpg new file mode 100644 index 0000000..6346dc8 Binary files /dev/null and b/testA/n02381460_8900.jpg differ diff --git a/testA/n02381460_8980.jpg b/testA/n02381460_8980.jpg new file mode 100644 index 0000000..ca55228 Binary files /dev/null and b/testA/n02381460_8980.jpg differ diff --git a/testA/n02381460_900.jpg b/testA/n02381460_900.jpg new file mode 100644 index 0000000..a495e61 Binary files /dev/null and b/testA/n02381460_900.jpg differ diff --git a/testA/n02381460_910.jpg b/testA/n02381460_910.jpg new file mode 100644 index 0000000..fd2c81f Binary files /dev/null and b/testA/n02381460_910.jpg differ diff --git a/testA/n02381460_9240.jpg b/testA/n02381460_9240.jpg new file mode 100644 index 0000000..9dc2b38 Binary files /dev/null and b/testA/n02381460_9240.jpg differ diff --git a/testA/n02381460_9260.jpg b/testA/n02381460_9260.jpg new file mode 100644 index 0000000..faeb503 Binary files /dev/null and b/testA/n02381460_9260.jpg differ diff --git a/testA/n02381460_950.jpg b/testA/n02381460_950.jpg new file mode 100644 index 0000000..637902a Binary files /dev/null and b/testA/n02381460_950.jpg differ