Skip to content

Commit 8afe319

Browse files
committed
Fix description in object dection notebook
1 parent 6d7cd9d commit 8afe319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

section_2_sensor_data_processing/5_object_detection.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
"metadata": {},
256256
"source": [
257257
"### Task 2: Training / Validation / Test Split\n",
258-
"Training neural networks requires several preprocessing steps. In addition to steps as data augmentation or normalization, data has to be loaded and distributed to training, validation, and test datasets. For the split into these three datasets one often finds a 70/20/10 split in literature, so you should apply the same split to the 200 samples from the KITTI dataset.\n",
258+
"Training neural networks requires several preprocessing steps. In addition to steps as data augmentation or normalization, data has to be loaded and distributed to training, validation, and test datasets. For the split into these three datasets one often finds a 70/20/10 split in literature, so you should apply the same split to the 100 samples from the KITTI dataset.\n",
259259
"\n",
260260
"Your task is to create the three datasets with the class `SimpleDataGenerator` and its constructor:\n",
261261
"```\n",
@@ -338,7 +338,7 @@
338338
"cell_type": "markdown",
339339
"metadata": {},
340340
"source": [
341-
"Note: The batch size is set to 2, because of large memory consumption of LiDAR point clouds. Hence, only small batch sizes are typically feasible."
341+
"Note: The batch size is set to 4, because of large memory consumption of LiDAR point clouds. Hence, only small batch sizes are typically feasible."
342342
]
343343
},
344344
{

0 commit comments

Comments
 (0)