![]() |
ImFusion SDK 4.3
|
#include <ImFusion/ML/DataReaders/FileReader.h>
This struct represents a "column" of filenames in a filelist, like those contained in datalist_training.txt/data_list_validation.txt produced by ImFusionLabels. More...
This struct represents a "column" of filenames in a filelist, like those contained in datalist_training.txt/data_list_validation.txt produced by ImFusionLabels.
Each filename is used to load a DataList, and the data in the list is mapped to a DataItem using the provided KeyMapping
Public Attributes | |
KeyMapping | mapping |
std::vector< std::string > | files |