@@ -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.