Skip to content

Commit

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

    Internal change

518691042  by Waymo Research:

    Re-write package build rules/scripts from scratch.
    Minor fixes for tutorials
    Rename third_party into wdl_limited
    Move all source code into src folder.

--

PiperOrigin-RevId: 518755282
  • Loading branch information
Waymo Research authored and Alexander Gorban committed Mar 23, 2023
1 parent a7ff34e commit 9d0be7c
Show file tree
Hide file tree
Showing 360 changed files with 2,383 additions and 3,839 deletions.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Ignore backup files.
*~
# Ignore Vim swap files.
.*.swp
# Ignore files generated by IDEs.
.aswb/
.cache/
.classpath
.clwb/
.factorypath
.idea/
.ijwb/
.project
.settings
.vscode/
venv/
.venv/
bazel.iml
# Ignore all bazel-* symlinks. There is no full list since this can change
# based on the name of the directory bazel is cloned into.
bazel-*
# Ignore outputs generated during Bazel bootstrapping.
output/
# Ignore jekyll build output.
production
.sass-cache
# User-specific .bazelrc
user.bazelrc
12 changes: 9 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Copyright © 2023 Waymo LLC
This code repository (excluding src/waymo_open_dataset/wdl_limited folder) is
licensed under the Apache License, Version 2.0. The code appearing in
src/waymo_open_dataset/wdl_limited folder is licensed under terms appearing
therein.

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down Expand Up @@ -202,7 +208,7 @@

------------------------------------------------------------------------------

Files: third_party/camera/*
Files: src/waymo_open_dataset/wdl_limited/camera/*

Copyright (c) 2019 Waymo LLC.

Expand Down Expand Up @@ -234,7 +240,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------------------------------------------------------------------------------

Files: third_party/camera_segmentation/*
Files: src/waymo_open_dataset/wdl_limited/camera_segmentation/*

Copyright (c) 2023 Waymo LLC.

Expand Down Expand Up @@ -266,7 +272,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------------------------------------------------------------------------------

Files: third_party/sim_agents_metrics/*
Files: src/waymo_open_dataset/wdl_limited/sim_agents_metrics/*

Copyright (c) 2023 Waymo LLC.

Expand Down
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## License
This code repository (excluding
[`src/waymo_open_dataset/wdl_limited`](src/waymo_open_dataset/wdl_limited)
folder) is licensed under the Apache License, Version 2.0. The code appearing in
[`src/waymo_open_dataset/wdl_limited`](src/waymo_open_dataset/wdl_limited) is
licensed under terms appearing therein. The Waymo Open Dataset itself is
licensed under separate terms. Please
visit [https://waymo.com/open/terms/](https://waymo.com/open/terms/) for
details. Code located in each of the subfolders located at
[`src/waymo_open_dataset/wdl_limited`](src/waymo_open_dataset/wdl_limited) is
licensed under (a) a BSD 3-clause copyright license and (b) an additional
limited patent license. Each limited
patent license is applicable only to code under the respective `wdl_limited`
subfolder, and is licensed for use only with the use case laid out in such
license in connection with the Waymo Open Dataset, as authorized by and in
compliance with the Waymo Dataset License Agreement for Non-Commercial Use. See
[wdl_limited/camera/](src/waymo_open_dataset/wdl_limited/camera),
[wdl_limited/camera_segmentation/](src/waymo_open_dataset/wdl_limited/camera_segmentation),
[wdl_limited/sim_agents_metrics/](src/waymo_open_dataset/wdl_limited/sim_agents_metrics),
respectively, for details.

# Waymo Open Dataset

We have released the Waymo Open Dataset publicly to aid the research community in making advancements in machine perception and autonomous driving technology.
Expand Down Expand Up @@ -93,11 +114,6 @@ This code repository contains:

Please refer to the [Quick Start](docs/quick_start.md).

## License
This code repository (excluding third_party) is licensed under the Apache License, Version 2.0. Code appearing in third_party is licensed under terms appearing therein.

The Waymo Open Dataset itself is licensed under separate terms. Please visit [https://waymo.com/open/terms/](https://waymo.com/open/terms/) for details. Code located at third_party/camera is licensed under a BSD 3-clause copyright license + an additional limited patent license applicable only when the code is used to process data from the Waymo Open Dataset as authorized by and in compliance with the Waymo Dataset License Agreement for Non-Commercial Use. See third_party/camera for details.

## Citation
### for Perception dataset
@InProceedings{Sun_2020_CVPR,
Expand Down
98 changes: 0 additions & 98 deletions WORKSPACE.in

This file was deleted.

99 changes: 0 additions & 99 deletions configure.sh

This file was deleted.

Loading

0 comments on commit 9d0be7c

Please sign in to comment.