# UMIS **Repository Path**: junma11/UMIS ## Basic Information - **Project Name**: UMIS - **Description**: Official PyTorch implementation of "Unsupervised Microvascular Image Segmentation Using an Active Contours Mimicking Neural Network" - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UMIS Official PyTorch implementation of "Unsupervised Microvascular Image Segmentation Using an Active Contours Mimicking Neural Network" ## Prerequisites - Python 3.6 - Pytorch 0.4 - Numpy - Scipy - OpenCV - Path - tqdm - h5py - tifffile - libtiff ### Morphological Pooling Layer In order to build the Morphological Pooling layer on your own machine, run the following line ``` python morphologicalpool/setup.py install ```