Skip to content

schwobr/apriorics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d527de · Oct 3, 2022
Sep 16, 2022
Oct 3, 2022
Aug 10, 2022
Sep 16, 2022
Oct 3, 2022
Sep 16, 2022
Oct 3, 2022
Aug 10, 2022
Mar 10, 2022
Jan 5, 2022
Aug 10, 2022
Aug 18, 2022
Sep 16, 2022
Aug 9, 2022
Jun 30, 2022
Aug 10, 2022
Aug 10, 2022

Repository files navigation

APRIORICS

Documentation Status

Install

First, we need to install my fork of HistoReg that contains a ready-to-use Dockerfile.

cd
git clone https://github.com/schwobr/HistoReg.git
docker build -t historeg HistoReg

We then need to create a conda environment with pytorch.

conda create -n apriorics python=3.9
conda activate apriorics
conda install pytorch torchvision cudatoolkit=11.3 -c pytorch
conda install openslide

NB: To check required cudatoolkit version, type nvcc --version in a shell. Cuda is always compatible with older versions of the same major release (for instance if your nvcc version is 11.5, you can install cudatoolkit=11.3 here). Specific versions of pytorch are only available with few cudatoolkit versions, you can check it on PyTorch official website.

We can then clone this repository and install necessary pip packages.

cd
git clone https://github.com/schwobr/apriorics.git
cd apriorics
pip install -r requirements.txt

You can also install this library as an editable pip package, which will install all dependencies automatically.

pip install -e .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages