Skip to content

Commit

Permalink
SCAN THE CODE: add stc dataset and label files
Browse files Browse the repository at this point in the history
  • Loading branch information
kev-the-dev committed Apr 25, 2018
1 parent 37e6f39 commit 5dd87e2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions perception/navigator_vision/config/stc_datasets.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Defines one labeling project
datasets:
- name: navigator_stc_seecam
sources:
- file: stc.bag # bag file name. Will be resolved relative to bag dir set in yaml of cli argument
topic: /camera/seecam/image_raw # Topic in bag to extract images from
encoding: rect_color # How to process image if needed, can be mono, rect, color, or rect_color
freq: 0.5 # Number of images to extract per second of bag time
- file: stc_closer.bag
topic: /camera/seecam/image_raw
encoding: rect_color
freq: 0.5
- file: scanthecode.bag
topic: /camera/seecam/image_raw
encoding: rect_color
freq: 0.05
- file: stc2.bag
topic: /camera/seecam/image_raw
encoding: rect_color
freq: 0.5
Loading

0 comments on commit 5dd87e2

Please sign in to comment.