Skip to content

Instantly share code, notes, and snippets.

@KeenWarrior
Last active February 10, 2019 14:37
Show Gist options
  • Save KeenWarrior/92baf045db4df083c702d373071ffbb9 to your computer and use it in GitHub Desktop.
Save KeenWarrior/92baf045db4df083c702d373071ffbb9 to your computer and use it in GitHub Desktop.
ML Assignments

Task 1

Study various object detection algorithms. And why haar cascade is one to be most common.

Task 2

White program to load open cv stream from video file.

Task 3

  • Take out face from video stream every 5 second.
  • Resize face area to 100x100
  • flatten and add to numpy array.
  • save the numpy array to npy file.
  • also convert numpy array to datafram. Add additional Series for object lable as String and save as CSV.
  • create another program to load and display top 5 images of npy file.

Bonus Task

Draw rectangle on faces in video stream and save the video file back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment