* Initial version of darknet_vendor Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Quote to make tag usable as string Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Add OpenCV option Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Fix include guards Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * First cuda attempt Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Cuda builds and runs Signed-off-by: Shane Loretz<sloretz@openrobotics.org> Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Avoid -pthread flag Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Combine cuda blocks, trivial cleanup Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Add opencv and cuda dependencies Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Add license for FetchContent Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Add Apache 2.0 license Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * FetchContent uses git Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> * Add CONTRIBUTING.md Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
19 lines
915 B
Markdown
19 lines
915 B
Markdown
Any contribution that you make to this repository will
|
|
be under the Apache 2 License, as dictated by that
|
|
[license](http://www.apache.org/licenses/LICENSE-2.0.html):
|
|
|
|
~~~
|
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
any Contribution intentionally submitted for inclusion in the Work
|
|
by You to the Licensor shall be under the terms and conditions of
|
|
this License, without any additional terms or conditions.
|
|
Notwithstanding the above, nothing herein shall supersede or modify
|
|
the terms of any separate license agreement you may have executed
|
|
with Licensor regarding such Contributions.
|
|
~~~
|
|
|
|
Contributors must sign-off each commit by adding a `Signed-off-by: ...`
|
|
line to commit messages to certify that they have the right to submit
|
|
the code they are contributing to the project according to the
|
|
[Developer Certificate of Origin (DCO)](https://developercertificate.org/).
|