From 28765e7654a4ae6c8953e189485fe66ab98c8a5a Mon Sep 17 00:00:00 2001 From: Daniel Saavedra Date: Thu, 20 Feb 2020 16:06:43 -0300 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e074f15..9b93310 100755 --- a/README.md +++ b/README.md @@ -200,8 +200,25 @@ On folder Result_yolo3_fault_1 show history train (yolo3_full_yolo.output), weig ### YOLO3 On folder Result_yolo3_fault_4 show history train (yolo3_full_yolo.output), weight and result of this model (mAP 73.02%). - -![](Result_yolo3_fault_4/result_yolo3_fault_4/Mision_41_DJI_0044.jpg) +![](Result_yolo3_fault_4/result_yolo3_fault_4/Mision%2041_DJI_0044.jpg) +# Contributing + +Contributions are welcome and will be fully credited. We accept contributions via Pull Requests on GitHub. + +## Pull Request Checklist + +Before sending your pull requests, make sure you followed this list. + +- Read [contributing guidelines](CONTRIBUTING.md). +- Read [Code of Conduct](CODE_OF_CONDUCT.md). +- Check if my changes are consistent with the [guidelines](https://github.com/RentadroneCL/model-definition/blob/master/CONTRIBUTING.md#general-guidelines-and-philosophy-for-contribution). +- Changes are consistent with the [Coding Style](https://github.com/RentadroneCL/model-definition/blob/master/CONTRIBUTING.md#c-coding-style). +- Run [Unit Tests](https://github.com/RentadroneCL/model-definition/CONTRIBUTING.md#running-unit-tests). + + +# Example to use trained model + +In ['Example_Prediction'](ex_prediction.ipynb)