There was an error while loading. Please reload this page.
1 parent e7c5716 commit e645fffCopy full SHA for e645fff
1 file changed
README.md
@@ -39,7 +39,7 @@ The main functionality of LWinNN is as follows:
39
3. LWinNN_Backend.py then reshapes the embeddings and gives them to LWinNN_Model.py.
40
4. a. If training, LWinNN_Model.py writes all train embeddings to memory.
41
4. b. If testing, LWinNN_Model.py uses local window nearest neighbors between test and train embeddings to calculate patch anomaly scores.
42
-5. Finally, LWinNN_Model.py calculates anomaly detection and gives results back to LWinNN_Backend.py.
+5. Finally, LWinNN_Model.py calculates an image anomaly score and gives results back to LWinNN_Backend.py.
43
44
45
### Other settings
0 commit comments