sharvari0b26 commited on
Commit
c965cd9
·
verified ·
1 Parent(s): 631f4c8

Update script.py

Browse files
Files changed (1) hide show
  1. script.py +1 -1
script.py CHANGED
@@ -65,7 +65,7 @@ if __name__ == "__main__":
65
  CONF_THRESHOLD = 0.30
66
 
67
  model = RFDETRBase(
68
- checkpoint_path="checkpoint_best_ema.pth",
69
  device="cuda" if torch.cuda.is_available() else "cpu"
70
  )
71
 
 
65
  CONF_THRESHOLD = 0.30
66
 
67
  model = RFDETRBase(
68
+ checkpoint_path="checkpoint_best_total.pth",
69
  device="cuda" if torch.cuda.is_available() else "cpu"
70
  )
71