Uploads model and validation to the central server
Here we can see how to use the submit_model
function. We must pass trained model, an alias that will be displayed on the leaderboard, name and email. Returns the path to the zipped file.
zip_fname = submit_model(model, alias="malimedo", name="mali medo", email="mali.medo@gmail.com")
zip_fname
Here we can check what is in the zip file. The zip file contains the model and 2 csv files. The first CSV file contains the iou metrics for each image from the validation set, and the second file contains information about the competitor.
!unzip -vl "{zip_fname}"
This is how the leaderbord will be displayed using your submission from above: