-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi! Been trying to run this on windows and realized there are a bunch of code that operates on unix file separators, i.e.
line 597 in dataset.py
def extract_frame_num(img_path):
return int(img_path.rsplit('\', 1)[-1][3:].split('.')[0])
Could we get a simple fix (i.e. os.path.split/os.path.join) to make file separators platform-independent?
Metadata
Metadata
Assignees
Labels
No labels