JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
download_data Namespace Reference

Classes

class  Downloader
 

Functions

def GDrive (gid)
 

Variables

 data_downloaders
 
list selected_data_names = []
 
list download_failed = []
 
 downloader = data_downloaders[selected_data_name]
 

Function Documentation

◆ GDrive()

def download_data.GDrive (   gid)

Definition at line 128 of file download_data.py.

Referenced by download_data.Downloader.get().

Variable Documentation

◆ data_downloaders

download_data.data_downloaders

Definition at line 167 of file download_data.py.

◆ download_failed

list download_data.download_failed = []

Definition at line 218 of file download_data.py.

◆ downloader

download_data.downloader = data_downloaders[selected_data_name]

Definition at line 220 of file download_data.py.

◆ selected_data_names

download_data.selected_data_names = []

Definition at line 211 of file download_data.py.