You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2021. It is now read-only.
To interface your neural net with the QuadSim simulator, you must use a version QuadSim that has been custom tailored for this project. The previous version that you might have used for the Controls lab will not work.
@@ -39,7 +47,7 @@ If for some reason you choose not to use Anaconda, you must install the followin
39
47
* transforms3d
40
48
41
49
## Implement the Segmentation Network
42
-
1. Download the training dataset from [here](https://github.com/udacity/RoboND-DeepLearning/tree/master/data), and extract to the project `data` directory.
50
+
1. Download the training dataset from above and extract to the project `data` directory.
43
51
2. Complete `make_model.py`by following the TODOs in `make_model_template.py`
44
52
3. Complete `data_iterator.py` by following the TODOs in `data_iterator_template.py`
45
53
4. Complete `train.py` by following the TODOs in `train_template.py`
@@ -48,7 +56,7 @@ If for some reason you choose not to use Anaconda, you must install the followin
48
56
7. Once you are comfortable with performance on the training dataset, see how it performs in live simulation!
49
57
50
58
## Collecting Training Data ##
51
-
A simple training dataset has been provided in the [releases](https://github.com/udacity/RoboND-DeepLearning/tree/master/data) section of this repository. This dataset will allow you to verify that you're segmentation network is semi-functional. However, if you're interested in improving your score, you may be interested in collecting additional training data. To do, please see the following steps.
59
+
A simple training dataset has been provided above in this repository. This dataset will allow you to verify that you're segmentation network is semi-functional. However, if you're interested in improving your score, you may be interested in collecting additional training data. To do, please see the following steps.
52
60
53
61
The data directory is organized as follows:
54
62
```
@@ -95,7 +103,7 @@ $ python preprocess_ims.py
95
103
**Note**: If your data is stored as suggested in the steps above, this script should run without error.
96
104
97
105
## Training, Predicting and Scoring ##
98
-
With your training and validation data having been generated (or downloaded from the [releases](https://github.com/udacity/RoboND-DeepLearning/tree/master/data) section of this repository, you are free to begin working with the neural net.
106
+
With your training and validation data having been generated or downloaded from the above section of this repository, you are free to begin working with the neural net.
99
107
100
108
**Note**: Training CNNs is a very compute-intensive process. If your system does not have a recent Nvidia graphics card, with [cuDNN](https://developer.nvidia.com/cudnn) installed , you may need to perform the training step in the cloud. Instructions for using AWS to train your network in the cloud may be found [here](docs/aws_setup.md)
0 commit comments