dchaley / dchaley/deepcell-segmentation
Scale prediction
Open
- Dominant language
- Jupyter Notebook
- Stars
- 9
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
**Input**: preprocessed npz file
**Output**: raw predictions npz file
This is already tiled, within 1 process:
1. Divide the input image into tiles.
2. Run TensorFlow on each tile, in batches of 4 (by default).
3. Untile the predicted tiles back into the input image.
We need to do this, but run step 2 in parallel: fan out the tiles, process them, then recombine them.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.