From 29ea2a084588fd5aab9681c03923503bcf759f58 Mon Sep 17 00:00:00 2001 From: baljit92 Date: Sat, 1 Jul 2017 02:35:05 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8cca89..80dede0 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ To setup TensorBox and evaluate the model, follow instructions below: The evaluated image results are saved under `data/images_testing_set_18000`. -To use a custom testing dataset, add the image files to `data\images` and replace the testing_set.json with the custom test dataset. The custom dataset should have image_path field as `/images/` and the rects field will contain the true bounding box coordinates. +To use a custom testing dataset, add the image files to `data/images` and replace the testing_set.json with the custom test dataset. The custom dataset should have image_path field as `/images/` and the rects field will contain the true bounding box coordinates. Below is a solution for a potential error that might come up during TensorBox installation. The commands should be executed inside the `virtualenv`: