nie-lang / Multi-Grid-Deep-Homography

TCSVT2021 - Multi-Grid Deep Homogarphy
85 stars 9 forks source link

list index out of range #2

Open ohlselfspace opened 2 years ago

ohlselfspace commented 2 years ago

Hello, I followed your steps, but I ran into some problems? 8b7d63bda8502f83c6a5a2bef493226

nie-lang commented 2 years ago

In windows OS, you may have to modify the codes in line 73 of Codes/utils.py from

data_name = data.split('/')[-1]

to

data_name = data.split('\\')[-1]
ohlselfspace commented 2 years ago

ok,thank U!!