From ed387f3d3c852b24dea4f30c093c04a579abe552 Mon Sep 17 00:00:00 2001 From: beubax <48682479+beubax@users.noreply.github.com> Date: Tue, 11 Aug 2020 18:16:07 +0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b00ec87..7edeb39 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Implementing Backbones Not Defined in Pytorch's Faster R-CNN Library -Online coding competitions have always been a fascinating _region of interest_ we have wanted to dive into. Kaggle—being amongst the best sources for machine learning related problems—was the first website we stumbled upon. A certain ‘Wheat Head Detection’ caught our eyes, and we had to take a second look at it. The successful implementation of the YOLOv3 algorithm under our arsenal had left us wanting to tackle other methodologies for Object Detection. This competition was the perfect opportunity to dip our feet into the pool of competitive programming, as well expand our understnading of Computer Vision. So, let’s cut the _crop_ and get straight to the implementation. +Online coding competitions have always been a fascinating _region of interest_ we have wanted to dive into. Kaggle—being amongst the best sources for machine learning related problems—was the first website we stumbled upon. A certain ‘Wheat Head Detection’ caught our eyes, and we had to take a second look at it. The successful implementation of the YOLOv3 algorithm under our arsenal had left us wanting to tackle other methodologies for Object Detection. This competition was the perfect opportunity to dip our feet into the pool of competitive programming, as well expand our understanding of Computer Vision. So, let’s cut the _crop_ and get straight to the implementation. ## Table of Contents From 5ad011edc1343997517f85b559fd63759d373c0a Mon Sep 17 00:00:00 2001 From: beubax <48682479+beubax@users.noreply.github.com> Date: Wed, 2 Sep 2020 17:08:02 +0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7edeb39..fd6354c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Implementing Backbones Not Defined in Pytorch's Faster R-CNN Library -Online coding competitions have always been a fascinating _region of interest_ we have wanted to dive into. Kaggle—being amongst the best sources for machine learning related problems—was the first website we stumbled upon. A certain ‘Wheat Head Detection’ caught our eyes, and we had to take a second look at it. The successful implementation of the YOLOv3 algorithm under our arsenal had left us wanting to tackle other methodologies for Object Detection. This competition was the perfect opportunity to dip our feet into the pool of competitive programming, as well expand our understanding of Computer Vision. So, let’s cut the _crop_ and get straight to the implementation. +Online coding competitions have always been a fascinating _region of interest_ we have wanted to dive into. Kaggle—being amongst the best sources for machine learning related problems—was the first website we stumbled upon. A certain ‘Wheat Head Detection’ caught our eyes, and we had to take a second look at it. The successful implementation of the YOLOv3 algorithm under our arsenal had left us wanting to tackle other methodologies for Object Detection. This competition was the perfect opportunity to dip our feet into the pool of competitive programming, as well as expand our understanding of Computer Vision. So, let’s cut the _crop_ and get straight to the implementation. ## Table of Contents