From 6e2ff405f40e640823c1359a42aebe2d28a93820 Mon Sep 17 00:00:00 2001 From: Micaela Verucchi Date: Tue, 11 Feb 2020 11:28:20 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b4ab4a6..b798ce8 100644 --- a/README.md +++ b/README.md @@ -123,13 +123,13 @@ The following parameters are needed: ./map_demo ``` where -* : rt file of a choosen network on wich compute the mAP. -* : type of network. Right now only y(yolo) and c(centernet) are allowed -* : path to a text file containing all the paths of the groundtruth labels. It is important that all the labels of the groundtruth are in a folder called 'labels'. In the folder containing the folder 'labels' there should be also a folder 'images', containing all the groundtruth images having the same same as the labels. To better understand, if there is a label path/to/labels/000001.txt there should be a corresponding image path/to/images/000001.jpg. -* : path to a yaml file with the parameters needed for the mAP computation, similar to demo/config.yaml +* ``````: rt file of a choosen network on wich compute the mAP. +* ``````: type of network. Right now only y(yolo) and c(centernet) are allowed +* ``````: path to a text file containing all the paths of the groundtruth labels. It is important that all the labels of the groundtruth are in a folder called 'labels'. In the folder containing the folder 'labels' there should be also a folder 'images', containing all the groundtruth images having the same same as the labels. To better understand, if there is a label path/to/labels/000001.txt there should be a corresponding image path/to/images/000001.jpg. +* ``````: path to a yaml file with the parameters needed for the mAP computation, similar to demo/config.yaml Example: ``` ./map_demo dla34_cnet.rt c path/to/labelsCOCO_val2017.txt ../demo/config.yaml -``` \ No newline at end of file +```