From 2763207b720b79b2e37af486d410ab85df47ec26 Mon Sep 17 00:00:00 2001
From: Fahimeh Farahnakian <fahimeh.farahnakian@utu.fi>
Date: Sat, 2 May 2020 13:34:26 +0300
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index ec72c52..2682e38 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,4 @@ In summary, the following research objectives and contributions have been deline
 # Object Detection based on Multi-sensor Proposal Fusion in Maritime Environment [j]:
 Most of state-of-the-art object detectors employ object proposals methods for guiding the search for object instances across images. These methods can improve detection accuracy by extracting reliable proposals that contain objects of interest. Moreover, they can considerably reduce computation compared with a dense detection approach such as sliding window by avoiding exhaustive sliding window search across images. We proposed an effective object detection framework based on proposal fusion of multiple sensors such as infrared camera, RGB cameras, radar and LiDAR. such as infrared camera, RGB cameras, radar and LiDAR. Our framework (Fig.1) first applies the Selective Search (SS) method on RGB image data to extract possible candidate proposals which likely contain the objects of interest. Then it uses the information from other sensors in order to reduce the number of generated proposals by SS and find more dense proposals. Finally, the class of objects within the final proposals are identified by Convolutional Neural Network (CNN) as a main architecture of deep learning. Experimental results on real dataset demonstrate that our framework can precisely detect meaningful object regions using a smaller number of proposals than other object proposals methods.
 
-However, we annotated all images into one class:Damage.  Using this tool you can create a polygon mask as shown below:
-![Overview of the proposed framework. Initial proposals with 933 candidates are first generated by SS and are then filtered using proposal fusion of multiple sensors. After that, the final proposals are classified using CNN[j].
-
-](fig1.jpeg) 
\ No newline at end of file
+![Image description](fig1.jpeg)
\ No newline at end of file
-- 
GitLab