Skip to content

Commit e645fff

Browse files
Update README.md
1 parent e7c5716 commit e645fff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The main functionality of LWinNN is as follows:
3939
3. LWinNN_Backend.py then reshapes the embeddings and gives them to LWinNN_Model.py.
4040
4. a. If training, LWinNN_Model.py writes all train embeddings to memory.
4141
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.
42+
5. Finally, LWinNN_Model.py calculates an image anomaly score and gives results back to LWinNN_Backend.py.
4343

4444

4545
### Other settings

0 commit comments

Comments
 (0)