Datasets:
Update check.py
Browse files
check.py
CHANGED
|
@@ -3,6 +3,10 @@ from datetime import datetime
|
|
| 3 |
import wave
|
| 4 |
import contextlib
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
base_dir = os.path.dirname(os.path.abspath("__file__")) # Gets the script's directory
|
| 7 |
|
| 8 |
# Output file
|
|
|
|
| 3 |
import wave
|
| 4 |
import contextlib
|
| 5 |
|
| 6 |
+
"""
|
| 7 |
+
Prints a summary of data in the dataset. Specifically, analyzes length of recordings for each recorder and prints recorder_data_summary.txt
|
| 8 |
+
"""
|
| 9 |
+
|
| 10 |
base_dir = os.path.dirname(os.path.abspath("__file__")) # Gets the script's directory
|
| 11 |
|
| 12 |
# Output file
|