Update app.py
Browse files
app.py
CHANGED
|
@@ -504,7 +504,7 @@ class BurstColorPipeline:
|
|
| 504 |
dropout = False
|
| 505 |
|
| 506 |
raft_model = RAFT(RAFTArgs())
|
| 507 |
-
raft_path =
|
| 508 |
raft_dict = torch.load(str(raft_path), map_location="cpu")
|
| 509 |
corrected = {}
|
| 510 |
for k, v in raft_dict.items():
|
|
|
|
| 504 |
dropout = False
|
| 505 |
|
| 506 |
raft_model = RAFT(RAFTArgs())
|
| 507 |
+
raft_path = "pretrained_ckpts/models/raft-things.pth"
|
| 508 |
raft_dict = torch.load(str(raft_path), map_location="cpu")
|
| 509 |
corrected = {}
|
| 510 |
for k, v in raft_dict.items():
|