Skip to content

geekswaroop/cremi_alignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

851d1a8 · Jun 28, 2021

History

11 Commits
May 19, 2021
Jun 28, 2021
May 19, 2021
May 19, 2021
May 21, 2021
May 19, 2021

Repository files navigation

CREMI Alignment

Introduction:

This repo contains tools to reverse the predictions of Synaptic Clefts on CREMI Benchmark datasets.

Requirements:

  • You can use one of the following two commands to install the required packages:
conda install --yes --file requirements.txt
pip install -r requirements.txt

Usage:

python -a <volA-path> -b <volB-path> -c <volC-path> -thres <threshold_val>

The outputs can be converted to final submission volumes using this tool.