Skip to content

Releases: seung-lab/chunkflow

used in minnie65 production run in MICrONS Phase III

17 May 15:08
bca43c2
Compare
Choose a tag to compare

used in production for minnie65 boundary detection and semantic inference

07 Apr 01:07
bbceda7
Compare
Choose a tag to compare

combined boundary detection and semantic inference.

support float16 model for fast inference

15 Feb 02:03
3bb863c
Compare
Choose a tag to compare
  • tested using the myelin-crop net

50% patch overlap using phase2 net

10 Feb 19:55
Compare
Choose a tag to compare
Pre-release
  • script to automatically setup the info files.
  • support network output patch size smaller than input patch size.

used in minnie65 phase 3 test 2 run

01 Feb 22:37
2e37e1a
Compare
Choose a tag to compare
  • add setup-env operator to setup computational environment automatically. the info files are automatically created; tasks are ingested to queue.

non-aligned inference

23 Jul 23:13
3bbbade
Compare
Choose a tag to compare
  • support inference with non-aligned patches. A mask is used to normalize the output chunk.
  • switched from unittest to pytest

used in minniex test run

11 Mar 19:48
Compare
Choose a tag to compare
  • composable command line interface
  • the parallel execution have to be moved to command line level. Using GNU parallel is a good option.
  • add a few more operators.

used in minnie65 production run

16 Mar 13:29
Compare
Choose a tag to compare

composable command line interface

26 Feb 14:38
Compare
Choose a tag to compare
  • composable command line interface
  • operations were separated as individual functions.

command line interface with subcommand

21 Feb 16:58
14fbd56
Compare
Choose a tag to compare

to make it more flexible to use, inference is just a special operator of image chunk.