ArmNN
 22.05
tests/ImageCSVFileGenerator/README.md
Go to the documentation of this file.
1 # The ImageCSVFileGenerator
2 
3 The `ImageCSVFileGenerator` is a program for creating a CSV file that contains a list of .raw tensor files. These
4 .raw tensor files can be generated using the`ImageTensorGenerator`.
5 
6 |Cmd:|||
7 | ---|---|---|
8 | -h | --help | Display help messages |
9 | -i | --indir | Directory that .raw files are stored in |
10 | -o | --outfile | Output CSV file path |
11 
12 Example usage: <br>
13 <code>./ImageCSVFileGenerator -i /path/to/directory/ -o /output/path/csvfile.csv</code>