Update README.md
Browse files
README.md
CHANGED
|
@@ -66,8 +66,7 @@ img0 = transforms(Image.open(img0_path).convert("RGB")).unsqueeze(0).cuda()
|
|
| 66 |
img2 = transforms(Image.open(img2_path).convert("RGB")).unsqueeze(0).cuda()
|
| 67 |
tau = 0.5
|
| 68 |
|
| 69 |
-
|
| 70 |
-
img1 = model.reverse_process([img0, img2], tau)
|
| 71 |
|
| 72 |
plt.figure(figsize=(10, 5))
|
| 73 |
plt.subplot(1, 3, 1)
|
|
|
|
| 66 |
img2 = transforms(Image.open(img2_path).convert("RGB")).unsqueeze(0).cuda()
|
| 67 |
tau = 0.5
|
| 68 |
|
| 69 |
+
img1 = model.reverse_process([img0, img2], tau)
|
|
|
|
| 70 |
|
| 71 |
plt.figure(figsize=(10, 5))
|
| 72 |
plt.subplot(1, 3, 1)
|