From 56eed6641befa82e314861f716ab1089bc573695 Mon Sep 17 00:00:00 2001 From: Victoria Mo Date: Sat, 25 Jul 2020 08:16:15 +0200 Subject: [PATCH] Change data README.md to include the correct script path --- data/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/README.md b/data/README.md index c20ca41..9d15bc0 100644 --- a/data/README.md +++ b/data/README.md @@ -43,7 +43,7 @@ Generate a `.npy` file with the following format for all the images and their bb Run from root directory ```text -python script/extract_features.py --model_file data/detectron_model.pth --config_file data/detectron_config.yaml --imdb_gt_file --output_folder +python script/extract_features_from_gt.py --model_file data/detectron_model.pth --config_file data/detectron_config.yaml --imdb_gt_file --output_folder ``` 4. Convert the extracted images to an LMDB file