Skip to content

Commit

Permalink
fix: change default label_only value
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda committed Dec 13, 2023
1 parent 6623570 commit 9af21ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/convert_annotated_t4_to_deepen_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ conversion:
output_base: ./data/deepen_format
annotation_hz: 10
workers_number: 12
label_only: True
label_only: False
camera_sensors:
- channel: CAM_FRONT
- channel: CAM_FRONT_RIGHT
Expand Down
3 changes: 2 additions & 1 deletion docs/tools_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,9 @@ python -m perception_dataset.convert --config config/rosbag2_to_t4/convert_pseud
### Annotated T4 format to Deepen format

In case you may want to modify the annotation of the T4 format data, you can also convert the annotated T4 format data to Deepen format.
NOTE: By default the conversion script will convert sensor data and annotation data, but you may change `label_only` to `true` in the config file to convert only the annotation data.

input: Annotated T4 format data
input: Annotated T4 format data
output: deepen-format data

```bash
Expand Down

0 comments on commit 9af21ed

Please sign in to comment.