From 67b00f07b8b69d58b714777f2cedaef1e574d67d Mon Sep 17 00:00:00 2001
From: Shivam Khandelwal <shivam@aicrowd.com>
Date: Sat, 26 Jun 2021 09:16:40 +0000
Subject: [PATCH] Fixed SiamMOT rule: reduce HFAR/ FPPI by at least 50% is
 allowed too

---
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 0c464d0..731dd6b 100644
--- a/README.md
+++ b/README.md
@@ -136,9 +136,7 @@ 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.
+> :warning: Submissions that make use of the the provided SIMA-MOT baseline will be considered for ranking only if use a different model (different weights) which improves EDR by at least 1.5% (that is EDR >= 0.685, AFDR >= 0.6415) and HFAR < 0.5/ FPPI< 0.0005 — improvement of 1.5% in EDR practically means 2 more encounters detected (out of 102) OR Keeps the same EDR = 0.6699 / AFDR = 0.6265 and reduces HFAR/ FPPI by at least 50% (e.g. HFAR <= 0.23, FPPI <= 0.0002)
 
 ## Additional Steps
 
-- 
GitLab