1. 首页
  2. 数据库
  3. 其它
  4. UNET Segmentation model for hotspot detection 源码

UNET Segmentation model for hotspot detection 源码

上传者: 2021-04-21 17:20:21上传 ZIP文件 156.93KB 热度 19次
UNET热点检测分割模型 描述 从航拍图像实时检测热点/火灾。该方法包括使用分段模型对图像中的热点进行处理 安装 可以使用conda环境和enviroment.yml来安装依赖项,如下所示 conda env create -n hotspot -f environment.yml conda activate hotspot 面膜制作 语义分割技术需要逐像素注释/掩码。为了帮助使用此Otsu的自适应阈值技术来提供训练所需的图像蒙版,贴标签通常非常繁琐。可以如下使用: cd auto_annotations/ python save_masks.py -h positional arguments: input_dir directory to input images output_dir created masks optional arguments: -h, -
用户评论