Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itamir2
IoT-Final-Project
Commits
65909ed6
Commit
65909ed6
authored
May 14, 2022
by
itamir2
Browse files
get rid of stupid comment
parent
b075be53
Changes
1
Hide whitespace changes
Inline
Side-by-side
CalculateStartTimes.py
View file @
65909ed6
...
...
@@ -84,8 +84,6 @@ def calculate_start_times(song):
return
peaks
*
SEGMENT_MS
## SAVE plot as csv and predicted start times then recalculate accuracy
def
calculate_success_rate
(
song
,
xml_data
,
beats_per_minute
):
correct_start_times
=
calculate_correct_start_times
(
xml_data
,
beats_per_minute
).
unique
()
actual_start_times
=
calculate_start_times
(
song
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment