Code to detect rain/inundation using CCTV images, estimate affected area/depth and store data in MySQL. Image processing & ML for efficient flood monitoring & management.
MIT License
2
stars
0
forks
source link
[Sweep Rules] Add docstrings to functions and file headers in demo.py #13
"Add docstrings to all functions and file headers."
Description
This PR adds docstrings to functions and file headers in the demo.py file. It ensures that all functions and the file itself have proper documentation.
Summary of Changes
Added docstrings to the extract_bboxes function and the compute_iou function in the utils_org.py file.
Added a file header docstring to the demo.py file in the packages/mrcnn directory.
PR Feedback (click)
I created this PR to address this rule:
"Add docstrings to all functions and file headers."
Description
This PR adds docstrings to functions and file headers in the
demo.py
file. It ensures that all functions and the file itself have proper documentation.Summary of Changes
extract_bboxes
function and thecompute_iou
function in theutils_org.py
file.demo.py
file in thepackages/mrcnn
directory.