Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baljit92 authored Jun 30, 2017
1 parent ddde650 commit 29ea2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<image_name>` 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/<image_name>` 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`:

Expand Down

0 comments on commit 29ea2a0

Please sign in to comment.