1 Star 0 Fork 0

87ssfantasy/pytorch-deep-image-matting

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
deploy.sh 411 Bytes
一键复制 编辑 原始数据 按行查看 历史
#/bin/bash
TEST_DATA_ROOT=/home/liuliang/DISK_2T/datasets/matting/Combined_Dataset/Test_set/comp
CUDA_VISIBLE_DEVICES=0 \
python core/deploy.py \
--imgDir=$TEST_DATA_ROOT/image \
--trimapDir=$TEST_DATA_ROOT/trimap \
--alphaDir=$TEST_DATA_ROOT/alpha \
--saveDir=result/tmp \
--resume=model/stage1_sad_57.1.pth \
--cuda \
--stage=1 \
--crop_or_resize=whole \
--max_size=1600
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ssfantasy/pytorch-deep-image-matting.git
git@gitee.com:ssfantasy/pytorch-deep-image-matting.git
ssfantasy
pytorch-deep-image-matting
pytorch-deep-image-matting
master

搜索帮助