scikit-surgerytorch is a Python package
Project description
Author: Thomas Dowrick
scikit-surgerytorch is part of the scikit-surgery software project, developed at the Wellcome EPSRC Centre for Interventional and Surgical Sciences, part of University College London (UCL).
The aim of scikit-surgery torch is to provide a home for various pytorch models/examples/utilities that may be useful for Image Guided Surgery.
Features
Implemented models:
High Resolution Stereo network Inference only, see author’s repo for pre trained weights. As at commit aae0b9b.
Volume2SurfaceCNN Inferencece only, see author’s repo for pre trained weights. As at commit 5a656381.
Models can run on GPU or CPU.
Example usage in tests/.
scikit-surgerytorch is NOT meant to be a layer on-top of pytorch or provide a new kind-of platform. The aim is that researchers can learn from examples, and importantly, learn how to deliver an algorithm that can be used by other people out of the box, with just a `pip install`, rather than a new user having to re-implement stuff, or struggle to get someone else’s code running.
Cloning
You can clone the repository using the following command:
git clone https://github.com/UCL/scikit-surgerytorch
Running tests
Pytest is used for running unit tests:
pip install pytest python -m pytest
Linting
This code conforms to the PEP8 standard. Pylint can be used to analyse the code:
pip install pylint pylint --rcfile=tests/pylintrc sksurgerytorch
Installing
You can pip install directly from the repository as follows:
pip install git+https://github.com/UCL/scikit-surgerytorch
Contributing
Please see the contributing guidelines.
Useful links
Licensing and copyright
Copyright 2020 University College London. scikit-surgerytorch is released under the BSD-3 license. Please see the license file for details.
Acknowledgements
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file scikit_surgerytorch-0.2.3-py2.py3-none-any.whl
.
File metadata
- Download URL: scikit_surgerytorch-0.2.3-py2.py3-none-any.whl
- Upload date:
- Size: 23.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4d554a534c24e1c82968e72b1b5ba8aa9a957eeab71078ffdbb3d3b69c17c39 |
|
MD5 | 9a403319e31bdc054c6f92c2ba2974b8 |
|
BLAKE2b-256 | e03a1e5908be24e14bc5fc4596103228ab2008fb3c23de78dd41420db4bb6e66 |