-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete Iteration1 #13
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ode and start making contributions visible. Also modified the gitignore to account for future build related files to not get pushed.
Built the initial directory structure from where we can now add our c…
… the executables and libararies are created and linked. Also created the test directory with the relevant files in it. More changes needed to be done to the highest level CMakeLists.txt file to enable usage of Google Mock.
This commit finishes writing to all the CMakeLists.txt files. Now all…
…ding the structural UML diagram for the human detector, all UMLs are done and we can proceed with the actualization for the files in the libs folder
This commit confirms the completion of UML diagrams for phase 1.By ad…
Complete UML Diagrams for Iteration 1
…tector. There are still errors as ONNX Runtime and OpenCV haven't been configured in the primary CMakeLists.txt file. Will need to do that before this file complies correctly.
…tector has been written with empty placeholder functions (stubs). Like the header file, this will also have compile errors as the dependencies are not completely configured yet.
…stacle detector to generate documentation
…2 dnn instead of ONNX runtime based on the developments with respect github ci and codecov
… fix UML Diagrams
…p directory. Further, some naming issues in the files that were noticed late have just been fixed.
…ommented and this branch is ready to be merged with the iteration 1 branch
Everything looks good and ready to merge.
Actualization steps (as per the work log) have all been done.
…e readme are for vinay to add his author description, adding the video once created, and badges
With this commit, the Readme is updated. Only things left to do in th…
Update readme
…t were not done yesterday.
…/Human-Detection-and-Localization into unit_test_iteration1
…Also added the install eigen dependency requirement to the CI.
Unit test for iteration1
…y to tag and wrap up phase 1
Added the video to the Readme file. If this is done, then we are read…
Ready to merge! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@vikrams169 Review