Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 94a4ae8

Browse files
committedApr 25, 2018
chore: Provide better train/val split for Udacity dataset
The notebook now provides a new link to the Udacity dataset that contains a better training and validation split than before. Before, the validation dataset contained mainly cars and no byciclists at all, while the new split is more balanced.
1 parent 95120ef commit 94a4ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ssd7_training.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"source": [
214214
"### Note:\n",
215215
"\n",
216-
"The example setup below was used to train SSD7 on two road traffic datasets released by [Udacity](https://github.com/udacity/self-driving-car/tree/master/annotations) with around 20,000 images in total and 5 object classes (car, truck, pedestrian, bicyclist, traffic light), although the vast majority of the objects are cars. The original datasets have a constant image size of 1200x1920 RGB. I consolidated the two datasets, removed a few bad samples (although there are probably many more), and resized the images to 300x480 RGB, i.e. to one sixteenth of the original image size. In case you'd like to train a model on the same dataset, you can download the consolidated and resized dataset I used [here](https://drive.google.com/open?id=1uOqIUiJlDwoeL8vnNMacNbkDpDe1eRp-) (about 900 MB)."
216+
"The example setup below was used to train SSD7 on two road traffic datasets released by [Udacity](https://github.com/udacity/self-driving-car/tree/master/annotations) with around 20,000 images in total and 5 object classes (car, truck, pedestrian, bicyclist, traffic light), although the vast majority of the objects are cars. The original datasets have a constant image size of 1200x1920 RGB. I consolidated the two datasets, removed a few bad samples (although there are probably many more), and resized the images to 300x480 RGB, i.e. to one sixteenth of the original image size. In case you'd like to train a model on the same dataset, you can download the consolidated and resized dataset I used [here](https://drive.google.com/open?id=1tfBFavijh4UTG4cGqIKwhcklLXUDuY0D) (about 900 MB)."
217217
]
218218
},
219219
{

0 commit comments

Comments
 (0)
Please sign in to comment.