From ca753d9c4c78c3f0eefe3aa7a9a3e4abb42fde24 Mon Sep 17 00:00:00 2001 From: Ir1dXD Date: Thu, 13 Jun 2019 17:10:09 +0800 Subject: [PATCH] elaborate on the folder structure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8aa69b..5351f22 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ python train.py \ ``` ### Test -- Download the pre-trained weights [from here.](https://drive.google.com/open?id=1jTsAUAKrMiHO2gn7s-fFZ_zUSzgKoPyp) and copy them in the `checkpoints` folder. +- Download the pre-trained weights [from here.](https://drive.google.com/open?id=1jTsAUAKrMiHO2gn7s-fFZ_zUSzgKoPyp) and copy them in the `checkpoints` folder. (For example if you downlaod the places365 models, the models should be in this folder: `./checkpoints/places365`) - To test the model on a custom image(s), run `test.py` script: ```bash python test.py \