Skip to content

Latest commit

 

History

History
 
 

uci-inception

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uci-inception example

This is an example of human activity recognition using UCI HAR dataset.

The model was built with Inception structures.

      Input
        |
        |
      Conv
    /   |   \
   /    |    \
Conv  Conv  Maxpool
   \    |    /
    \   |   /
     Concat
        |
      Conv
        |   
      Dense
        |
      Dense
        |
     Softmax

The example implementation is based on RT-THREAD.

Preparation

You will need to download the dataset before doing the test.

Linux user:

  • run data/download_dataset.py to download the UCI HAR dataset

Windows user:

Copy all scripts from nnom/scripts/* into this folder.

Dependancy:

In RT-Thread, you must open the support for Y-modem.