Skip to content
Snippets Groups Projects
Commit 63fe18b2 authored by Wei, Laihui's avatar Wei, Laihui
Browse files

Added the format description of output to README

parent 630b8400
Branches
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment