-
Notifications
You must be signed in to change notification settings - Fork 0
huangkaiw3n/ActivitySim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ActivitySim README: This is a single-threaded discrete event simulator. The purpose of the simulator is two-fold: 1. To easily port your activity detection algorithm code to an Android app (later on in stage 2). 2. Take care of parsing the input sensor data files, and output the detection results, in the correct format, for evaluating the accuracy. Code your activity detection algorithm in the class 'src/nus/cs4222/activitysim/ActivityDetection.java'. Check the documentation in the ActivityDetection.java class to see what APIs you can use for outputting, sensor processing, timers, etc. Compile and execute the simulator on the sensor data you collected. While executing the program, you must provide a path to the folder containing your collected sensor data (log files from the sdcard). Compiling: $ ant jarify Executing: $ java -jar ActivitySim.jar <path-to-your-trace-folder>
About
simulator to test activity detection algo
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published