Skip to content

Instantly share code, notes, and snippets.

@karthikkovalam
Created March 16, 2019 20:35
Show Gist options
  • Save karthikkovalam/0263313c584da5c27f92e94a18554524 to your computer and use it in GitHub Desktop.
Save karthikkovalam/0263313c584da5c27f92e94a18554524 to your computer and use it in GitHub Desktop.
{
"name": "Train GIS_cycle CYGAN Style, REAL IMS FOR D, randomized, ONLY MATL INPUT, G + D, from scratch 256, L5 G2 D1",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/ugit.py",
"args": [
"train",
"--gpu", "2",
"--gen_type", "p2p",
"--upsample", "transpose",
"--centered_size","256",
"--n_layers_D", "5",
"--n_downsample_global", "2",
"--num_D", "1",
"--discr_type","p2p",
"--use_lsgan",
"--realism_weight", "1",
"--inputmodes", "material_rgb",
"--othermodes", "synth_mask+real_mask",
"--transform", "centered",
"--datadir","/hd-data/datasets/kitti/kitti360/render/render_full_lightdir/",
"--realrgbdir", "cars_cropped/",
"--realinstancedir", "masks_cropped/",
"--real_cars_list", "/hd-data/datasets/kitti/kitti360/render/render_full_lightdir/real_car_ims_list_3k.txt",
"--experiment", "gis_P2PT_CYGAN_REAL_IMS_FOR_D_randomized_RGB_MATL_INPUT_G_D_256_L5_G2_D1_DEBUG"
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment