Offline Generation Tool
This page describes how to use the offline tool - the main tool to generate ground truth from a recording. The input to the tool is a dataset configuration folder with a recorded .bag
file, which contains ROS topics with camera frames or events and vicon messages.
A ROS environment and workspace that is analagous to the provided Docker environment is required.
The tool is only capable of running per-camera; a typical roslaunch
command may look like:
roslaunch evimo event_imo_offline.launch show:=-1 folder:=<dataset configuration folder> camera_name:=<camera_name> \
generate:=true \
save_3d:=false \
fps:=40 \
t_offset:=0 \
t_len:=-1
After the generation, the TXT version of the ground truth can be found in:
<dataset configuration folder>/<camera_name>/ground_truth
Parameters
The parameters of the .launch
file are:
Key |
Description |
---|---|
|
Path to the dataset configuration folder |
|
Name of the folder within the dataset configuration folder |
|
|
|
If |
|
Experimental feature that will save filtered events as a |
|
The tool will attempt to generate ground truth every 1/fps seconds |
|
Skip |
|
Process at most |