File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ The repository is structured as follows:
22
22
- weights/: Download the trained model weights file to the ` weights ` folder.
23
23
24
24
## Requirements
25
- - Torch == 0.3.1
26
- - Torchvision == 0.2.1
25
+ - Torch >= 1.6.0
26
+ - Torchvision >= 0.7.0
27
27
- Python == 3.6
28
28
29
29
For training and inference, all supported algorithm dependencies are presented in [ requirements.txt] ( requirements.txt ) .
Original file line number Diff line number Diff line change @@ -336,7 +336,6 @@ def main(
336
336
pair ,
337
337
matching ,
338
338
with_desc ,
339
- warp_origin = warp_origin ,
340
339
)
341
340
else :
342
341
results = preprocess_match_pipeline (
@@ -352,7 +351,6 @@ def main(
352
351
pair ,
353
352
matching ,
354
353
with_desc ,
355
- warp_origin = warp_origin ,
356
354
)
357
355
if 'icp' in config ['matcher' ]['model' ]['name' ]:
358
356
viz_path = name0 + '_' + name1
You can’t perform that action at this time.
0 commit comments