Anomaly_Detection
Anomaly_Detection copied to clipboard
Thank you for your great work! I was wondering if your data augmentation code is correct. I am not sure why you coded `files = files + files[2:] + files[4:]...
I am facing the problem of memory error with numpy ``` data = np.zeros((int(len(files)/10),10,227,227)) MemoryError ``` I am not able to understand what could be the solution. size of array...
@NRauschmayr I see you've used 4*255 as a threshold, but why so? and why would the network give a larger value for anomalies?