Skip to content

Commit b97684d

Browse files
committed
Update README.md
2 parents 50a2fcc + a68c968 commit b97684d

File tree

1 file changed

+2
-2
lines changed
  • tutorials/03-advanced/image_captioning

1 file changed

+2
-2
lines changed

tutorials/03-advanced/image_captioning/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
This is a Pytorch implementation of the OBJ2TEXT-YOLO + CNN-RNN image captioning model
33
proposed in the paper [OBJ2TEXT: Generating Visually Descriptive Language from Object Layouts
44
](https://arxiv.org/abs/1707.07102). The Torch implementation can be found [here](https://github.com/uvavision/obj2text-neuraltalk2).
5-
Note that I have changed the default image transformation operations from `transforms.Compose([transforms.RandomCrop(args.crop_size), transforms.RandomHorizontalFlip(), ...` to
6-
`transforms.Compose([transforms.Scale(args.crop_size), ...`. For more information please visit [the project page](http://www.cs.virginia.edu/~xy4cm/obj2text/).
5+
Note that I have changed the default image transformation operations from `[RandomCrop(args.crop_size), RandomHorizontalFlip(), ...]` to
6+
`[Scale(args.crop_size), ...]`. For more information please visit [the project page](http://www.cs.virginia.edu/~xy4cm/obj2text/).
77

88
![alt Image captioning by joint learning of visual features and object layout encoding](png/combmodel.png)
99

0 commit comments

Comments
 (0)