arbind95 / 360VSR

Code Repository for Research Article Titled - "Omnidirectional Video Super-Resolution using Deep Learning"
9 stars 0 forks source link

confuse about how `DataloadFromFolder` works #3

Open kakeelee opened 3 months ago

kakeelee commented 3 months ago

hi, thank you for your amazing work! recently, i run your code and have an error at dataload.

IsADirectoryError: [Errno 21] Is a directory: '/mnt/f/360VDS/Bees-Scene-001'

the code is blow:

GT_temp = modcrop(Image.open(self.image_filenames[i]).convert('RGB'), self.scale)

i found the image_filenames is array of dataset floders, which cant open by Image lib.

how can i load dataset correctly? :-)