connectomics icon indicating copy to clipboard operation
connectomics copied to clipboard

Results 10 connectomics issues
Sort by recently updated
recently updated
newest added

Hi, long time no see. I encountered some confusion while studying your cool work. When I was running the program[Train a SegCLR embedding model](https://colab.research.google.com/gist/chinasaur/d7139adf9fbb8df3f55a00afde2c32fe/segclr-embedding-training.ipynb) in [SegCLR wiki](https://github.com/google-research/connectomics/wiki/SegCLR), I ran the...

Allow `expected_output_box` to work with N-d bounding boxes.

Make EstimateFlow's config class dataclasses_json compatible.

- Create `RelaxMesh` subvolume processor. Also adds private interfaces to SubvolumeProcessors for data paths supporting internal vs external data loading. - Allow `inplane_force` to work with non-scaler strides - Fix...

# PR Summary This small PR migrates `np.in1d` to `np.isin` in order to resolve the deprecation warnings: ```python DeprecationWarning: `in1d` is deprecated. Use `np.isin` instead. ```

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies
python