Skip to content

Releases: tier4/tier4_perception_dataset

Release v1.0.17

22 Nov 01:07
f679586
Compare
Choose a tag to compare

What's Changed

  • feat: add upload_dataset functionality by @miursh in #158
  • docs: add automatic_annotation information by @miursh in #166
  • feat(rosbag2_to_non_annotated_t4): support image undistortion option by @miursh in #156
  • docs: update the description of ego_pose coordinate system by @miursh in #167
  • fix(rosbag2_to_non_annotated_t4): enhance point_cloud2_to_array to support optional lidar index field by @miursh in #168
  • feat(deepen): add support of converting deepen 2D segmentation annotation by @ktro2828 in #164
  • feat: update record classes for CoMLOPs format by @ktro2828 in #163
  • chore: Release v1.0.17 by @miursh in #170

Full Changelog: v1.0.16...v1.0.17

Release v1.0.16

31 Oct 01:02
c3c33aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.15...v1.0.16

Release v1.0.15

19 Sep 17:11
v1.0.15
4853518
Compare
Choose a tag to compare

Features

  • [t4 devkit] Add support of saving rendering result as .rrd (#146)

Bug Fixes

  • [non_annotated_t4_to_deepen] Fix frame skipping logic (#153)

Chode

  • Fix typo of occlusion (#151)

What's Changed

  • feat(t4 devkit): add support of saving rendering result as .rrd by @ktro2828 in #146
  • chore: fix typo of occlusion by @ktro2828 in #151
  • fix(non_annotated_t4_to_deepen): fix frame skipping logic by @miursh in #153

Full Changelog: v1.0.14...v1.0.15

Release v1.0.13

30 Jul 23:47
v1.0.13
fa6b1f8
Compare
Choose a tag to compare

Features

  • [t4-devkit] Remove SensorChannel and replace it by str (#132)

Bug Fixes

  • [t4-devkit] Resolve unexpected point normalization (#133)

Documentation

  • Comlops dataset design (#134)

Chores

  • Add config yaml (#131)

What's Changed

Full Changelog: v1.0.12...v1.0.13

Release v1.0.12

13 Jul 05:14
v1.0.12
39a4a88
Compare
Choose a tag to compare

Features

  • Add tier4-devkit library (#111)

Builds

  • [deps] Bump zipp from 3.18.2 to 3.19.1 (#128)

Chores

  • Release v1.0.12 (#130)

What's Changed

New Contributors

Full Changelog: v1.0.11...v1.0.12

Release v1.0.11

04 Jul 17:40
v1.0.11
ccdcf8a
Compare
Choose a tag to compare

Features

  • [rosbag_to_non_annotated_t4] Enhance image data handling to support CompressedImage format (#115)

Bug Fixes

  • [non_annotated_t4_to_deepen] Skip frame when some cameras do not exist (#114)
  • Rosbag conversion (#123)

Documentation

  • Update dataset description (#121)

What's Changed

  • feat(rosbag_to_non_annotated_t4): Enhance image data handling to support CompressedImage format by @miursh in #115
  • fix(non_annotated_t4_to_deepen): skip frame when some cameras do not exist by @kminoda in #114
  • docs: update dataset description by @miursh in #121
  • fix: rosbag conversion by @miursh in #123

Full Changelog: v1.0.10...v1.0.11

Release v1.0.10

19 Jun 03:23
v1.0.10
95dc22a
Compare
Choose a tag to compare

Features

  • Add backward compatibility for autoware_auto_msgs (#104)
  • Add backward compatibility for autoware_auto_msgs and autoware_msgs (#110)

Bug Fixes

  • [converter_params] Fix type (#113)

What's Changed

  • feat: add backward compatibility for autoware_auto_msgs by @kminoda in #104
  • Revert "feat: add backward compatibility for autoware_auto_msgs" by @kminoda in #109
  • feat: add backward compatibility for autoware_auto_msgs and autoware_msgs by @kminoda in #110
  • fix(converter_params): fix type by @kminoda in #113
  • fix pandar_msg dependency by @miursh in #117

Full Changelog: v1.0.9...v1.0.10

Release v1.0.9

23 May 08:00
v1.0.9
22844d2
Compare
Choose a tag to compare

Features

  • [rosbag_to_non_annotated_t4] Add support for selecting world frame-id (#102)
  • [rosbag2_to_non_annotated_t4] Improve point cloud conversion time. (#105)

Chores

  • Speed up preprocessing for rosbag loading in Rosbag2ToNonAnnotatedT4Converter (#101)

What's Changed

  • chore: Speed up preprocessing for rosbag loading in Rosbag2ToNonAnnotatedT4Converter by @miursh in #101
  • feat(rosbag_to_non_annotated_t4): add support for selecting world frame-id by @miursh in #102
  • feat(rosbag2_to_non_annotated_t4): improve point cloud conversion time. by @miursh in #105

Full Changelog: v1.0.8...v1.0.9

Release v1.0.8

13 May 05:01
v1.0.8
df78206
Compare
Choose a tag to compare

Features

  • Merge T4 Datasets with 2D Camera annotations and 3D LiDAR annotations (#96)

What's Changed

  • feat: merge T4 Datasets with 2D Camera annotations and 3D LiDAR annotations by @miursh in #96
  • chore(release): v1.0.8 by @miursh in #100

Full Changelog: v1.0.7...v1.0.8

Release v1.0.7

09 May 04:41
2da2186
Compare
Choose a tag to compare

Features

  • Better typing (#85)
  • [attribute_merger] Merge turn signal/brake lamp annotation (#92)
  • Add fastlabel-2D to t4dataset converter (#93)
  • Bump version to v1.0.7 (#99)

Bug Fixes

  • [rosbag2_t4_tlr] Fix default delay_msec value (#84)
  • Typo (#91)
  • Modify key name and add option to exclude copying (#95)

Continuous Integrations

  • Add workflow timeout (#89)