Skip to content

Commit

Permalink
Merged commit includes the following changes:
Browse files Browse the repository at this point in the history
442031083  by Waymo Research:

    Internal change.

--

PiperOrigin-RevId: 442031083
  • Loading branch information
Waymo Research authored and Alexander Gorban committed Apr 15, 2022
1 parent 2a7359b commit 2b78fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pip_pkg_scripts/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ from setuptools import setup
from setuptools.command.install import install
from setuptools.dist import Distribution

__version__ = '1.4.3'
__version__ = '1.4.4'
REQUIRED_PACKAGES = [
'tensorflow==' + '.'.join('TF_VERSION'.split('-')),
'plotly>=5.5.0',
Expand Down
2 changes: 1 addition & 1 deletion waymo_open_dataset/label.proto
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ message Label {
// as follows:
// c_camra_synced = c + v * (t_capture - t_frame),
// while keeping the box dimensions and heading direction.
// We use the camera_synced_box as the ground truth box for the Camera-Only 3D
// We use the camera_synced_box as the ground truth box for the 3D Camera-Only
// Detection Challenge. This makes the assumption that the users provide the
// detection at the same time as the most visible camera captures the object
// center.
Expand Down

0 comments on commit 2b78fba

Please sign in to comment.