-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Describe the bug
I've hardcoded this entire function call -- it's specific to a 3-dimensional array, where the innermost element has 3 channels. This is probably not a good idea at all.
To Reproduce
There's no bug at the moment, so this is redundant. I'm sure this'll lead to a load of different bugs if not fixed though.
Expected behavior
- Generalises to different sized input arrays
- Maybe something more efficient than 3 nested loops?
Screenshots
N/A
Desktop (please complete the following information):
N/A
Additional context
Ref:
| _norm = (arr, mean, std) => { |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed