|
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 | 5 | # Human_Detection_Tracking-CPP
|
5 | 6 | [](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 :
|
35 | 36 | ## Project Collaterals
|
36 | 37 | The Agile Iterative Process will be used for the development of this system consisting of two sprints.
|
37 | 38 |
|
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). |
39 | 40 |
|
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). |
41 | 42 |
|
42 | 43 | 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).
|
43 | 44 |
|
@@ -66,7 +67,7 @@ The following shows the activity diagram for our proposed schema :
|
66 | 67 |
|
67 | 68 | *Fig 1 : Activity Diagram*
|
68 | 69 |
|
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). |
70 | 71 |
|
71 | 72 | ## Few key points in the implementation
|
72 | 73 | ### 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
|
95 | 96 | second human's location will be extracted from Rects positions[2] and positions[3]
|
96 | 97 | Example for location extraction of one of the coordinates of the first human:
|
97 | 98 |
|
98 |
| -> x = position[0] (0) |
| 99 | +> x = position[0] (0) |
99 | 100 | > y = position[0] (1)
|
100 | 101 | > z = position[0] (2)
|
101 | 102 |
|
|
0 commit comments