-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5daf763
commit a4e081f
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|