Skip to content

Commit e0d62ef

Browse files
authored
Update README.md
1 parent c01ce04 commit e0d62ef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ After the requirements have been installed, the process from training to testing
5757
After training, evaluation on an example image can be done by running:
5858
`python eval_model.py -m [model-checkpoint] -i [img-path]`
5959

60+
## Results
61+
62+
Image | Caption
63+
--- | ---
64+
<img src="imgs/dog.jpg" width="300"> | **Generated Caption:** A white and black dog is running through the water
65+
<img src="imgs/ski.jpg" width="300"> | **Generated Caption:** man is skiing on snowy hill
66+
<img src="imgs/worker.jpg" width="300"> | **Generated Caption:** man in red shirt is walking down the street
67+
6068
----------------------------------
6169

6270
## References

0 commit comments

Comments
 (0)