Usage

Changedet uses fire for its CLI. Basic usage commands are given below.

  • For running change detection on two images, you can run the following command
1
changedet --algo imgdiff run sample1.tif sample2.tif
  • Get more information on algorithm used
1
changedet --algo imgdiff algo_obj --help
  • Get more info on changedet pipeline
1
changedet --help
  • List available algorithms
1
changedet list