Update README.md (#1)
Browse files- Update README.md (950d26c8fdbb859f9803c59f34172d3cbbc2c98e)
Co-authored-by: Yifan Wang <[email protected]>
README.md
CHANGED
|
@@ -71,8 +71,8 @@ image2 = Image.open(requests.get(url_image2, stream=True).raw)
|
|
| 71 |
|
| 72 |
images = [image1, image2]
|
| 73 |
|
| 74 |
-
processor = AutoImageProcessor.from_pretrained("zju-community/
|
| 75 |
-
model = AutoModel.from_pretrained("zju-community/
|
| 76 |
|
| 77 |
inputs = processor(images, return_tensors="pt")
|
| 78 |
with torch.no_grad():
|
|
|
|
| 71 |
|
| 72 |
images = [image1, image2]
|
| 73 |
|
| 74 |
+
processor = AutoImageProcessor.from_pretrained("zju-community/efficientloftr")
|
| 75 |
+
model = AutoModel.from_pretrained("zju-community/efficientloftr")
|
| 76 |
|
| 77 |
inputs = processor(images, return_tensors="pt")
|
| 78 |
with torch.no_grad():
|