Dead Tree Segmentation
1. Trained and evaluated multiple semantic segmentation models (U-Net, DeepLabV3+) using PyTorch and OpenCV to detect dead trees from UAV imagery, processing 2,000+ aerial images.
2. Improved model mIoU (mean Intersection over Union) by 11% through implementing data augmentation (rotation, flipping, brightness adjustment) and hyperparameter tuning (learning rate, batch size).
3. Built a comprehensive evaluation pipeline integrating IoU/F1 score calculation and real-time performance visualization via TensorBoard, enabling team to track model progress and iterate efficiently.

