Model based on CNNs that integrates object detection and semantic segmentation in lentic water scenes to simultaneously identify and localize navigational obstacles and amorphous semantic structures such as cyanobacterial blooms, water bodies, among others.
The methodology and results are described in the following peer-reviewed publication: https://doi.org/10.1016/j.asoc.2024.111849
- Clone this repository:
!git clone https://github.com/fbarrientos/multitask %cd multitask- Install libraries:
!python -m pip install -r requirements.txt
!python train_custom.py --data ./data/custom.yaml --cfg ./models/yolov5s_custom_seg.yaml --batch-size 16 --epochs 100 --weights ./yolov5s.pt --workers 8 --label-smoothing 0.1 --img-size 832 --noautoanchor --device 0
