-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
63 lines (63 loc) · 1.32 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/.ipynb_checkpoints/
.idea/
/dictionary_and_semantic_hierarchy.txt
/categories_places365.txt
/demo_img.png
/astronaut_with_beer.jpg
/monkey_with_gun.jpg
/English-Morph.txt
/fruit_bowl.jpg
/__pycache__/
.env
.vscode/
outputs/
*.sh
/annotations/captions_train2014.json
/annotations/captions_val2014.json
/captions_val2014_fakecap_results.json
/annotations/instances_train2014.json
/annotations/instances_val2014.json
/annotations/person_keypoints_train2014.json
/annotations/person_keypoints_val2014.json
/captions_val2014.json
/coco_eval_example.py
/scripts/quantitative_evaluation_local.py
/annotations/
/test.py
/object_emb.npy
/object_texts.txt
/place_emb.npy
/place_texts.txt
/res.txt
/imgs/
/cache/
/environment.yml
/eval_cap.pickle
/cache/res.pickle
/cute_bear.jpg
/val2017.zip
/dl2_gpu.yml
/res.pickle
/improved_outputs.csv
/baseline_outputs.csv
/scripts/test.py
/data/
essay/
/scripts/__pycache__/
/notebooks/.ipynb_checkpoints/coco_captioning_baseline-checkpoint.ipynb
/scripts/image_captioning_lisa.py
/scripts/coco_captioning_improved_lisa.py
/scripts/utils_lisa.py
/scripts/coco_captioning_baseline_lisa.py
/scripts/coco_image_embedding_generation_lisa.py
/scripts/coco_evaluation_lisa.py
/scripts/coco_evalutation2_lisa.py
/scripts/bert.py
requirements.txt
env.yml
/lisa_0/
/lisa_1/
/lisa_2/
/lisa_3/
/notebooks/.ipynb_checkpoints/
.DS_Store