Skip to content

Commit 8600121

Browse files
authored
Merge pull request #233 from JdeRobot/revert-232-revert-231-dph/v2
DetectionMetrics v2
2 parents d77688a + 53ec531 commit 8600121

File tree

454 files changed

+10061
-28357
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

454 files changed

+10061
-28357
lines changed

.github/workflows/main.yml

-36
This file was deleted.

.gitignore

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
.clang_complete
1+
.vscode
22

3-
# Py byte files
4-
*.py[cod]
3+
.mypy_cache
4+
__pycache__
5+
6+
.venv
7+
dist
8+
poetry.lock
9+
10+
local/*

.travis.yml

-99
This file was deleted.

Brewfile

-11
This file was deleted.

CONTRIBUTING.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thanks for your interest on contributing!
44

5-
This file contains a set of rules to contributing to the project and the
5+
This file contains a set of rules to contributing to the project and the
66
rest of the projects developed by JdeRobot.
77
If you have any doubt about how to contribute contact one of the maintainers
88
of the project. They will be pleased to tell you how you can contribute with your
@@ -19,7 +19,7 @@ Please report any unacceptable behavior to any of [the maintainers](#i-have-a-qu
1919

2020
<a name="#prerequisites"></a>
2121
## Prerequisites before contributing
22-
In order to contribute to JdeRobot projects, please read carefully the project README.md/webpage (if available) before
22+
In order to contribute to JdeRobot projects, please read carefully the project README.md/webpage (if available) before
2323
starting contributing to understand the purpose of the project and where you can contribute.
2424

2525
<a name="#how-to-contribute"></a>
@@ -40,22 +40,24 @@ The two following points are different depending on the permissions you have to
4040
write a good description of the changes made and refer to the issue solved to make things easier to the maintainers. Include any additional resource that would be interesting (references, screenshots...). Link the PR with the issue
4141

4242
* **Testing and merging pull requests**
43-
Your pull request will be automatically tested by Travis CI. If any jobs have failed, you should fix them.
43+
Your pull request will be automatically tested by Travis CI. If any jobs have failed, you should fix them.
4444
To rerun the automatic builds just push changes to your branch on GitHub. No need to close that pull request and open a new one!
4545
Once all the builders are "green", one of DetectionMetrics's developers will review your code. Reviewer could ask you to modify your pull request.
4646
Please provide timely response for reviewers (within weeks, not months), otherwise you submission could be postponed or even rejected.
47-
47+
4848
* **[If you have write permission] Don't accept your own pull requests:** Wait for a project maintainer to accept the changes you made. They will probably comment the pull request with some feedback and will consider if it can be merge to the master branch.
4949
Be proactive and kind!
5050

5151
<a name="#contact"></a>
5252
## I have a question
5353
If you have any question related to how to contribute to the project or anything related to the organization,
54-
you can contact the main project maintainers sending them an email. Indicate the project you are talking about in the
54+
you can contact the main project maintainers sending them an email. Indicate the project you are talking about in the
5555
subject of the email, please.
5656

5757
Emails:
5858

59+
<d.pascualhe@gmail.com>
60+
5961
<sergiopaniegoblanco@gmail.com>
6062

6163
<vinay0410sharma@gmail.com>

DetectionMetrics/CMakeLists.txt

-75
This file was deleted.

DetectionMetrics/ClassMappingHierarchy.xml

-99
This file was deleted.

0 commit comments

Comments
 (0)