Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNlp committed Oct 6, 2023
1 parent 3b1135f commit 578c385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ I created a configuration file to regroup the paths, training hyperparameters an

The SAM model has 3 main components: The image encoder, prompt encoder and mask decoder. The mask decoder takes has input the encoded image and encoded prompt to return masks. For our application, I chose to only take the mask with the highest IoU score.

Let's see the performance of SAM on our train and test set.
Let's see the performance of SAM on a sample of our training set and test set.
![Baseline preds train set](./docs/images/baseline_train_prediction.png)
*Baseline SAM predictions on training set*
*Baseline SAM predictions on sample of training set*


![Baseline preds test set](./docs/images/baseline_test_set_prediction.png)
Expand Down

0 comments on commit 578c385

Please sign in to comment.