This is the code repository of our paper titled "Using human and robot synthetic data for training smart hand tools", in press at ICRA 2024.
We introduce a data collection and training pipeline for everyday mechanical engineering tasks (cutting, sanding, routing, engraving) performed by hand tools. The paper discusses data trends and establishes a roadmap for model deployment on edge devices.
Install Poetry if you don't have it already:
pipx install poetry
Refer data_README.md.
- Clone the repository and change directory,
git clone git@github.com:UTAustin-SwarmLab/Smart-Tools.git
- Install dependencies using Poetry:
poetry install
- Make sure you choose the virtual environment created by Poetry as the Python interpreter for running the project's code!