uci-uav-forge / uavf

UAV Forge's ODCL repository.
MIT License
1 stars 1 forks source link

Data recording on ODCL node #66

Open rland93 opened 2 years ago

rland93 commented 2 years ago

400bd60 has a few things that should be useful for testing

The raw image is saved with a unique identifier in /raw/ The cropped image of each target is saved with a unique identifier in /crop/

9e9360f has a few additions

Each found target is given a unique identifier, which is the date, run, frame, target.

5ed9350

Whenever an image is captured as part of the pipeline, the exact capture time is recorded and saved

rland93 commented 2 years ago

Right now, this code is UNTESTED. I plan to test tomorrow.