There is a newer version of the record available.

Published September 19, 2021 | Version 0.2
Software Restricted

deep_texture: Deep Texture Representations for Cancer Histology Images

Authors/Creators

  • 1. The University of Tokyo

Description

# Installation

conda create -n deep_texture python=3.6
source activate deep_texture

conda install -c anaconda cudatoolkit==9.0
conda install -c anaconda cudnn==7.6.5

pip install pillow
pip install tensorflow-gpu==1.10.0
pip install keras==2.2.3

pip install git+https://github.com/keras-team/keras-applications.git@d506dc82d0


## usage
import deep_texture

(prep, dnn) = deep_texture.setup_texture(arch = 'nasnet', layer = 'normal_concat_11', cbp_dir = '/tmp')

dtr = deep_texture.calc_features_file("./test.png", prep, dnn)

Files

Restricted

The record is publicly accessible, but files are restricted to users with access.

Request access

If you would like to request access to these files, please fill out the form below.

You need to satisfy these conditions in order for this request to be accepted:

Paper is under revision.

You are currently not logged in. Do you have an account? Log in here