JeVoisBase
1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
Public Member Functions | |
__init__ (self, **kwargs) | |
__str__ (self) | |
printRequest (self, r) | |
verifyHash (self) | |
get (self) | |
download (self) | |
extract (self) | |
save (self, r) | |
Static Public Attributes | |
int | MB = 1024*1024 |
int | BUFSIZE = 10*MB |
Protected Attributes | |
_name | |
_url | |
_filename | |
_sha | |
_saveTo | |
_extractTo | |
Definition at line 13 of file download_data.py.
download_data.Downloader.__init__ | ( | self, | |
** | kwargs | ||
) |
Definition at line 17 of file download_data.py.
download_data.Downloader.__str__ | ( | self | ) |
Definition at line 25 of file download_data.py.
References download_data.Downloader._name, utils.factory.Registery._name, and models.Registery._name.
download_data.Downloader.download | ( | self | ) |
Definition at line 93 of file download_data.py.
References download_data.Downloader._url, download_data.Downloader.printRequest(), download_data.Downloader.save(), and jevois::CameraCalibration.save().
Referenced by download_data.Downloader.get().
download_data.Downloader.extract | ( | self | ) |
Definition at line 101 of file download_data.py.
References download_data.Downloader._extractTo, download_data.Downloader._filename, and download_data.Downloader._saveTo.
Referenced by download_data.Downloader.get().
download_data.Downloader.get | ( | self | ) |
Definition at line 55 of file download_data.py.
References download_data.Downloader._filename, download_data.Downloader._name, utils.factory.Registery._name, models.Registery._name, download_data.Downloader._saveTo, download_data.Downloader._url, download_data.Downloader.download(), download_data.Downloader.extract(), download_data.GDrive(), and download_data.Downloader.verifyHash().
download_data.Downloader.printRequest | ( | self, | |
r | |||
) |
Definition at line 28 of file download_data.py.
References download_data.Downloader.MB.
Referenced by download_data.Downloader.download().
download_data.Downloader.save | ( | self, | |
r | |||
) |
Definition at line 115 of file download_data.py.
References download_data.Downloader._filename, and download_data.Downloader.BUFSIZE.
Referenced by download_data.Downloader.download().
download_data.Downloader.verifyHash | ( | self | ) |
Definition at line 37 of file download_data.py.
References download_data.Downloader._filename, download_data.Downloader._saveTo, download_data.Downloader._sha, and download_data.Downloader.BUFSIZE.
Referenced by download_data.Downloader.get().
|
protected |
Definition at line 23 of file download_data.py.
Referenced by download_data.Downloader.extract().
|
protected |
Definition at line 20 of file download_data.py.
Referenced by download_data.Downloader.extract(), download_data.Downloader.get(), download_data.Downloader.save(), and download_data.Downloader.verifyHash().
|
protected |
Definition at line 18 of file download_data.py.
Referenced by download_data.Downloader.__str__(), and download_data.Downloader.get().
|
protected |
Definition at line 22 of file download_data.py.
Referenced by download_data.Downloader.extract(), download_data.Downloader.get(), and download_data.Downloader.verifyHash().
|
protected |
Definition at line 21 of file download_data.py.
Referenced by download_data.Downloader.verifyHash().
|
protected |
Definition at line 19 of file download_data.py.
Referenced by download_data.Downloader.download(), and download_data.Downloader.get().
|
static |
Definition at line 15 of file download_data.py.
Referenced by download_data.Downloader.save(), and download_data.Downloader.verifyHash().
|
static |
Definition at line 14 of file download_data.py.
Referenced by download_data.Downloader.printRequest().