Skip to content

Commit 345a5f3

Browse files
Merge pull request #6 from ika-rwth-aachen/update/point_pillars
Update point_pillars version
2 parents d08bcfa + 8e7099a commit 345a5f3

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN pip install -r requirements.txt
5858
RUN jupyter labextension install jupyterlab-plotly
5959

6060
# Install PointPillars Package
61-
RUN pip install git+https://github.com/ika-rwth-aachen/PointPillars.git@fix/ika-changes
61+
RUN pip install git+https://github.com/ika-rwth-aachen/PointPillars.git
6262

6363
# Install TensorBoard Widget
6464
RUN pip install git+https://github.com/cliffwoolley/jupyter_tensorboard.git

section_2_sensor_data_processing/6_grid_mapping.ipynb

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,8 @@
4545
"cell_type": "markdown",
4646
"metadata": {},
4747
"source": [
48-
"### Install Dependencies\n",
49-
"Our data pipeline uses a [modified version of the point_pillars package](https://github.com/ika-rwth-aachen/PointPillars) to structure 3D point clouds in pillars that are then processed by the neural network. This is described in the [original PointPillars publication](https://arxiv.org/abs/1812.05784). The following command will download, compile and install the package directly from the git repository."
50-
]
51-
},
52-
{
53-
"cell_type": "code",
54-
"execution_count": null,
55-
"metadata": {
56-
"vscode": {
57-
"languageId": "python"
58-
}
59-
},
60-
"outputs": [],
61-
"source": [
62-
"!pip uninstall point_pillars --yes\n",
63-
"!rm -rf point_pillars\n",
64-
"!pip install --force-reinstall git+https://github.com/ika-rwth-aachen/PointPillars.git"
48+
"### Dependencies\n",
49+
"Our data pipeline uses again the [modified version of the point_pillars package](https://github.com/ika-rwth-aachen/PointPillars) to structure 3D point clouds in pillars that are then processed by the neural network. This is described in the [original PointPillars publication](https://arxiv.org/abs/1812.05784). We already installed the `point_pillars` python package and setup everything within this notebook."
6550
]
6651
},
6752
{
@@ -788,6 +773,18 @@
788773
"display_name": "Python 3 (ipykernel)",
789774
"language": "python",
790775
"name": "python3"
776+
},
777+
"language_info": {
778+
"codemirror_mode": {
779+
"name": "ipython",
780+
"version": 3
781+
},
782+
"file_extension": ".py",
783+
"mimetype": "text/x-python",
784+
"name": "python",
785+
"nbconvert_exporter": "python",
786+
"pygments_lexer": "ipython3",
787+
"version": "3.9.6"
791788
}
792789
},
793790
"nbformat": 4,

0 commit comments

Comments
 (0)