You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read inference_dir as None if it's false in the config (#383)
The run method of visualize was taking the `inference_dir` value directly from the config (it defaults to `False`) and passing that to instantiate the InferenceDataset.
InferenceDataset expects a Path or str (or None) as the data types for `result_dir`.
The change here will set `input_dir` to `None` if it is `false` in the config.
0 commit comments