Skip to content

Commit 6ebafa3

Browse files
authored
Update README.md
1 parent 9b49db1 commit 6ebafa3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Copyright 2019-2020 The MathWorks, Inc.
44

5+
[![View Deep Learning For Object Detection on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/73954-deep-learning-for-object-detection)
6+
57
## Introduction
68

79
This repository consists of the code files for the following videos, dataset used for this code can be found here : https://drive.google.com/drive/u/1/folders/1bhohhPoZy03ffbM_rl8ZUPSvJ5py8rM- ;
@@ -13,9 +15,10 @@ This repository consists of the code files for the following videos, dataset use
1315

1416
## SetUp
1517

16-
1. Download all the files and folders from this repository.
17-
2. Run ***addFilestoPath.m*** to add all folders and files to the current path
18-
3. Run ***adjustGroundTruthPaths.m*** to change the ground truth data objects' source path if path issues occur
18+
1. Clone the repository.
19+
2. Launch Deeplearningforobjectdetection.prj to set-up the project environment.
20+
3. Download the data from this google drive folder : https://drive.google.com/drive/u/1/folders/1bhohhPoZy03ffbM_rl8ZUPSvJ5py8rM-
21+
4. The first time you run this example, edit appropriately and run ***adjustGroundTruthPaths.m*** to adjust the ground truth data objects' source path for your computer. Instructions on the edits needed are in the code file.
1922

2023
## Folder Structure
2124

@@ -24,3 +27,4 @@ This repository consists of the code files for the following videos, dataset use
2427

2528

2629
for any questions contact the authors : roboticsarena@mathworks.com
30+

0 commit comments

Comments
 (0)