tonio73 / dnnviewer

Deep Neural Network viewer
https://tonio73.github.io/dnnviewer/
MIT License
18 stars 2 forks source link

Normalization of input #59

Open tonio73 opened 4 years ago

tonio73 commented 4 years ago

The (image) datasets are often not normalized (e.g. pixel RGB encoded on unsigned bytes).

Currently data normalization is by dividing the data by 256 if input is not float32 type. But this is leading to a data range [0, 1]. This is not the range expected by some models.

Goal is to provide more normalizations with a GUI selector: