Delete readme.txt
Browse files- readme.txt +0 -15
readme.txt
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
1. Model Weight Files and Dataset Configuration
|
2 |
-
Model Weight Files: The model weight files are located in the ./configs folder. Ensure that these files are correctly loaded when running the model.
|
3 |
-
|
4 |
-
CSV File: The CSV file contains the paths to the test images and their corresponding labels. This file is used for testing the model.
|
5 |
-
|
6 |
-
Modifying test_example.py:
|
7 |
-
|
8 |
-
In the Chestxray14_Dataset class within test_example.py, you need to adjust the column indices according to the structure of your CSV file. Specifically, ensure that the columns for image paths and labels are correctly referenced.
|
9 |
-
|
10 |
-
The valid_on method in test_example.py contains a text_list that should correspond to the labels in your CSV file. Make sure that the text_list is updated to match the labels in your dataset.
|
11 |
-
|
12 |
-
2. Model Output
|
13 |
-
Prediction Results: The model will generate prediction results for each image and each class. These results will be saved as .npy files.
|
14 |
-
|
15 |
-
Output Location: The .npy files will be stored in subfolders within the ./results directory. Each subfolder corresponds to a specific run or configuration of the model.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|