Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
764f621
1
Parent(s):
e76f9f5
test
Browse files
count_max_bird_species_tool.py
CHANGED
@@ -18,7 +18,7 @@ def count_max_bird_species_in_video(youtube_url: str) -> int:
|
|
18 |
frames = sample_youtube_video(youtube_url, 5)
|
19 |
return count_max_bird_species(frames)
|
20 |
|
21 |
-
def
|
22 |
"""
|
23 |
Count the maximum number of bird species in a single frame considering a list of frames.
|
24 |
|
|
|
18 |
frames = sample_youtube_video(youtube_url, 5)
|
19 |
return count_max_bird_species(frames)
|
20 |
|
21 |
+
def count_max_bird_species(framesStr: list[str]) -> int:
|
22 |
"""
|
23 |
Count the maximum number of bird species in a single frame considering a list of frames.
|
24 |
|