-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SCAN THE CODE: add stc dataset and label files
- Loading branch information
1 parent
37e6f39
commit 5dd87e2
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.