Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Legal Terms to Trajectory Clustering Notebook #1111

Merged
merged 7 commits into from
May 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions notebooks/trajectory_clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,29 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"## Load preprocessed trajectories"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"The real-world trajectory dataset we used here for this example is collected from a traffic intersection located in Dubuque, Iowa.\n",
"We applied the following steps to extract vehicle trajectories from multiple cameras implemented at this intersection:\n",
"\n",
"- Detect vehicle locations in camera domain using AI based detectors\n",
"- Apply tracking algorithm to assign the same id to the same vehicle\n",
"- Project the vehicle location from camera domain to latitudes and longitudes\n",
"- Create trajectories based on vehicle id\n",
"\n",
"This dataset provided by NVIDIA is under the [Creative Commons 4.0 Attribution-ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/)."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thank you!

]
},
{
"cell_type": "code",
"execution_count": 2,
Expand Down Expand Up @@ -81,6 +98,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -152,6 +170,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -187,6 +206,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -232,6 +252,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -280,6 +301,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -385,6 +407,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -457,6 +480,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -527,6 +551,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -598,6 +623,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down