From 43a082472408eec232af89f24e181e48be2b9d96 Mon Sep 17 00:00:00 2001
From: Shivam Khandelwal <shivam@aicrowd.com>
Date: Mon, 31 May 2021 18:45:55 +0000
Subject: [PATCH] SiamMot disqualification criteria added

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 8602043..0f04927 100644
--- a/README.md
+++ b/README.md
@@ -136,6 +136,10 @@ Please specify if your code will use a GPU or not for the evaluation of your mod
 
 This repository contains [SiamMOT](https://github.com/amazon-research/siam-mot) baseline interface which you can submit and improve upon.
 
+> :warning: Please note that identical SiamMOT models (with delta <= 1.5% in EDR or AFDR) might be disqualified from winning the prize.
+>
+> An identical model is a model that uses the exact same code and config file provided with the baseline.
+
 ## Additional Steps
 
 1. Change your entrypoint i.e. `run.sh` from `python test.py` to `python siam_mot_test.py`.
-- 
GitLab