Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dev/main #276

Open
wants to merge 135 commits into
base: dev/main
Choose a base branch
from
Open

Update dev/main #276

wants to merge 135 commits into from

Conversation

rhoadesScholar
Copy link
Member

No description provided.

rhoadesScholar and others added 30 commits February 11, 2024 12:53
Let's specify resolution also directly like `(8, 8, 8)`, in addition to
`Coordinate(8, 8, 8)`?
```python
datasplit_config = DataSplitGenerator.generate_from_csv(
    'test.csv',
    input_resolution=(8, 8, 8),  # This works.
    output_resolution=Coordinate(4, 4, 4),  # And this works.
)
```
There appear to be some python formatting errors in
330365b. This pull request
uses the [psf/black](https://github.com/psf/black) formatter to fix
these issues.
previously file stat writing would overwrite existing stats; this fix prevents that by appending the new stats
mzouink and others added 30 commits August 5, 2024 17:06
There appear to be some python formatting errors in
50d9833. This pull request
uses the [psf/black](https://github.com/psf/black) formatter to fix
these issues.
Fixed a couple small typos I encountered running examples
… arrays.

Also set GT to automatically be a segmentation layer in neuroglancer, for run.visualize_pipeline
There appear to be some python formatting errors in
38a1b7e. This pull request
uses the [psf/black](https://github.com/psf/black) formatter to fix
these issues.
Sometimes i want to speedup validation so as option we can limit
validation size:
`max_validation_volume_size = 600**3`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants