Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WANGHAO DAI committed Oct 26, 2022
1 parent 1d71755 commit 85d5454
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@

## Installtion (Windows 10):
Download Tiny (Distilled) Model from below Google Drive manually and copy to [OFA](https://github.com/Wanghao-UOW/ShowAndTell/tree/main/OFA) folder https://drive.google.com/drive/folders/1jpP-KNabBPAyOoDkj_U57GkpR4JBjMV0?usp=sharing
#### Download Tiny (Distilled) Model from below Google Drive manually and copy to [OFA](https://github.com/Wanghao-UOW/ShowAndTell/tree/main/OFA) folder
https://drive.google.com/drive/folders/1jpP-KNabBPAyOoDkj_U57GkpR4JBjMV0?usp=sharing

OR

Download Large Model from below Google Drive manually and copy to [OFA](https://github.com/Wanghao-UOW/ShowAndTell/tree/main/OFA) folder
#### Download Large Model from below Google Drive manually and copy to [OFA](https://github.com/Wanghao-UOW/ShowAndTell/tree/main/OFA) folder

https://drive.google.com/drive/folders/1p__3PShIX6KbKBIyERSX9jrsUEN1hoR5?usp=sharing

###### Tiny is faster with reasonable accuracy of text caption while large is much slower with much higher accuracy of text caption

## Option 1 (using existing virtual environment):

Download venv below and unzip to ShowAndTell folder
#### Download venv below and unzip to ShowAndTell folder
https://drive.google.com/file/d/1fTqD683dpdwtGnUMyQc3tLraZK7Ymj2G/view?usp=sharing

Run below commands:
#### Run below commands:
.\venv\Scripts\activate
python manage.py runserver

Expand Down

0 comments on commit 85d5454

Please sign in to comment.