Skip to content

OxWearables/Oxford_Wearables_Activity_Recognition

Repository files navigation

Oxford Activity Recognition Workshop

Getting started

NOTE FOR OXFORD CDT STUDENTS: See alternative instructions.

  1. Download and install Anaconda or Miniconda: https://docs.conda.io/projects/miniconda/en/latest/
  2. Create a conda environment called wearables-workshop with minimal requirements (Python, git, Java):
    $ conda create -n wearables-workshop python=3.9 git pip openjdk
  3. Activate the environment:
    $ conda activate wearables-workshop
    Your prompt should now show (wearables-workshop).
  4. Download workshop materials:
    $ git clone https://github.com/OxWearables/Oxford_Wearables_Activity_Recognition.git
  5. Navigate to workshop directory:
    $ cd Oxford_Wearables_Activity_Recognition/
  6. Install requirements for this workshop:
    $ pip install -r requirements.txt
  7. Launch notebook:
    $ jupyter notebook

The last command above will let you open the notebooks for this workshop in a web browser. You can then start by clicking on 0_Intro.ipynb.

After reboots, you can access the notebooks again with the following:

  1. Activate the environment:
    $ conda activate wearables-workshop
    Your prompt should now show (wearables-workshop).
  2. Navigate to workshop materials:
    $ cd /path/to/Oxford_Wearables_Activity_Recognition/
  3. Launch notebook:
    $ jupyter notebook

Troubleshooting

I'm getting "insufficient memory" errors

This is likely due to having several notebooks open and running. Make sure to shutdown the notebooks that are no longer in use: Go to main menu, select notebook and click "Shutdown". Note that just closing the tab is not enough.

License

See license before using these materials.

About

Notebooks for Oxford CDT Wearables Data Challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages