Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53d10a8

Browse files
authored
Update README.md
1 parent ca8056b commit 53d10a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You should be able to replicate my results using this code. I am still actively
2222
To use my code, please make sure you have the following:
2323

2424
1. Lisa Anne Hendricks' branch of Caffe installed: "https://github.com/LisaAnne/lisa-caffe-public/tree/master". My code will probably work well with other Caffe versions, but I have tested on this version.
25-
2. All data/models can be downloaded with setub.sh.
25+
2. All data/models can be downloaded with setup.sh.
2626
3. Optional -- ImageNet dataset (http://image-net.org/download). For the ImageNet experiments, some classes are outside the 1,000 classes chosen for the ILSVRC challenge. To see which images I used, look at "utils/all_imagenet_images.txt" which includes path to imagenet image and label I used when training.
2727

2828
To begin, please run: ./setup.sh
@@ -33,7 +33,7 @@ My script assumes that you have already downloaded MSCOCO description annotation
3333
--download_mscoco_images: downloads mscoco images to images/coco_images.
3434
--download_mscoco_tools: downloads mscoco eval tools to utils/coco_tools.
3535

36-
The script will also download my annotations used for my zero-shot splits, my models, and run the transfer code so you can describe novel objects.
36+
The script will also download my annotations used for my zero-shot splits and my models (before transfer). **Note -- to replicate my results you will need to run transfer.sh and transfer_delta.sh as described in the next few steps*.
3737

3838
Next, copy "utils/config.example.py" to "utils/config.py" and make sure all paths match the paths on your machine. In particular, you will need to indicate the path to your caffe directory, the MSCOCO dataset and evaluation toolbox (if you did not download these using setup.sh), and imagenet images.
3939

0 commit comments

Comments
 (0)