Skip to content

Commit

Permalink
Update eval_depth_pp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminMasoumian authored Feb 28, 2022
1 parent b34081b commit e2de614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/eval_depth_pp.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ def evaluate(MODEL_PATH, CFG_PATH, GT_PATH):
if __name__ == "__main__":
CFG_PATH = '../config/cfg_kitti_fm.py'#path to cfg file
GT_PATH = '/media/sconly/harddisk/data/kitti/kitti_raw/rawdata/gt_depths.npz'#path to kitti gt depth
MODEL_PATH = '/media/sconly/harddisk/weight/fm_depth.pth'#path to model weights
evaluate(MODEL_PATH, CFG_PATH, GT_PATH)
MODEL_PATH = '/media/sconly/harddisk/weight/epoch_20.pth'#path to model weights
evaluate(MODEL_PATH, CFG_PATH, GT_PATH)

0 comments on commit e2de614

Please sign in to comment.