gaugan-gui
gaugan-gui copied to clipboard
the data root is pointing to /datasets/cityscapes/
----------------- Options --------------- aspect_ratio: 1.0 batchSize: 1 cache_filelist_read: True cache_filelist_write: True checkpoints_dir: ./checkpoints coco_no_portraits: False contain_dontcare_label: True crop_size: 256 dataroot: ./datasets/cityscapes/ dataset_mode: coco display_winsize: 256 gpu_ids: 0 how_many: inf init_type: xavier init_variance: 0.02 isTrain: False [default: None] label_nc: 182 load_from_opt_file: False load_size: 256 max_dataset_size: 9223372036854775807 model: pix2pix nThreads: 0 name: label2coco nef: 16 netG: spade ngf: 64 no_flip: True no_instance: False no_pairing_check: False norm_D: spectralinstance norm_E: spectralinstance norm_G: spectralspadesyncbatch3x3 num_upsampling_layers: normal output_nc: 3 phase: test preprocess_mode: resize_and_crop results_dir: ./results/ serial_batches: True use_vae: False which_epoch: latest z_dim: 256 ----------------- End ------------------- Namespace(name='coco_pretrained', gpu_ids=[0], checkpoints_dir='C:\Users\skool\Desktop\project\SPADE\checkpoints', model='pix2pix', norm_G='spectralspadesyncbatch3x3', norm_D='spectralinstance', norm_E='spectralinstance', phase='test', batchSize=1, preprocess_mode='resize_and_crop', load_size=256, crop_size=256, aspect_ratio=1.0, label_nc=182, contain_dontcare_label=True, output_nc=3, dataroot='C:\Users\skool\Desktop\project\SPADE\custom_data', dataset_mode='coco', serial_batches=True, no_flip=True, nThreads=0, max_dataset_size=9223372036854775807, load_from_opt_file=False, cache_filelist_write=True, cache_filelist_read=True, display_winsize=256, netG='spade', ngf=64, init_type='xavier', init_variance=0.02, z_dim=256, no_instance=False, nef=16, use_vae=False, results_dir='./results/', which_epoch='latest', how_many=inf, num_upsampling_layers='normal', no_pairing_check=False, coco_no_portraits=False, isTrain=False, semantic_nc=184) Network [SPADEGenerator] was created. Total number of parameters: 97.5 million. To see the architecture, do print(network).
- Serving Flask app 'spade_app'
- Debug mode: on WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
- Running on http://127.0.0.1:80 Press CTRL+C to quit Watching for file changes with StatReloader Performing system checks...
System check identified no issues (0 silenced). August 09, 2023 - 13:08:45 Django version 4.2.4, using settings 'keamind.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK.
[09/Aug/2023 13:08:45] "GET /gaugan/ HTTP/1.1" 200 3990 Not Found: /gaugan/not-found.png [09/Aug/2023 13:08:45] "GET /gaugan/not-found.png HTTP/1.1" 404 2307
can u please help me run it?