Skip to content

Commit

Permalink
Add missing requirement for video recordin
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalior committed Aug 24, 2018
1 parent 947ecdd commit 948fe59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion record_videos.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def label_recording(video_start_time):
if Labelling().keypress_valid(keypress):
start_time = time() - video_start_time

input('Press any key to stop')
input('Press enter to stop')
end_time = time() - video_start_time
label = Labelling().parse_keypress_to_label(keypress)
timestamp = {
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ scikit-learn==0.19.1
pandas
matplotlib
seaborn==0.9.0
ffmpy

0 comments on commit 948fe59

Please sign in to comment.