|
InverseToon
0.1
|
Isophote scene dataset IO functions. More...
Functions | |
| def | dataNames |
| Data names. More... | |
| def | dataFile |
| Data file name. More... | |
| def | loadData |
| Load data for the data name. More... | |
| def | saveData |
| Save data for the data name. More... | |
Variables | |
| tuple | logger = getLogger(__name__) |
| tuple | data_dir = os.path.join(os.path.dirname(__file__), "isophote") |
Isophote scene dataset IO functions.
| def inversetoon.datasets.isophote.dataFile | ( | data_name | ) |
Data file name.
| def inversetoon.datasets.isophote.dataNames | ( | ) |
Data names.
| def inversetoon.datasets.isophote.loadData | ( | data_name | ) |
Load data for the data name.
| def inversetoon.datasets.isophote.saveData | ( | data_name, | |
| data | |||
| ) |
Save data for the data name.