lyft / nuscenes-devkit

Devkit for the public 2019 Lyft Level 5 AV Dataset (fork of https://github.com/nutonomy/nuscenes-devkit)
Other
366 stars 103 forks source link

Improve tolerance for missing tables #38

Closed rkesten closed 4 years ago

rkesten commented 4 years ago

The SDK always tolerates when "instance" and "sample_annotation" tables are missing in a dataset, while all other tables are required.

ternaus commented 4 years ago

In addition to the standard flake8 we run a few more checks for syntax, including black

Could you please run from the repo?

black .

It should reformat files with respect to the black's standards.

This will allow it to pass the checks in CircleCI and I would be happy to approve the commit after this,

ternaus commented 4 years ago

Could you also bump version in setup.py, so that we would be able to upload the updated version to pypi?