Add ignore regions #187
-
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Considering the variety of different methods that can be used for anomaly detection, I believe it wouldn't make sense to include these cut out regions in the algorithms. One easy way for you would be to write a dataloader that takes care of this by zeroing some regions in your training data. The best way would be to incorporate enough training data, covering all of the variance occuring in your normal data |
Beta Was this translation helpful? Give feedback.
-
I'm moving this to the |
Beta Was this translation helpful? Give feedback.
Considering the variety of different methods that can be used for anomaly detection, I believe it wouldn't make sense to include these cut out regions in the algorithms.
One easy way for you would be to write a dataloader that takes care of this by zeroing some regions in your training data.
The best way would be to incorporate enough training data, covering all of the variance occuring in your normal data