-
WSI-Classification下载
资源介绍
WSI分类
此仓库的目的是扩展TF-Slim的功能,以用于其他项目。 这源自(tensorflow / models)[ ]的提交70c86f2 。
安装
使用
# Build the docker image
docker build -t stevenhart/wsi-classification .
# initialize the docker container and map volumes
# here I map my current working directory to `/data` so I can get my output
# I also map `/path/to/img/` so I know where to get my whole slide images
docker run -it --rm -v $PWD:/data -v /path/t