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
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Copyright 2019-2020 The MathWorks, Inc.
4
4
5
+
[](https://www.mathworks.com/matlabcentral/fileexchange/73954-deep-learning-for-object-detection)
6
+
5
7
## Introduction
6
8
7
9
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
13
15
14
16
## SetUp
15
17
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.
19
22
20
23
## Folder Structure
21
24
@@ -24,3 +27,4 @@ This repository consists of the code files for the following videos, dataset use
24
27
25
28
26
29
for any questions contact the authors : roboticsarena@mathworks.com
0 commit comments