Skip to content

Commit a9bb0c5

Browse files
committed
Updated links in the readme.
1 parent 2c56684 commit a9bb0c5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22

3+
34

45
# Human_Detection_Tracking-CPP
56
[![Build Status](https://app.travis-ci.com/llDev-Rootll/Human_Detection_Tracking-CPP.svg?branch=master)](https://app.travis-ci.com/llDev-Rootll/Human_Detection_Tracking-CPP)
@@ -35,9 +36,9 @@ The location information in the robot frame can be seen as :
3536
## Project Collaterals
3637
The Agile Iterative Process will be used for the development of this system consisting of two sprints.
3738

38-
The project proposal can be found [here](https://github.com/llDev-Rootll/Human_Detection_Tracking-CPP/blob/development/assets/Human%20Detector%20%26%20Tracker%20-%20Proposal.pdf).
39+
The project proposal can be found [here](https://github.com/llDev-Rootll/Human_Detection_Tracking-CPP/blob/master/assets/Human%20Detector%20%26%20Tracker%20-%20Proposal.pdf).
3940

40-
The quad chart can be found [here](https://github.com/llDev-Rootll/Human_Detection_Tracking-CPP/blob/development/assets/Quad_Chart.pdf).
41+
The quad chart can be found [here](https://github.com/llDev-Rootll/Human_Detection_Tracking-CPP/blob/master/assets/Quad_Chart.pdf).
4142

4243
The overall backlog table and the tables for each sprints can be found [here](https://docs.google.com/spreadsheets/d/1tjJKUd9B4bBSYAHnrwuMjWNl_lUBmqeB6lw7iTNKZSg/edit?usp=sharing).
4344

@@ -66,7 +67,7 @@ The following shows the activity diagram for our proposed schema :
6667

6768
*Fig 1 : Activity Diagram*
6869

69-
The corresponding class diagram can be found [here](https://github.com/llDev-Rootll/Human_Detection_Tracking-CPP/blob/development/UML/revised/Revised_Class_Diagram.pdf).
70+
The corresponding class diagram can be found [here](https://github.com/llDev-Rootll/Human_Detection_Tracking-CPP/blob/master/UML/revised_Phase_2/Class_Diagram_Phase_2.pdf).
7071

7172
## Few key points in the implementation
7273
### Depth estimation in monocular camera
@@ -95,7 +96,7 @@ If there are two humans detected in a frame, then we will get a vector of four R
9596
second human's location will be extracted from Rects positions[2] and positions[3]
9697
Example for location extraction of one of the coordinates of the first human:
9798

98-
> x = position[0] (0)
99+
> x = position[0] (0)
99100
> y = position[0] (1)
100101
> z = position[0] (2)
101102

0 commit comments

Comments
 (0)