PyCDA icon indicating copy to clipboard operation
PyCDA copied to clipboard

PyCDA: Simple Crater Detection

Results 5 PyCDA issues
Sort by recently updated
recently updated
newest added

PyCDa extractors import watershed from skimage.morphology. This has been changed to skimage.segmentation, please update.

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.12.1 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.14.1 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

PyCDA was developed and released on top of tf 1.X. This issue is a request to build support for tf2.x.

An issue was brought to my attention that appears to be related to custom classifier models that do not expect color channels in input images. A test case has been...