ajankelo commited on
Commit
dd65808
1 Parent(s): f62e7a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from icevision.models.inference_sahi import IceSahiModel
12
 
13
 
14
  # Load model
15
- checkpoint_path = "labeled_data_vfnet_resnet50ms2x_640_bs8_maxbbox500.pth"
16
  checkpoint_and_model = model_from_checkpoint(checkpoint_path)
17
  model = checkpoint_and_model["model"]
18
  model_type = checkpoint_and_model["model_type"]
 
12
 
13
 
14
  # Load model
15
+ checkpoint_path = "vfnet_resnet50ms2x_640_bs8_maxbbox500_10272022.pth"
16
  checkpoint_and_model = model_from_checkpoint(checkpoint_path)
17
  model = checkpoint_and_model["model"]
18
  model_type = checkpoint_and_model["model_type"]