From 34320bf9d8030d1eab28e069bcbefb719370c613 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 29 Nov 2024 14:21:19 +0000 Subject: [PATCH] changed README --- .gitignore | 2 +- README.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3354376..b2619c8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,4 @@ __pycache__ <<<<<<< HEAD myenv/ ======= ->>>>>>> 5c5278225349e418bd42735e70aa3f193fec6709 + diff --git a/README.md b/README.md index 41d10ca..3d25290 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -<<<<<<< HEAD # Additional ReadMe (from Jannik) This was a toy example to test the setup. The main building blocks are: * The annotation files (in the annotations folder) that contain a label for every datapoint (in this case an image path) where they are divided by train and val splits and each challenge phase has its own file @@ -14,8 +13,6 @@ This was a toy example to test the setup. The main building blocks are: # Original EvalAI ReadMe -======= ->>>>>>> 5c5278225349e418bd42735e70aa3f193fec6709 ## How to create a challenge on EvalAI? If you are looking for a simple challenge configuration that you can replicate to create a challenge on EvalAI, then you are at the right place. Follow the instructions given below to get started.