上传者: 42114041
|
上传时间: 2021-10-23 15:11:32
|
文件大小: 777KB
|
文件类型: -
皮肤癌分割
ISIC数据集对皮肤癌的Mask-RCNN进行分类和分割
设置
从下载数据集
您可以从下载该文件要下载整个档案,请执行以下操作: python3 download_archive.py -s
最后,数据目录应如下所示:
Data/
├── Images/ (containing the .jpg file)
├── Descriptions/ (containing the json file)
└── Segmentation/ (containing the .png file)
下载项目的依赖项: pip3 install -r requirements.txt
创建模型: python3 main.py
您还必须下载Coco模型,可以在这里找到: :
测试模型: python3 test.py
结果
原始图片
分类和分割图像