Skip to content

Releases: TRI-ML/dgp

v1.5

07 Dec 03:52
5fa6002
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4...v1.5

v1.4

24 Aug 02:55
889d8b6
Compare
Choose a tag to compare

What's Changed

  • fix: virtual environment to be able to run make test by @nehalmamgain in #110
  • fix: fix documentation build and docs by @tk-woven in #113
  • feat: fix latent pylint errors in many source files by @tk-woven in #115
  • feat: introduce pre-commit and configure most existing linters in it by @tk-woven in #118
  • feat: move more linters from SuperLinter to pre-commit by @tk-woven in #122
  • feat: replace markdownlint with prettier Markdown auto-formatting by @tk-woven in #123
  • ci: updating packages to downstream, including Ubuntu20 and py39 by @wadimkehl in #125
  • fix: Update requirements.txt by @wadimkehl in #111
  • fix: fixing the numpy dtype warnings > v1.19 by @wadimkehl in #117
  • feat: replace last SuperLinter check yamllint with pre-commit hook by @tk-woven in #124

New Contributors

Full Changelog: v1.3...v1.4

TRI-ML DGP v1.3

05 Aug 03:01
252e9b0
Compare
Choose a tag to compare

The v1.3 release contains the definition of some 3D types and some tooling bug fixes.

Full Changelog: v1.2...v1.3

TRI-ML DGP v1.2

20 Jul 23:08
ac2823c
Compare
Choose a tag to compare

V1.2 release contains some updates to project dependencies and more.

  • Bump ujson from 1.35 to 5.2.0.
  • Add support for additional camera models in camera intrinsics.
  • Add distortion parameters to BaseDataset.
  • Split requirements into lib and dev.
  • Add option to specify num_processes in compute_image_statistics.

TRI-ML DGP v1.1

24 May 16:49
5652a44
Compare
Choose a tag to compare

V1.1 release contains the relevant schemas and APIs to expose TRI's autonomous vehicle dataset in a researcher-friendly manner.

  • Support ParallelDomainSampleMetadata.
  • Support keyline2d and classification annotation schema.
  • Support map proto schema.
  • Improve test coverage.

TRI-ML DGP v1.0

30 Sep 23:31
6ff13df
Compare
Choose a tag to compare

V1.0 release contains the relevant schemas and APIs to expose autonomous vehicle datasets in a researcher-friendly manner.

  • SceneDataset schema defined in protocol buffers (added radar message).
  • PyTorch Dataloaders to load DGP datasets.
  • CLI for handling and visualizing DGP datasets.

TRI-ML DGP v0.1

11 May 20:49
8af464a
Compare
Choose a tag to compare

This release contains the relevant schemas and APIs to expose TRI's autonomous vehicle dataset in a researcher-friendly manner.

  • DGP SceneDataset schema defined in protocol buffers.
  • SynchronizedDataset/ParallelDomainDataset to
  • load DGP datasets.
  • Main CLI for handling DGP datasets.