From b963fa614d2ce7a4f94e66e9341b4b4dcc93988d Mon Sep 17 00:00:00 2001
From: Shivam Khandelwal <shivam@aicrowd.com>
Date: Fri, 28 May 2021 10:26:51 +0000
Subject: [PATCH] Removed duplicate content about SiaMOT

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

diff --git a/README.md b/README.md
index 030b187..8602043 100644
--- a/README.md
+++ b/README.md
@@ -132,15 +132,16 @@ Please specify if your code will use a GPU or not for the evaluation of your mod
 
 # SiamMOT baseline
 
-This repository contains [SiamMOT](https://github.com/amazon-research/siam-mot) baseline interface which you can submit and improve upon.
+[SiamMOT](https://github.com/amazon-research/siam-mot) is a region-based Siamese Multi-Object Tracking network that detects and associates object instances simultaneously.
 
-SiamMOT is a region-based Siamese Multi-Object Tracking network that detects and associates object instances simultaneously.
+This repository contains [SiamMOT](https://github.com/amazon-research/siam-mot) baseline interface which you can submit and improve upon.
 
 ## Additional Steps
 
 1. Change your entrypoint i.e. `run.sh` from `python test.py` to `python siam_mot_test.py`.
 2. Copy the Dockerfile present in `siam-mot/Dockerfile` to repository root.
-3. Follow common steps shared in [SUBMISSION.md](/docs/SUBMISSION.md)
+3. Set `gpu: true` in your `aicrowd.yaml`.
+4. Follow common steps shared in [SUBMISSION.md](/docs/SUBMISSION.md)
 
 ```
 #> cp siam-mot/Dockerfile Dockerfile
@@ -161,25 +162,6 @@ You can also test end to end evaluation on your own systems. The scripts are ava
 We have curated frequently asked questions and common mistakes on Discourse, you can read them here: [FAQ and Common mistakes](https://discourse.aicrowd.com/t/faqs-and-common-mistakes-while-making-a-submission/5781)
 
 
-# SiamMOT baseline
-
-[SiamMOT](https://github.com/amazon-research/siam-mot) is a region-based Siamese Multi-Object Tracking network that detects and associates object instances simultaneously.
-
-This repository contains [SiamMOT](https://github.com/amazon-research/siam-mot) baseline interface which you can submit and improve upon.
-
-SiamMOT is a region-based Siamese Multi-Object Tracking network that detects and associates object instances simultaneously.
-
-## How to submit SiamMOT
-
-1. Change your entrypoint i.e. `run.sh` from `python test.py` to `python siam_mot_test.py`.
-2. Copy the Dockerfile present in `siam-mot/Dockerfile` to repository root.
-3. Set `gpu: true` in your `aicrowd.yaml`.
-4. Follow common steps shared in [SUBMISSION.md](/docs/SUBMISSION.md)
-
-```
-#> cp siam-mot/Dockerfile Dockerfile
-```
-
 # 📎 Important links
 
 
-- 
GitLab