Camais03 commited on
Commit
e562afc
·
verified ·
1 Parent(s): 78296d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -317,8 +317,6 @@ The repository includes two main training notebooks:
317
 
318
  The project includes a real-time training monitor accessible via browser at `localhost:5000` during training:
319
 
320
- ![Training Monitor Overview](training_monitor_overview.png)
321
-
322
  #### Performance Tips
323
 
324
  ⚠️ **Important**: For optimal training speed, keep VSCode minimized and the training monitor open in your browser. This can improve iteration speed by **3-5x** due to how the Windows/WSL graphics stack handles window focus and CUDA kernel execution.
@@ -329,7 +327,7 @@ The training monitor provides three main views:
329
 
330
  ##### 1. Overview Tab
331
 
332
- ![Overview Tab](training_monitor_charts.png)
333
 
334
  - **Training Progress**: Real-time metrics including epoch, batch, speed, and time estimates
335
  - **Loss Chart**: Training and validation loss visualization
@@ -337,7 +335,7 @@ The training monitor provides three main views:
337
 
338
  ##### 2. Predictions Tab
339
 
340
- ![Predictions Tab](training_monitor_predictions.png)
341
 
342
  - **Image Preview**: Shows the current sample being analyzed
343
  - **Prediction Controls**: Toggle between initial and refined predictions
@@ -349,7 +347,7 @@ The training monitor provides three main views:
349
 
350
  ##### 3. Selection Analysis Tab
351
 
352
- ![Selection Analysis Tab](training_monitor_selection.png)
353
 
354
  - **Selection Metrics**: Statistics on tag selection quality
355
  - Ground truth recall
 
317
 
318
  The project includes a real-time training monitor accessible via browser at `localhost:5000` during training:
319
 
 
 
320
  #### Performance Tips
321
 
322
  ⚠️ **Important**: For optimal training speed, keep VSCode minimized and the training monitor open in your browser. This can improve iteration speed by **3-5x** due to how the Windows/WSL graphics stack handles window focus and CUDA kernel execution.
 
327
 
328
  ##### 1. Overview Tab
329
 
330
+ ![Overview Tab](images/training_monitor_overview.png)
331
 
332
  - **Training Progress**: Real-time metrics including epoch, batch, speed, and time estimates
333
  - **Loss Chart**: Training and validation loss visualization
 
335
 
336
  ##### 2. Predictions Tab
337
 
338
+ ![Predictions Tab](images/training_monitor_predictions.png)
339
 
340
  - **Image Preview**: Shows the current sample being analyzed
341
  - **Prediction Controls**: Toggle between initial and refined predictions
 
347
 
348
  ##### 3. Selection Analysis Tab
349
 
350
+ ![Selection Analysis Tab](images/training_monitor_selection.png)
351
 
352
  - **Selection Metrics**: Statistics on tag selection quality
353
  - Ground truth recall