From e4604bc380f33d0d5bc85f4dc8e255cecfe11327 Mon Sep 17 00:00:00 2001 From: saurabhsalunkhe25 <72907955+saurabhsalunkhe25@users.noreply.github.com> Date: Thu, 15 Oct 2020 12:07:35 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7725885..aa39c6e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## *LocNet: Improving Localization Accuracy for Object Detection* +## *LocNet: Improving Localization Accuracy for Object Detection* -An amazing project ### Introduction @@ -243,6 +243,9 @@ The above command will train a LocNet In-Out localization model in the union of of which the directory name is the string that is given as 1st input argument in the script `script_train_LocNet_PASCAL`. For more instructions on how to train your own LocNet localization models see the script: ```Shell $LocNet/code/script_train_localization_models_commands.m + + This is a demonstration purpose project, you can also implement it for real world scenarios. +Thanks and regards. ``` **Note:** for training each of the LocNet models you will require a GPU with at least 6 Gbytes of memory.