Update script.py
Browse files
script.py
CHANGED
|
@@ -65,7 +65,7 @@ if __name__ == "__main__":
|
|
| 65 |
CONF_THRESHOLD = 0.30
|
| 66 |
|
| 67 |
model = RFDETRBase(
|
| 68 |
-
checkpoint_path="
|
| 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 |
|