You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to make it possible for somebody to re-create the synister pipeline with new data. To do this, we have decided to create a python cookie cutter which contains the bare minimum scripts for how to get started.
The advantages of this are that, if we update the best practices on the pipeline, we can easily fetch those best practices from the cookie cutter without affecting each dataset's necessarily custom code. We will be using cruft.
The text was updated successfully, but these errors were encountered:
Makes 03_inference more dataset-agnostic.
Details should come from the configuration file.
Voxel size is currently optional, and will be ignored by default.
Addresses part of #7
The goal is to make it possible for somebody to re-create the synister pipeline with new data. To do this, we have decided to create a python cookie cutter which contains the bare minimum scripts for how to get started.
The advantages of this are that, if we update the best practices on the pipeline, we can easily fetch those best practices from the cookie cutter without affecting each dataset's necessarily custom code. We will be using
cruft
.The text was updated successfully, but these errors were encountered: