This file contains hidden or 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
"""Script to download the SeizeIT dataset doi:10.48804/P5Q0OJ. | |
The script requires a valid API key and depends on the requests library. | |
""" | |
import hashlib | |
import json | |
import logging | |
import os | |
from pathlib import Path | |
import requests | |
from requests.adapters import HTTPAdapter, Retry |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
24 INFO: PyInstaller: 3.3.dev0+g68ed214 | |
24 INFO: Python: 3.5.2 | |
25 INFO: Platform: Linux-4.4.0-60-generic-x86_64-with-Ubuntu-16.04-xenial | |
26 INFO: UPX is not available. | |
27 INFO: Extending PYTHONPATH with paths | |
['/media/Data/Documents/test2', '/media/Data/Documents/test2'] | |
27 INFO: checking Analysis | |
31 INFO: Building because inputs changed | |
31 INFO: Initializing module dependency graph... | |
32 INFO: Initializing module graph hooks... |
This file contains hidden or 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
INFO:pygatt.backends.bgapi.bgapi:Initialized new BGAPI backend on None | |
INFO:pygatt.backends.bgapi.bgapi:Auto-discovering serial port for BLED112 | |
INFO:pygatt.backends.bgapi.util:Found 1 serial USB devices | |
DEBUG:pygatt.backends.bgapi.util:Checking serial USB device: /dev/ttyACM0 - Low Energy Dongle - CDC control | |
DEBUG:pygatt.backends.bgapi.util:USB device: Low Energy Dongle - CDC control VID=0x2458 PID=0x0001 on /dev/ttyACM0 | |
DEBUG:pygatt.backends.bgapi.bgapi:Attempting to connect to serial port after restarting device | |
INFO:pygatt.backends.bgapi.bgapi:Auto-discovering serial port for BLED112 | |
INFO:pygatt.backends.bgapi.util:Found 0 serial USB devices | |
INFO:pygatt.backends.bgapi.bgapi:Auto-discovering serial port for BLED112 | |
INFO:pygatt.backends.bgapi.util:Found 0 serial USB devices |