File tree Expand file tree Collapse file tree 5 files changed +58
-51
lines changed Expand file tree Collapse file tree 5 files changed +58
-51
lines changed Original file line number Diff line number Diff line change 8
8
9
9
## Documentation [ ![ wiki] ( https://img.shields.io/badge/Wiki-GO-brightgreen.svg )] ( https://github.com/ASH1998/Deep-Representation-of-Visual-Descriptions/wiki )
10
10
## Dependencies ![ ] ( https://img.shields.io/depfu/depfu/example-ruby.svg )
11
- 1 . Python
11
+ 1 . Python 3.0
12
12
2 . Pytorch
13
13
3 . torchfile
14
14
4 . nltk- ('punkt')
15
15
5 . pandas
16
16
6 . scikit-learn
17
17
7 . python-dateutil
18
18
8 . easydict
19
+ 9 . shutil
20
+ 10 . Matplotlib
21
+ 11 . Scikit-Image(skimage)
19
22
20
23
## Data Download
21
24
### 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 :
28
31
### Trained models:
29
32
### Eval models
30
33
34
+ ## Using Jupyter
31
35
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 )
32
42
## Current Outputs
33
43
34
44
##### ` Text : flat screen television on top of an old tv console `
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 50
50
"outputs": [],
51
51
"source": [
52
52
"#Paths\n",
53
- "\n",
53
+ "#enter the paths to your project dirs. \n",
54
54
"MAIN = r\"E:\\Seminar\\Project\\AttnGAN\\code\"\n",
55
55
"COCO = r\"E:\\Seminar\\Project\\AttnGAN\\data\\coco\"\n",
56
56
"BIRDS = r\"E:\\Seminar\\Project\\AttnGAN\\data\\birds\"\n",
You can’t perform that action at this time.
0 commit comments