Compare projects

The command compares two datasets and saves the results in the specified directory. The current project is considered to be “ground truth”.

datum diff --help

datum diff <other_project_dir> -o <save_dir>

Example: compare a dataset with model inference

datum import <...>
datum model add mymodel <...>
datum transform <...> -o inference
datum diff inference -o diff