Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from icevision.models.inference_sahi import IceSahiModel
|
|
12 |
|
13 |
|
14 |
# Load model
|
15 |
-
checkpoint_path = "
|
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"]
|