mattmacy / vnet.pytorch

A PyTorch implementation for V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation
https://mattmacy.github.io/vnet.pytorch
BSD 3-Clause "New" or "Revised" License
688 stars 201 forks source link

torchbiomed's problem #22

Open darrenzhang1007 opened 5 years ago

darrenzhang1007 commented 5 years ago

When I tried to install torchbiomed by used ‘pip install torchbiomed’ command,System report this error ERROR: Could not find a version that satisfies the requirement torchbiomed (from versions: none) ERROR: No matching distribution found for torchbiomed

How to import the torchbiomed

li-pengcheng commented 5 years ago

@DarrenmondZhang you can try search torchbiomed in github, then put this repo into vnet repo.

Flagy commented 4 years ago

git clone https://github.com/mattmacy/torchbiomed.git pip install ./torchbiomed pip install -r requirements.txt