We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb30a93 commit 3bbfe4eCopy full SHA for 3bbfe4e
dataset/dataloader.py
@@ -46,6 +46,8 @@ def __init__(self,params):
46
continue
47
root_path_ = os.path.join(root_path,drone)
48
for view in os.listdir(root_path_):
49
+ if view not in self.view_list:
50
+ continue
51
view_path = os.path.join(root_path_,view)
52
#get included types
53
for type_ in os.listdir(view_path):
0 commit comments