Spaces:
Paused
Paused
giorgio-caparvi
commited on
Commit
·
7ff3983
1
Parent(s):
f4e2982
printing image output
Browse files
api/model/src/datasets/vitonhd.py
CHANGED
@@ -126,6 +126,7 @@ class VitonHDDataset(data.Dataset):
|
|
126 |
"""
|
127 |
c_name = list(self.captions_dict.keys())[0] + "_00.jpg" # self.c_names[index]
|
128 |
im_name = list(self.captions_dict.keys())[0] + "_00.jpg" #self.im_names[index]
|
|
|
129 |
dataroot = self.dataroot_names[index]
|
130 |
#dataroot = "./assets/data/vitonhd"
|
131 |
|
|
|
126 |
"""
|
127 |
c_name = list(self.captions_dict.keys())[0] + "_00.jpg" # self.c_names[index]
|
128 |
im_name = list(self.captions_dict.keys())[0] + "_00.jpg" #self.im_names[index]
|
129 |
+
print(im_name)
|
130 |
dataroot = self.dataroot_names[index]
|
131 |
#dataroot = "./assets/data/vitonhd"
|
132 |
|