File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "output_dir" : " output" ,
3+ "trained_autoencoder_path" : " models/autoencoder_epoch273.pt" ,
4+ "trained_diffusion_path" : " models/diff_unet_3d_ddpm.pt" ,
5+ "trained_controlnet_path" : " models/controlnet_3d_ddpm.pt" ,
6+ "trained_mask_generation_autoencoder_path" : " models/mask_generation_autoencoder.pt" ,
7+ "trained_mask_generation_diffusion_path" : " models/mask_generation_diffusion_unet.pt" ,
8+ "all_mask_files_base_dir" : " datasets/all_masks_flexible_size_and_spacing_3000" ,
9+ "all_mask_files_json" : " ./configs/candidate_masks_flexible_size_and_spacing_3000.json" ,
10+ "all_anatomy_size_conditions_json" : " ./configs/all_anatomy_size_condtions.json" ,
11+ "label_dict_json" : " ./configs/label_dict.json" ,
12+ "label_dict_remap_json" : " ./configs/label_dict_124_to_132.json"
13+ }
Original file line number Diff line number Diff line change 1+ {
2+ "output_dir" : " output" ,
3+ "trained_autoencoder_path" : " models/autoencoder_epoch273.pt" ,
4+ "trained_diffusion_path" : " models/diff_unet_3d_rflow.pt" ,
5+ "trained_controlnet_path" : " models/controlnet_3d_rflow.pt" ,
6+ "trained_mask_generation_autoencoder_path" : " models/mask_generation_autoencoder.pt" ,
7+ "trained_mask_generation_diffusion_path" : " models/mask_generation_diffusion_unet.pt" ,
8+ "all_mask_files_base_dir" : " datasets/all_masks_flexible_size_and_spacing_4000" ,
9+ "all_mask_files_json" : " ./configs/candidate_masks_flexible_size_and_spacing_4000.json" ,
10+ "all_anatomy_size_conditions_json" : " ./configs/all_anatomy_size_condtions.json" ,
11+ "label_dict_json" : " ./configs/label_dict.json" ,
12+ "label_dict_remap_json" : " ./configs/label_dict_124_to_132.json"
13+ }
You can’t perform that action at this time.
0 commit comments