da03 commited on
Commit
f1ec064
·
1 Parent(s): 021111c
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -199,6 +199,7 @@ def predict_next_frame(previous_frames: List[np.ndarray], previous_actions: List
199
  width, height = 512, 384
200
  all_click_positions = []
201
  initial_images = load_initial_images(width, height)
 
202
 
203
  # Prepare the image sequence for the model
204
  assert len(initial_images) == 7
 
199
  width, height = 512, 384
200
  all_click_positions = []
201
  initial_images = load_initial_images(width, height)
202
+ print ('length of previous_frames', len(previous_frames))
203
 
204
  # Prepare the image sequence for the model
205
  assert len(initial_images) == 7