From 83d7ee2ebc4f6cc9d50c5b938273c7b813106725 Mon Sep 17 00:00:00 2001 From: skyoung Date: Tue, 18 Sep 2018 11:08:25 +0800 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cc8b90..f5f28b8 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ You can use our pretrained model to test our tracker first. ### Training 1. Download the ILSRVC data from the official website and extract it to proper place according to the path in `config.py`. -2. Then run the `sh process_data.sh` in `./data_preprocssing` directory to convert ILSVRC data to tfrecords. -3. Run `python3 train.py` to train the model. +2. Then run the `sh process_data.sh` in `./build_tfrecords` directory to convert ILSVRC data to tfrecords. +3. Run `python3 experiment.py` to train the model. ### Citing MemTrack If you find the code is helpful, please cite