You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -231,6 +236,7 @@ Right click on target config > **Flash Project**
231
236
### Start Debug Session
232
237
233
238
After flashing, the debug perspective should open automatically and click the Green resume button on top left corner. If not, go to **Run** > **Debug**.
239
+
234
240
<img src="assets/debug_view.png" alt="Resume Button in Debug Perspective" width="1200">
235
241
236
242
### Run the Program
@@ -246,7 +252,7 @@ The on-device application will:
246
252
4. **Compare to threshold** to determine if the sample is normal or anomalous
247
253
5. **Display results** in the console
248
254
249
-
<img src="assets/result.png" alt="Anomaly Detection Test Results" width="1200">
255
+
<img src="assets/result.png" alt="Anomaly Detection Test Results" width="1200">
250
256
251
257
**Understanding the Results:**
252
258
- **Reconstruction Error**: Mean Squared Error between input and autoencoder output
0 commit comments