Skip to content

Commit

Permalink
Update collecting-data-for-larger-fpv-model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentdex authored May 27, 2017
1 parent 8558120 commit b18a5b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collecting-data-for-larger-fpv-model.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def main():
if len(training_data) % 1000 == 0:
print(len(training_data))
np.save(file_name,training_data)
break

keys = key_check()
if 'T' in keys:
Expand Down

0 comments on commit b18a5b3

Please sign in to comment.