Skip to content

Commit a33f2de

Browse files
authored
Create README.md
1 parent b2a9042 commit a33f2de

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Dataset Creator OSI
2+
3+
this package exists to make usage of a rosbag data collection and convert it to OSI files.
4+
5+
first step is to create a yaml descriptor file of your sensors, to do that use config_creator.py
6+
7+
The yaml files describe how the datasetcreator file will work.
8+
9+
it is of great importance to have the names of the classes equal to those created in the package. if the type is a Camera, put Camera in type. not camera, or cAmeRA.
10+
11+
The main file is dataset_creator.py
12+
13+
when executed it will generate the osi files in the specified folder from the specified rosbag.
14+
15+
Suggestion, check out the [parallel project](https://doi.org/10.5281/zenodo.1146014) and usage, it is quite benefitial when working with more than one bag.
16+
17+
Acknoledgment
18+
19+
Funded by the European Union (grant no. 101069576). Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Climate, Infrastructure and Environment Executive Agency (CINEA). Neither the European Union nor the granting authority can be held responsible for them.
20+
21+
UK and Swiss participants in this project are supported by Innovate UK (contract no. 10045139) and the Swiss State Secretariat for Education, Research and Innovation (contract no. 22.00123) respectively.

0 commit comments

Comments
 (0)