Skip to content

Releases: tier4/tier4_perception_dataset

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)

Release v1.0.6

21 Feb 15:10
v1.0.6
5118f83
Compare
Choose a tag to compare

Features

  • [annotated_to_deepen] Add default attributes (#67)
  • Add data interpolation (#51)
  • [utils/misc] Add guard for image_timestamp_list array (#78)
  • Update TrafficSignal to TrafficLight (#80)

Bug Fixes

  • Adjust bbox mask based on frame and sensor (#79)
  • [rosbag2_to_annotated_t4_tlr] Make Rosbag2ToAnnotatedT4TlrConverter work (#82)

Builds

  • [deps] Bump pillow from 9.5.0 to 10.2.0 (#75)

Chores

  • [deepent_to_t4] Fix type hints of input_bag_base (#72)

What's Changed

  • feat(annotated_to_deepen): add default attributes by @kminoda in #67
  • chore(deepent_to_t4): fix type hints of input_bag_base by @yukke42 in #72
  • feat: add data interpolation by @ktro2828 in #51
  • build(deps): bump pillow from 9.5.0 to 10.2.0 by @dependabot in #75
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #74
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #76
  • fix: update TrafficSignal to TrafficLight by @ktro2828 in #80
  • feat(utils/misc): add guard for image_timestamp_list array by @kminoda in #78
  • fix: adjust bbox mask based on frame and sensor by @Maciejeg in #79
  • fix(rosbag2_to_annotated_t4_tlr): make Rosbag2ToAnnotatedT4TlrConverter work by @miursh in #82

New Contributors

  • @Maciejeg made their first contribution in #79

Full Changelog: v1.0.5...v1.0.6