SLUUDB7 August   2025 TMS320F28P550SJ

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Introduction
  5. 2TMS320F28P55x
  6. 3Edge AI Studio
  7. 4Out-of-the-Box Demo (Smart Signal Classifier)
    1. 4.1 Dataset
      1. 4.1.1 Methods for Data Collection
        1. 4.1.1.1 Collection Process
      2. 4.1.2 Data Formats
    2. 4.2 Model Training
      1. 4.2.1 Preprocessing Options
    3. 4.3 Deploying to TI's Hardware
      1. 4.3.1 TVM Compiler
      2. 4.3.2 Model Execution
  8. 5Summary

Data Formats

A dataset must be configured into a dataset folder containing two directories named classes and annotations. The classes directory contains a folder for each classification filled with CSV files of data in each column. Multi-channel classes require multiple data columns. The annotations folder contains three text files instances_test_list.txt, instances_train_list.txt, and instances_val_list.txt. These files are used by model composer to split the dataset into training, testing and validation sets. It is recommended that 50% of the files are in the training list, 30% in the validation, and 20% in the testing list. A visualization of the architecture is shown in Figure 4-5.

 Folder Path Figure 4-5 Folder Path