AlirezaShamsoshoara / Fire-Detection-UAV-Aerial-Image-Classification-Segmentation-UnmannedAerialVehicle

Aerial Imagery dataset for fire detection: classification and segmentation (Unmanned Aerial Vehicle (UAV))
https://ieee-dataport.org/open-access/flame-dataset-aerial-imagery-pile-burn-detection-using-drones-uavs
GNU General Public License v2.0
161 stars 48 forks source link

Mask file all is blank #7

Closed Yoon5 closed 2 years ago

Yoon5 commented 2 years ago

Hello, Thank you for sharing your great dataset. When I downloaded dataset all Mask images were black here no masked imaged. Where I can find the masked images?

AlirezaShamsoshoara commented 2 years ago

Those are greyscaled images, you can convert them to RGB and visualize them. Please read the values of each pixel and see how they are.

tanveer-hussain commented 2 years ago

Dear AlirezaShamsoshoara I tried to extract the actual BINARY MASKS with several attempts using CV2 conversions, PIL conversion, but couldn't do it. Can you provide me with insights of how to do that? I want to save the BINARY MASKS in .png format with clear segmentation results visible on the GT images.