Loading ivas_processing_scripts/__init__.py +5 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,11 @@ def main(args): # save process info to revert it later cfg.pre2 = cfg.proc_chains[0]["processes"][0] # preprocess background noise if hasattr(cfg, "preprocessing") and hasattr(cfg.pre2, "background_noise"): if ( hasattr(cfg, "preprocessing") and hasattr(cfg.pre2, "background_noise") and cfg.pre2.background_noise is not None ): preprocess_background_noise(cfg) # preprocess 2 preprocess_2(cfg, logger) Loading Loading
ivas_processing_scripts/__init__.py +5 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,11 @@ def main(args): # save process info to revert it later cfg.pre2 = cfg.proc_chains[0]["processes"][0] # preprocess background noise if hasattr(cfg, "preprocessing") and hasattr(cfg.pre2, "background_noise"): if ( hasattr(cfg, "preprocessing") and hasattr(cfg.pre2, "background_noise") and cfg.pre2.background_noise is not None ): preprocess_background_noise(cfg) # preprocess 2 preprocess_2(cfg, logger) Loading