Skip to content
Snippets Groups Projects
Select Git revision
  • 7f0846c13cd76c56fc4c60280e3875a16822056b
  • master default protected
  • github/fork/Bobholamovic/master
3 results

constants.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    constants.py 322 B
    # Global constants
    
    
    # Dataset directories
    IMDB_OSCD = '~/Datasets/OSCDDataset/'
    IMDB_AIRCHANGE = '~/Datasets/SZTAKI_AirChange_Benchmark/'
    IMDB_LEBEDEV = '~/Datasets/HR/ChangeDetectionDataset/'
    
    # Checkpoint templates
    CKP_LATEST = 'checkpoint_latest.pth'
    CKP_BEST = 'model_best.pth'
    CKP_COUNTED = 'checkpoint_{e:03d}.pth'