Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanksonis authored Jul 30, 2019
1 parent 5daf763 commit a4e081f
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion speaker_identification/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# DL-Assignment2
# Spearker identification in vedios

Problem: Given a vedio ,need to find which one of these six speaker is present there ?

1. Atul Khatri
2. Flute Raman
3. Sadhguru
4. Sandeep Mahshwari
5. Sorabh Pant
6. Shailendra
7. None of these 6

## Dataset Preparation:

-Downloaded 20-25 videos (720p) of each speaker from youtube (used different videos for frame extraction rather than extracting more frames from same video)

-Extract frames using VideoCapture() and read() opencv functions with suitable FPS.

0 comments on commit a4e081f

Please sign in to comment.