To analyze data for the AnDi competion:
- Run the code "make_directories.m" to create all required folders
- Download and unzip the competition datasets (three files named task1.txt, task2.txt and task3.txt) from the AnDi website.
- Extract the trajectories using the extract_traj_task{X}.m files, where X corresponds to the task number.
- Run the corresponding taskX_Yd_skel.m file where X=task and Y=dim. On running a skel file, the output for each trajectory is saved in the corresponding folder inside the folder named "Submit".
- The file "format_submit_task{X}.m" can then be used to combine the results into the format required for the AnDi challenge.
See summary_of_the_method.pdf for an overview of the method.