milselarch commited on
Commit
bd9d6b3
1 Parent(s): e1cca9e

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. .idea/workspace.xml +1 -6
  2. Loader.py +2 -1
.idea/workspace.xml CHANGED
@@ -5,12 +5,7 @@
5
  </component>
6
  <component name="ChangeListManager">
7
  <list default="true" id="98e215cf-e237-4c1b-a854-08c5c8eeb9db" name="Changes" comment="">
8
- <change beforePath="$PROJECT_DIR$/.hugignore" beforeDir="false" afterPath="$PROJECT_DIR$/.hugignore" afterDir="false" />
9
  <change beforePath="$PROJECT_DIR$/Loader.py" beforeDir="false" afterPath="$PROJECT_DIR$/Loader.py" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/check_videos.py" beforeDir="false" afterPath="$PROJECT_DIR$/check_videos.py" afterDir="false" />
11
- <change beforePath="$PROJECT_DIR$/corrupted.txt" beforeDir="false" afterPath="$PROJECT_DIR$/corrupted.txt" afterDir="false" />
12
- <change beforePath="$PROJECT_DIR$/helpers.py" beforeDir="false" afterPath="$PROJECT_DIR$/helpers.py" afterDir="false" />
13
- <change beforePath="$PROJECT_DIR$/train.py" beforeDir="false" afterPath="$PROJECT_DIR$/train.py" afterDir="false" />
14
  </list>
15
  <option name="SHOW_DIALOG" value="false" />
16
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -74,7 +69,7 @@
74
  <workItem from="1698650359117" duration="2013000" />
75
  <workItem from="1698671103984" duration="599000" />
76
  <workItem from="1698775864388" duration="1530000" />
77
- <workItem from="1698837318225" duration="2874000" />
78
  </task>
79
  <servers />
80
  </component>
 
5
  </component>
6
  <component name="ChangeListManager">
7
  <list default="true" id="98e215cf-e237-4c1b-a854-08c5c8eeb9db" name="Changes" comment="">
 
8
  <change beforePath="$PROJECT_DIR$/Loader.py" beforeDir="false" afterPath="$PROJECT_DIR$/Loader.py" afterDir="false" />
 
 
 
 
9
  </list>
10
  <option name="SHOW_DIALOG" value="false" />
11
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
 
69
  <workItem from="1698650359117" duration="2013000" />
70
  <workItem from="1698671103984" duration="599000" />
71
  <workItem from="1698775864388" duration="1530000" />
72
+ <workItem from="1698837318225" duration="5968000" />
73
  </task>
74
  <servers />
75
  </component>
Loader.py CHANGED
@@ -19,7 +19,8 @@ class GridLoader(object):
19
  ) -> List[str]:
20
  """
21
  :param verbose:
22
- whether to
 
23
  :param blacklist:
24
  set of filepaths to exclude from training
25
  :return:
 
19
  ) -> List[str]:
20
  """
21
  :param verbose:
22
+ whether to show logs
23
+ (currently displays numbers of videos with alignment loaded)
24
  :param blacklist:
25
  set of filepaths to exclude from training
26
  :return: