bigmlcom / sensenet

0 stars 8 forks source link

More Input Options #11

Closed charleslparker closed 3 years ago

charleslparker commented 3 years ago

@kendian - This should fix the issue with not accepting numpy.ndarrays for classifiers.

@sdesimone / @unmonoqueteclea - This allows you to export a model that will crop or pad inputs to reach the desired size for classifiers, and also allows you to specify the input color space for pixel tensors (see the doc). @sdesimone - I did a bit more digging and found that it's open CV, not tensorflow that uses BGR as the default input space. TF expects RGB tensors. Sorry for the noise.