diff --git a/README.md b/README.md index 476db6e27577525cb092f6da3045e25d18d37eb0..2da4f7101db52571210f0433eb117fa52a46d3f1 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ In 1-6 experiment_{index}/ folder, you will find the following files: 4. `best_weights_ex_{index}.params`: This file contains the best model weights that were obtained during the training of the corresponding experiment. -5. `local_evaluation_ex_{index}.txt`: The val output of training notebook. +5. `local_evaluation_ex_{index}.txt`: The val output of training notebook. A txt file where predicted boxes are presented as `image_filename, cx, cy, w, h, class_id, confidence`. -6. `test_set_evaluation_ex_{index}.txt`: The test set output of training notebook. +6. `test_set_evaluation_ex_{index}.txt`: The test set output of training notebook. A txt file where predicted boxes are presented as `image_filename, cx, cy, w, h, class_id, confidence`. 7. `test_set_evaluation_ex_{index}.png`: Screenshot of the corresponding experiment results, which include output from Hugging Face.