Anomaly_Detection icon indicating copy to clipboard operation
Anomaly_Detection copied to clipboard

Results 3 Anomaly_Detection issues
Sort by recently updated
recently updated
newest added

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?