Skip to content

Commit

Permalink
update notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
GiordanoLaminetti committed Dec 3, 2020
1 parent eb61416 commit f2f17f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
27 changes: 2 additions & 25 deletions trajectory_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@
"import time\n",
"import os\n",
"from utils import load_images_KITTI\n",
"import plotly.graph_objects as go\n",
"\n",
"import plotly.io as pio\n",
"pio.orca.config.use_xvfb = True\n",
"pio.orca.config.save()"
"import plotly.graph_objects as go"
]
},
{
Expand Down Expand Up @@ -148,34 +144,15 @@
" if ttrack < t:\n",
" time.sleep(t - ttrack)\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.9"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
}
9 changes: 1 addition & 8 deletions usage_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,6 @@
" if ttrack < t:\n",
" time.sleep(t - ttrack)\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -159,4 +152,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit f2f17f8

Please sign in to comment.