Skip to content

a-hanf/tool-tracking

 
 

Repository files navigation

Tool Tracking Dataset - Supplement Code

In order to get things running:

  1. Clone the repository
git clone https://github.com/mutschcr/tool-tracking.git
cd tool-tracking
  1. Then you need to download the measurement data from an external host:
wget https://owncloud.fraunhofer.de/index.php/s/MQUpf2vhIghAtke/download -O tool-tracking-data.zip
unzip tool-tracking-data.zip && rm tool-tracking-data.zip
  1. Setup a virtual python environment (e.g. with conda)
conda create --name tool-tracking_env python=3.7
conda activate tool-tracking_env
pip install -r requirements.txt
  1. Mark the data-tools and fhg-utils folders as Content roots or add them to your PYTHONPATH
  2. Get introduced on how to load and work with the data

Start Jupyter and run the both notebook How-to-load-the-data.ipynb and plot_window_sizes.ipynb with:

jupyter notebook

Changelog:

  • 2020-08-14: Update dataset with enhanced rivetter labels
  • 2020-08-12: Update dataset with twice the amount of labeled data; enhanced labels.
  • 2020-07-29: Update data loader and notebooks

Known issues:

  • 2020-08-12: Enforcing window lenghts when segmenting rivetter data lets two very short windows (label -1) slip through. These cause problems and need to be filtered out: 'filter_labels(..)'

License: Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.3%
  • Python 8.7%