bodangjozinski commited on
Commit
1164e25
·
verified ·
1 Parent(s): d24ee8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -17
README.md CHANGED
@@ -14,20 +14,43 @@ tags:
14
  - 1280x1280
15
  ---
16
 
17
- <h1 align="center">
18
- <small>Initial models for the</small>
19
- <br/>
20
- Illegal Dump Site Detection and Landfill Monitoring
21
- <br />
22
- <small> Open-Source Web Application</small>
23
- </h1>
24
 
25
- ## 🌐 Overview
26
 
27
- Utilizing high-resolution drone and satellite imagery for sophisticated image annotation,
28
- training and usage of object detection models,
29
- combined with geospatial analysis, our system offers robust tools to identify illegal dump sites and effectively manage regulated landfills
30
- in order to enhance waste management and environmental monitoring.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
 
32
  ### Key Features
33
  - #### Dataset Management
@@ -48,6 +71,8 @@ in order to enhance waste management and environmental monitoring.
48
  - Advanced tools for managing legal landfills include the submission of waste forms, types, trucks, reports ...
49
  - Integration of _3D point cloud_ scans derived from drone technology for detailed, real-time monitoring.
50
 
 
 
51
  This repository aims to equip researchers, environmental agencies, and policymakers with the tools needed to monitor and respond to environmental challenges efficiently.
52
 
53
  Join us in leveraging these capabilities to maintain ecological integrity and promote sustainable practices in waste management.
@@ -56,9 +81,26 @@ Our complete [Project Charter](https://intelligentnetworksolutions.github.io/Ill
56
 
57
  ## Acknowledgments
58
 
59
- - Sponsor
60
- - **UNICEF Venture Fund**
61
-
62
- - Shoutout
 
 
 
 
 
63
 
64
- - [**MMDetection**](https://github.com/open-mmlab/mmdetection)
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  - 1280x1280
15
  ---
16
 
17
+ # Waste Detection Trained MMDetection Models
 
 
 
 
 
 
18
 
19
+ ## faster_rcnn_resnet101_1xcoco-default-mmdetection-config
20
 
21
+ - MMDetection trained
22
+ - ResNet 101 Backbone
23
+ - Trained on COCO
24
+
25
+ ## ins-waste-detection-faster_rcnn_1xcoco-mmdetection
26
+
27
+ - INS trained
28
+ - ResNet 101 Backbone
29
+ - Uses previous model as a starting base model
30
+ - Fine-tuned on [custom dataset](https://huggingface.co/datasets/INS-IntelligentNetworkSolutions/Waste-Dumpsites-DroneImagery)
31
+
32
+ The trained models and their configs are starting seeded models as a part of the [ Raven Scan ] project, _more details bellow_
33
+
34
+ ---
35
+
36
+ <img style="" src="https://intelligentnetworksolutions.github.io/IllegalDumpSiteDetectionAndLandfillMonitoring/ins-template/public/images/raven-scan-logo-blue-text-gray-nobg-1080x360-svg.svg" alt="Raven Scan Logo"/>
37
+
38
+
39
+ ## Platform Overview
40
+
41
+ The Raven Scan platform leverages advanced drone and satellite imagery to enhance waste management and environmental monitoring through cutting-edge technology.
42
+
43
+ Utilizing high-resolution images combined with sophisticated image annotation, object detection models, and geospatial analysis, our system offers robust tools to identify illegal dump sites and effectively manage regulated landfills.
44
+
45
+ ## User Guides and Documentation
46
+
47
+ ### Guides
48
+
49
+ Explore each feature through our [User Guides](https://intelligentnetworksolutions.github.io/IllegalDumpSiteDetectionAndLandfillMonitoring/guides/user-guides.html)
50
+
51
+ ### Documentation Page
52
+
53
+ Read our official [Documentation](https://intelligentnetworksolutions.github.io/IllegalDumpSiteDetectionAndLandfillMonitoring/index.html)
54
 
55
  ### Key Features
56
  - #### Dataset Management
 
71
  - Advanced tools for managing legal landfills include the submission of waste forms, types, trucks, reports ...
72
  - Integration of _3D point cloud_ scans derived from drone technology for detailed, real-time monitoring.
73
 
74
+ Learn more from our detailed [Feature Documentation](https://intelligentnetworksolutions.github.io/IllegalDumpSiteDetectionAndLandfillMonitoring/documentation/dev-docs-overview.html)
75
+
76
  This repository aims to equip researchers, environmental agencies, and policymakers with the tools needed to monitor and respond to environmental challenges efficiently.
77
 
78
  Join us in leveraging these capabilities to maintain ecological integrity and promote sustainable practices in waste management.
 
81
 
82
  ## Acknowledgments
83
 
84
+ We would like to extend our deepest gratitude to the following organizations and platforms for their invaluable support
85
+
86
+ ### [UNICEF Venture Fund](https://www.unicef.org/innovation/venturefund)
87
+
88
+ We express our profound gratitude to the UNICEF Venture Fund for their generous support of our project. Their commitment to fostering innovation and sponsoring projects that utilize frontier technology is truly commendable and instrumental in driving positive change.
89
+
90
+ ### [MMDetection](https://github.com/open-mmlab/mmdetection)
91
+
92
+ A special thanks to the open-source AI training platform MMDetection. Your robust tools and extensive resources have significantly accelerated our development process.
93
 
94
+ ### Third Party Notices
95
+
96
+ Our project would not have been possible without the myriad of libraries and frameworks that have empowered us along the way. We owe a great debt of gratitude to all the contributors and maintainers of these projects.
97
+
98
+ Thank you to everyone who has made this project possible. We couldn't have done it without you!
99
+
100
+ _Raven Scan uses third-party libraries or other resources that may be distributed under licenses different than the Raven Scan software._
101
+
102
+ _In the event that we accidentally failed to list a required notice, please bring it to our attention by posting an issue on out GitHub Page._
103
+
104
+ _Each team member has played a pivotal role in bringing this project to fruition, and we are immensely thankful for their hard work and dedication._
105
+
106
+ - All [Project Dependencies](https://intelligentnetworksolutions.github.io/IllegalDumpSiteDetectionAndLandfillMonitoring/development/dependencies/dependencies.html)