diff --git a/docs/LANEDETECTION.md b/docs/LANEDETECTION.md index 05298f4b..c19af570 100644 --- a/docs/LANEDETECTION.md +++ b/docs/LANEDETECTION.md @@ -1,5 +1,7 @@ # Lane detection +**Before diving into this, please make sure you followed the instructions to prepare datasets in [DATASET.md](./DATASET.md)** + ## Training: If you are using ERFNet, first download the ImageNet pre-trained weights *erfnet_encoder_pretrained.pth.tar* from [here](https://github.com/Eromera/erfnet_pytorch/tree/master/trained_models) and put it in the main folder. diff --git a/docs/SEGMENTATION.md b/docs/SEGMENTATION.md index e8c9c07e..d79e216f 100644 --- a/docs/SEGMENTATION.md +++ b/docs/SEGMENTATION.md @@ -1,5 +1,7 @@ # Semantic segmentation +**Before diving into this, please make sure you followed the instructions to prepare datasets in [DATASET.md](./DATASET.md)** + ## Training: If you are using ERFNet, first download the ImageNet pre-trained weights *erfnet_encoder_pretrained.pth.tar* from [here](https://github.com/Eromera/erfnet_pytorch/tree/master/trained_models) and put it in the main folder.