ffn
Flood-Filling Networks for instance segmentation in 3d volumes.
File Explorer
Download Latest Version (.zip)- python-package.yml
- inference_training_sample2.pbtxt
- manual.md
- sample_workflow.md
- __init__.py
- align.py
- consensus.proto
- consensus.py
- consensus_pb2.py
- errors.py
- executor.py
- inference.proto
- inference.py
- inference_flags.py
- inference_pb2.py
- inference_utils.py
- movement.py
- resegmentation.proto
- resegmentation.py
- resegmentation_analysis.py
- resegmentation_pb2.py
- runner.py
- seed.py
- segmentation.py
- storage.py
- load_data_test.py
- segmentation.py
- volume.py
- volume_test.py
- accelerator_utils.py
- input_pipeline.py
- main.py
- tracker.py
- train.py
- __init__.py
- convstack_3d.py
- __init__.py
- augmentation.py
- examples.py
- import_util.py
- inputs.py
- inputs_test.py
- mask.py
- model.py
- optimizer.py
- tracker.py
- tracker_test.py
- variables.py
- decision_point_test.py
- __init__.py
- bounding_box.proto
- bounding_box.py
- bounding_box_pb2.py
- decision_point.py
- geom_utils.py
- ortho_plane_visualization.py
- png_to_h5.py
- proofreading.py
- vector.proto
- vector_pb2.py
- .editorconfig
- __init__.py
- model.ckpt-27465036.data-00000-of-00001
- model.ckpt-27465036.index
- model.ckpt-27465036.meta
- README.md
- ffn_inference_colab_demo.ipynb
- jax_ffn_inference_liconn.ipynb
- sample-training2.npz
- LICENSE.txt
- README.md
- build_coordinates.py
- compute_partitions.py
- CONTRIBUTING.md
- LICENSE
- pyproject.toml
- README.md
- requirements.txt
- run_inference.py
- setup.py
- train.py
# Installation Guide
1. Get the code
git clone https://github.com/google/ffn
Downloads the entire project code from GitHub to your computer.
cd ffn
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
