VicFonch
commited on
new residual_diff_rfr.pth: Addition of the main .pth weights
Browse files- README.md +2 -1
- residual_diff_rfr.pth +3 -0
README.md
CHANGED
@@ -58,8 +58,9 @@ transforms = Compose([
|
|
58 |
|
59 |
img0 = transforms(Image.open(img0_path).convert("RGB")).unsqueeze(0).cuda()
|
60 |
img2 = transforms(Image.open(img2_path).convert("RGB")).unsqueeze(0).cuda()
|
|
|
61 |
|
62 |
-
img1 = model.reverse_process([img0, img2],
|
63 |
|
64 |
plt.figure(figsize=(10, 5))
|
65 |
plt.subplot(1, 2, 1)
|
|
|
58 |
|
59 |
img0 = transforms(Image.open(img0_path).convert("RGB")).unsqueeze(0).cuda()
|
60 |
img2 = transforms(Image.open(img2_path).convert("RGB")).unsqueeze(0).cuda()
|
61 |
+
tau = 0.5
|
62 |
|
63 |
+
img1 = model.reverse_process([img0, img2], tau)
|
64 |
|
65 |
plt.figure(figsize=(10, 5))
|
66 |
plt.subplot(1, 2, 1)
|
residual_diff_rfr.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5867080804f633f3418f5b91f346d3e46b00a2cc954ac8a1d3b383f71adf69da
|
3 |
+
size 538753213
|