Open ohlselfspace opened 2 years ago
Hello, I followed your steps, but I ran into some problems?
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]
ok,thank U!!
Hello, I followed your steps, but I ran into some problems?