microsoft / anomalydetector

SR-CNN
MIT License
257 stars 70 forks source link

Questions about model evaluation #34

Open jdariasl opened 3 years ago

jdariasl commented 3 years ago

I have two questions regarding model evaluation:

  1. Why is the frame to be evaluated (x) multiplied by 100 during call to modelwork function? isn't it affecting data normalization?
  2. Is it supposed the data must be normalized before the call to sr_cnn_eval?

thank you in advance.

jdariasl commented 3 years ago

I realized that gen_set class makes the same magnitude scaling to the data during training.