chiyoi commited on
Commit
e3941dc
1 Parent(s): 049f239
Files changed (1) hide show
  1. configuration.py +2 -2
configuration.py CHANGED
@@ -1,6 +1,6 @@
1
  class Config:
2
- num_frames = 4
3
- frame_step = 15
4
  resolution = 224
5
  frame_size = (resolution, resolution)
6
  id_to_name = {
 
1
  class Config:
2
+ num_frames = 8
3
+ frame_step = 5
4
  resolution = 224
5
  frame_size = (resolution, resolution)
6
  id_to_name = {