Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca43ad3

Browse files
authored
fix driving dataset
1 parent 7a86d14 commit ca43ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataloader/listflowfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def dataloader(filepath):
8585
driving_dir = filepath + [x for x in image if 'driving' in x][0] + '/'
8686
driving_disp = filepath + [x for x in disp if 'driving' in x][0]
8787

88-
subdir1 = ['15mm_focallength','15mm_focallength']
88+
subdir1 = ['35mm_focallength','15mm_focallength']
8989
subdir2 = ['scene_backwards','scene_forwards']
9090
subdir3 = ['fast','slow']
9191

0 commit comments

Comments
 (0)