Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Overview

Image collection is done on any computer running Linux on the drone. Image collection accesses the camera in the same manner as the airside system.

Repository:

https://github.com/UWARG/model-training

Software

Setup

Open the terminal and navigate to the home directory: cd ~/

Clone the repository and setup and activate the virtual environment.

Install packages: pip install imaging/requirements.txt

  • Do NOT use the other requirements files

Usage

Prerequisites:

Update the repository by running:

git checkout main
git pull
git submodule update --remote

Copy the contents of imaging/rc.local/copyme to /etc/rc.local .

  • Modifying /etc/rc.local requires superuser access (e.g. sudo )

Collecting images:

  1. Connect the camera to the computer

  2. Power on the computer:

    1. If camera is not connected, image collection fails to start. Power off the computer and go to step 1

    2. Image collection is automatically run on startup through the /etc/rc.local file

  3. Collect images by pointing the camera towards the object(s) of interest

  4. Power off the computer

Accessing images:

  1. Disconnect all sensors

  2. Power on the computer

  3. Move or copy the images to be saved

  4. Delete the images to free space for future collection

  • No labels