Skip to content

Commit 7f5fbd6

Browse files
committed
update notebook
1 parent 58ae746 commit 7f5fbd6

File tree

5 files changed

+58
-51
lines changed

5 files changed

+58
-51
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@
88

99
## Documentation [![wiki](https://img.shields.io/badge/Wiki-GO-brightgreen.svg)](https://github.com/ASH1998/Deep-Representation-of-Visual-Descriptions/wiki)
1010
## Dependencies ![](https://img.shields.io/depfu/depfu/example-ruby.svg)
11-
1. Python
11+
1. Python 3.0
1212
2. Pytorch
1313
3. torchfile
1414
4. nltk- ('punkt')
1515
5. pandas
1616
6. scikit-learn
1717
7. python-dateutil
1818
8. easydict
19+
9. shutil
20+
10. Matplotlib
21+
11. Scikit-Image(skimage)
1922

2023
## Data Download
2124
### Repo : [![](https://img.shields.io/badge/download%20repo:-273.93MiB-blue.svg)](https://github.com/ASH1998/Deep-Representation-of-Visual-Descriptions/archive/master.zip)
@@ -28,7 +31,14 @@ Model Architecture :
2831
### Trained models:
2932
### Eval models
3033

34+
## Using Jupyter
3135

36+
[View Notebook](code/Driver!!.ipynb). This notebook uses the data and pretrained models to take in sentences from the user and provide the outputs.
37+
#### BIRD GENERATED IMAGES
38+
![](jup1.png)
39+
40+
#### COCO GENERATED IMAGES
41+
![](jup2.png)
3242
## Current Outputs
3343

3444
##### `Text : flat screen television on top of an old tv console`

code/.ipynb_checkpoints/Driver!!-checkpoint.ipynb

Lines changed: 46 additions & 49 deletions
Large diffs are not rendered by default.

code/Driver!!.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"outputs": [],
5151
"source": [
5252
"#Paths\n",
53-
"\n",
53+
"#enter the paths to your project dirs.\n",
5454
"MAIN = r\"E:\\Seminar\\Project\\AttnGAN\\code\"\n",
5555
"COCO = r\"E:\\Seminar\\Project\\AttnGAN\\data\\coco\"\n",
5656
"BIRDS = r\"E:\\Seminar\\Project\\AttnGAN\\data\\birds\"\n",

jup1.png

484 KB
Loading

jup2.png

446 KB
Loading

0 commit comments

Comments
 (0)