You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you very much for your work. Now I want to try Paris street. I create Paris in dataset, and then I create the subdirectories data and Val, test. But running train.py will give an error, and I can't find the picture of my training. My mask is made by myself. Why?
Traceback (most recent call last): File "places2_train.py", line 54, in <module> img, mask, gt = zip(*[places2[i] for i in range(1)]) # returns tuple of a single batch of 3x256x256 images File "places2_train.py", line 54, in <listcomp> img, mask, gt = zip(*[places2[i] for i in range(1)]) # returns tuple of a single batch of 3x256x256 images File "places2_train.py", line 41, in __getitem__ gt_img = Image.open(self.img_paths[index]) IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Hello, thank you very much for your work. Now I want to try Paris street. I create Paris in dataset, and then I create the subdirectories data and Val, test. But running train.py will give an error, and I can't find the picture of my training. My mask is made by myself. Why?
Traceback (most recent call last): File "places2_train.py", line 54, in <module> img, mask, gt = zip(*[places2[i] for i in range(1)]) # returns tuple of a single batch of 3x256x256 images File "places2_train.py", line 54, in <listcomp> img, mask, gt = zip(*[places2[i] for i in range(1)]) # returns tuple of a single batch of 3x256x256 images File "places2_train.py", line 41, in __getitem__ gt_img = Image.open(self.img_paths[index]) IndexError: list index out of range
The text was updated successfully, but these errors were encountered: