-
Notifications
You must be signed in to change notification settings - Fork 973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update the requirements and fix the _expand_mask
import issue
#705
base: main
Are you sure you want to change the base?
Commits on Sep 16, 2022
-
update instructions for Unified Feature Extraction Interface
Junnan Li authoredSep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 61e532b - Browse repository at this point
Copy the full SHA 61e532bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8989543 - Browse repository at this point
Copy the full SHA 8989543View commit details -
Junnan Li authored
Sep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 5498416 - Browse repository at this point
Copy the full SHA 5498416View commit details -
update documentation for feature extraction
Junnan Li authoredSep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 33a763d - Browse repository at this point
Copy the full SHA 33a763dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6e1354 - Browse repository at this point
Copy the full SHA f6e1354View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40b5022 - Browse repository at this point
Copy the full SHA 40b5022View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f6c40e - Browse repository at this point
Copy the full SHA 6f6c40eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e072e6 - Browse repository at this point
Copy the full SHA 2e072e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e69f40 - Browse repository at this point
Copy the full SHA 4e69f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ab2b1 - Browse repository at this point
Copy the full SHA e4ab2b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8961e6d - Browse repository at this point
Copy the full SHA 8961e6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f42138b - Browse repository at this point
Copy the full SHA f42138bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b057e38 - Browse repository at this point
Copy the full SHA b057e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f94053 - Browse repository at this point
Copy the full SHA 0f94053View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db17b9 - Browse repository at this point
Copy the full SHA 5db17b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d4798a - Browse repository at this point
Copy the full SHA 5d4798aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e28a480 - Browse repository at this point
Copy the full SHA e28a480View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34b3b69 - Browse repository at this point
Copy the full SHA 34b3b69View commit details
Commits on Sep 19, 2022
-
Junnan Li authored
Sep 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 210d9bc - Browse repository at this point
Copy the full SHA 210d9bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70e5e0f - Browse repository at this point
Copy the full SHA 70e5e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96d474a - Browse repository at this point
Copy the full SHA 96d474aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea4f13 - Browse repository at this point
Copy the full SHA 5ea4f13View commit details
Commits on Sep 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2c1c6dd - Browse repository at this point
Copy the full SHA 2c1c6ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d13d3c - Browse repository at this point
Copy the full SHA 2d13d3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef82902 - Browse repository at this point
Copy the full SHA ef82902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ca8448 - Browse repository at this point
Copy the full SHA 3ca8448View commit details
Commits on Sep 22, 2022
-
(fix) ALBEF feature extractor mismatch keys.
When loading ALBEF feature extractor, it loads pre-trained checkpoints. Yet the default behavior of load_from_pretrained will rename bert keys. As a result, weights for ALBEF text encoders are not properly loaded. This can be confirmed by checking missing keys after loading weights. This commit fixes the issue by adding an option to not rename the keys. Other ALBEF task-specific architectures should not be affected.
Configuration menu - View commit details
-
Copy full SHA for 4001f32 - Browse repository at this point
Copy the full SHA 4001f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for afca26d - Browse repository at this point
Copy the full SHA afca26dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1733225 - Browse repository at this point
Copy the full SHA 1733225View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2cc24f - Browse repository at this point
Copy the full SHA a2cc24fView commit details
Commits on Sep 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b964f12 - Browse repository at this point
Copy the full SHA b964f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 924d4d4 - Browse repository at this point
Copy the full SHA 924d4d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa66440 - Browse repository at this point
Copy the full SHA aa66440View commit details
Commits on Sep 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a311bb1 - Browse repository at this point
Copy the full SHA a311bb1View commit details
Commits on Oct 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 130ad3b - Browse repository at this point
Copy the full SHA 130ad3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b74b2e - Browse repository at this point
Copy the full SHA 0b74b2eView commit details -
(docs) update docs for ALBEF, BLIP VQA.
As suggested by salesforce#16, update comments to make it clear the number of questions should be equal to number of images. Also add assertion to ensure this requirment is satisfied.
Configuration menu - View commit details
-
Copy full SHA for 80e1c13 - Browse repository at this point
Copy the full SHA 80e1c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed6b7a - Browse repository at this point
Copy the full SHA 8ed6b7aView commit details
Commits on Oct 7, 2022
-
Merge pull request salesforce#13 from bottledmind/fix/demo-requirements
fix: requirements for run_demo.sh
Configuration menu - View commit details
-
Copy full SHA for 2ba2677 - Browse repository at this point
Copy the full SHA 2ba2677View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40ea7e6 - Browse repository at this point
Copy the full SHA 40ea7e6View commit details
Commits on Oct 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b4130cd - Browse repository at this point
Copy the full SHA b4130cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0e98de - Browse repository at this point
Copy the full SHA a0e98deView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd0738a - Browse repository at this point
Copy the full SHA bd0738aView commit details
Commits on Oct 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 570aef8 - Browse repository at this point
Copy the full SHA 570aef8View commit details
Commits on Oct 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2b592e5 - Browse repository at this point
Copy the full SHA 2b592e5View commit details
Commits on Oct 15, 2022
-
Merge pull request salesforce#20 from bottledmind/fix/gpt-dialogue-lo…
…ading-issue fix: `gpt_dialogue` loading issue
Configuration menu - View commit details
-
Copy full SHA for 0fc3171 - Browse repository at this point
Copy the full SHA 0fc3171View commit details
Commits on Oct 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b587543 - Browse repository at this point
Copy the full SHA b587543View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2ed3d4 - Browse repository at this point
Copy the full SHA a2ed3d4View commit details
Commits on Oct 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7c5a051 - Browse repository at this point
Copy the full SHA 7c5a051View commit details -
Configuration menu - View commit details
-
Copy full SHA for c711229 - Browse repository at this point
Copy the full SHA c711229View commit details
Commits on Oct 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1daccd8 - Browse repository at this point
Copy the full SHA 1daccd8View commit details
Commits on Oct 25, 2022
-
Release of PnP-VQA (Anthony TMH et al, EMNLP Findings 2022). * add cache to gitignore * pnp-vqa-okvqa * rename readme * add extra config and misc change * edit model path * add gqa dataset * add gqa inference for generate * pnp-vqa misc change * compute gradcam in batch * allow straightforward model.predict_answers() * Created using Colaboratory * pnp_vqa * add test and update colab * add vqav2 test config and sh * log vqa result * fix dict key * reduce memory by offload model for pnpvqa3b * misc * update readme
Configuration menu - View commit details
-
Copy full SHA for 28d9d9e - Browse repository at this point
Copy the full SHA 28d9d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6c54cf - Browse repository at this point
Copy the full SHA d6c54cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f95a3da - Browse repository at this point
Copy the full SHA f95a3daView commit details
Commits on Oct 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fa8d067 - Browse repository at this point
Copy the full SHA fa8d067View commit details -
Fix git url for git clone in documentation (salesforce#21)
The git url for git clone in documentation is not working, it's not the Salesforce repository.
Configuration menu - View commit details
-
Copy full SHA for ae75fb6 - Browse repository at this point
Copy the full SHA ae75fb6View commit details
Commits on Nov 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e71f49c - Browse repository at this point
Copy the full SHA e71f49cView commit details
Commits on Nov 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e6caa1b - Browse repository at this point
Copy the full SHA e6caa1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 702c0fc - Browse repository at this point
Copy the full SHA 702c0fcView commit details
Commits on Dec 8, 2022
-
Fix error failling VQA evaluation (salesforce#59)
Looks good on me. Build passed.
Configuration menu - View commit details
-
Copy full SHA for 2e97fd0 - Browse repository at this point
Copy the full SHA 2e97fd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23d7ca8 - Browse repository at this point
Copy the full SHA 23d7ca8View commit details
Commits on Dec 21, 2022
-
* img2prompt * fsdf * final touch before merging img2prompt. * update README.md Co-authored-by: jiaxian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5913ce8 - Browse repository at this point
Copy the full SHA 5913ce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b40786 - Browse repository at this point
Copy the full SHA 7b40786View commit details -
Configuration menu - View commit details
-
Copy full SHA for c61c15d - Browse repository at this point
Copy the full SHA c61c15dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea65aab - Browse repository at this point
Copy the full SHA ea65aabView commit details
Commits on Dec 22, 2022
-
Junnan Li authored
Dec 22, 2022 Configuration menu - View commit details
-
Copy full SHA for c8dc409 - Browse repository at this point
Copy the full SHA c8dc409View commit details -
Junnan Li authored
Dec 22, 2022 Configuration menu - View commit details
-
Copy full SHA for fe50fe4 - Browse repository at this point
Copy the full SHA fe50fe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9fd2f - Browse repository at this point
Copy the full SHA 6e9fd2fView commit details
Commits on Jan 26, 2023
-
BLIP-2 integration and amp fix (salesforce#87)
* blip2 integration, amp fixing * update run config * minor restructure and refactor of blip2 implementations. * fix cpu device for blip2 example. * added pyproject.toml * updates for builds. * fix salesforce#79. * added a dev tag for versioning. Co-authored-by: Junnan Li <“[email protected]”> Co-authored-by: Dongxu Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 013dd0f - Browse repository at this point
Copy the full SHA 013dd0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ff9616 - Browse repository at this point
Copy the full SHA 3ff9616View commit details -
Configuration menu - View commit details
-
Copy full SHA for b800408 - Browse repository at this point
Copy the full SHA b800408View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9474e59 - Browse repository at this point
Copy the full SHA 9474e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9e0d44 - Browse repository at this point
Copy the full SHA f9e0d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for bda0774 - Browse repository at this point
Copy the full SHA bda0774View commit details
Commits on Jan 27, 2023
-
root committed
Jan 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 229715b - Browse repository at this point
Copy the full SHA 229715bView commit details -
root committed
Jan 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 6f7b3ad - Browse repository at this point
Copy the full SHA 6f7b3adView commit details -
root committed
Jan 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 48ad4a9 - Browse repository at this point
Copy the full SHA 48ad4a9View commit details -
root committed
Jan 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 7d78e80 - Browse repository at this point
Copy the full SHA 7d78e80View commit details -
root committed
Jan 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 192560f - Browse repository at this point
Copy the full SHA 192560fView commit details -
root committed
Jan 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 1bfe81b - Browse repository at this point
Copy the full SHA 1bfe81bView commit details -
root committed
Jan 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 2e958c1 - Browse repository at this point
Copy the full SHA 2e958c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcc1ad3 - Browse repository at this point
Copy the full SHA fcc1ad3View commit details
Commits on Jan 28, 2023
-
root committed
Jan 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 1bd3686 - Browse repository at this point
Copy the full SHA 1bd3686View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23145a7 - Browse repository at this point
Copy the full SHA 23145a7View commit details -
root committed
Jan 28, 2023 Configuration menu - View commit details
-
Copy full SHA for dd1b800 - Browse repository at this point
Copy the full SHA dd1b800View commit details -
Merge branch 'main' of github.com:salesforce/LAVIS into main
root committedJan 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 3aa6d64 - Browse repository at this point
Copy the full SHA 3aa6d64View commit details -
root committed
Jan 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 671f543 - Browse repository at this point
Copy the full SHA 671f543View commit details -
Junnan Li authored
Jan 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 1c48800 - Browse repository at this point
Copy the full SHA 1c48800View commit details
Commits on Jan 30, 2023
-
root committed
Jan 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 561d8af - Browse repository at this point
Copy the full SHA 561d8afView commit details -
Merge branch 'main' of github.com:salesforce/LAVIS into main
root committedJan 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 4426e83 - Browse repository at this point
Copy the full SHA 4426e83View commit details -
Junnan Li authored
Jan 30, 2023 Configuration menu - View commit details
-
Copy full SHA for d46d598 - Browse repository at this point
Copy the full SHA d46d598View commit details -
root committed
Jan 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 0d09ec6 - Browse repository at this point
Copy the full SHA 0d09ec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30e7970 - Browse repository at this point
Copy the full SHA 30e7970View commit details
Commits on Jan 31, 2023
-
Junnan Li authored
Jan 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 2e96b27 - Browse repository at this point
Copy the full SHA 2e96b27View commit details -
Junnan Li authored
Jan 31, 2023 Configuration menu - View commit details
-
Copy full SHA for b822216 - Browse repository at this point
Copy the full SHA b822216View commit details -
Junnan Li authored
Jan 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 9700552 - Browse repository at this point
Copy the full SHA 9700552View commit details -
Configuration menu - View commit details
-
Copy full SHA for a70e108 - Browse repository at this point
Copy the full SHA a70e108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4edf808 - Browse repository at this point
Copy the full SHA 4edf808View commit details -
Junnan Li authored
Jan 31, 2023 Configuration menu - View commit details
-
Copy full SHA for bbe85c4 - Browse repository at this point
Copy the full SHA bbe85c4View commit details -
Junnan Li authored
Jan 31, 2023 Configuration menu - View commit details
-
Copy full SHA for a852b02 - Browse repository at this point
Copy the full SHA a852b02View commit details -
Junnan Li authored
Jan 31, 2023 Configuration menu - View commit details
-
Copy full SHA for f9e02ef - Browse repository at this point
Copy the full SHA f9e02efView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4bdd6b - Browse repository at this point
Copy the full SHA c4bdd6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 458bbc4 - Browse repository at this point
Copy the full SHA 458bbc4View commit details
Commits on Feb 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 981a636 - Browse repository at this point
Copy the full SHA 981a636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24c8811 - Browse repository at this point
Copy the full SHA 24c8811View commit details
Commits on Feb 2, 2023
-
Merge pull request salesforce#94 from Quan-Sun/blip2
Update blip2_qformer.py to fix max_txt_len
Junnan Li authoredFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 1b2766b - Browse repository at this point
Copy the full SHA 1b2766bView commit details
Commits on Feb 3, 2023
-
Junnan Li authored
Feb 3, 2023 Configuration menu - View commit details
-
Copy full SHA for d4bd546 - Browse repository at this point
Copy the full SHA d4bd546View commit details
Commits on Feb 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5d5a559 - Browse repository at this point
Copy the full SHA 5d5a559View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc598dc - Browse repository at this point
Copy the full SHA cc598dcView commit details -
Junnan Li authored
Feb 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 392e28f - Browse repository at this point
Copy the full SHA 392e28fView commit details
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa95939 - Browse repository at this point
Copy the full SHA fa95939View commit details -
Fix salesforce#100. (salesforce#103)
Allow using different prompts for blip2_t5 generation. Minor formatting.
Configuration menu - View commit details
-
Copy full SHA for 0769b74 - Browse repository at this point
Copy the full SHA 0769b74View commit details -
Added BLIP2 feature extractor and ITM matching (salesforce#104)
* add blip2 feature extractor and image-text matching * minor formatting. --------- Co-authored-by: root <“[email protected]”>
Configuration menu - View commit details
-
Copy full SHA for edfd376 - Browse repository at this point
Copy the full SHA edfd376View commit details -
update readme with example notebooks
Junnan Li authoredFeb 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 9f6429f - Browse repository at this point
Copy the full SHA 9f6429fView commit details
Commits on Feb 8, 2023
-
Add COCO finetuning (salesforce#117)
* add scripts for blip2 zero-shot vqa&okvqa evaluation * delete draft task and add back caption evaluation * fix amp scaler, fix freeze ViT, add blip-2 finetune script * remove OKVQA task, apply lemmatization after predict_answers(). * fix optimizer zero_grad under amp --------- Co-authored-by: root <“[email protected]”>
Configuration menu - View commit details
-
Copy full SHA for 4fede64 - Browse repository at this point
Copy the full SHA 4fede64View commit details
Commits on Feb 9, 2023
-
GQA evaluation and BLIP2 ITM bugfix. (salesforce#121)
* add scripts for blip2 zero-shot vqa&okvqa evaluation * delete draft task and add back caption evaluation * fix amp scaler, fix freeze ViT, add blip-2 finetune script * remove OKVQA task, apply lemmatization after predict_answers(). * fix optimizer zero_grad under amp * zero-shot gqa evaluation * Fix salesforce#119. --------- Co-authored-by: root <“[email protected]”>
Configuration menu - View commit details
-
Copy full SHA for 1a62e39 - Browse repository at this point
Copy the full SHA 1a62e39View commit details
Commits on Feb 13, 2023
-
add BLIP2 pretraining (salesforce#130)
* add scripts for blip2 zero-shot vqa&okvqa evaluation * delete draft task and add back caption evaluation * fix amp scaler, fix freeze ViT, add blip-2 finetune script * remove OKVQA task, apply lemmatization after predict_answers(). * fix optimizer zero_grad under amp * zero-shot gqa evaluation * Fix salesforce#119. * update runner - configurable beta and save checkpoint only for requires_grad params * add blip2 image processor for training * use blip2 image processor for training * update blip2 pretraining yaml and add stage-2 pretraining script * reload checkpoint to cpu first. allow non-strict reloading. * remove blip2 pretrain.yaml --------- Co-authored-by: root <“[email protected]”>
Configuration menu - View commit details
-
Copy full SHA for 1118c1b - Browse repository at this point
Copy the full SHA 1118c1bView commit details
Commits on Feb 15, 2023
-
blip-2 readme add advice on model selection
Junnan Li authoredFeb 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 5b06fa4 - Browse repository at this point
Copy the full SHA 5b06fa4View commit details
Commits on Feb 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c8d8a8c - Browse repository at this point
Copy the full SHA c8d8a8cView commit details
Commits on Feb 20, 2023
-
Merge pull request salesforce#141 from yqy2001/main
fix max_txt_len typos in blip2_t5 model
Junnan Li authoredFeb 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 6958b47 - Browse repository at this point
Copy the full SHA 6958b47View commit details
Commits on Feb 25, 2023
-
pin transformers version >=4.25,<4.27 (salesforce#157)
BLIP-2 implementation is not compatible with transformers=4.27, see details salesforce#154. Temporarily pin the version.
Configuration menu - View commit details
-
Copy full SHA for 148f244 - Browse repository at this point
Copy the full SHA 148f244View commit details
Commits on Mar 3, 2023
-
* add BLIP-2 models with CLIP-ViT-large; configurable ca_freq; fix autocast * use torch.cuda.amp for blip2_t5. --------- Co-authored-by: root <“[email protected]”>
Configuration menu - View commit details
-
Copy full SHA for 141367f - Browse repository at this point
Copy the full SHA 141367fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8a1735 - Browse repository at this point
Copy the full SHA c8a1735View commit details -
Fix command path in docs (salesforce#109)
* fix command path * fix bash -> python
Taichi Nishimura authoredMar 3, 2023 Configuration menu - View commit details
-
Copy full SHA for dbea3cd - Browse repository at this point
Copy the full SHA dbea3cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb5535b - Browse repository at this point
Copy the full SHA bb5535bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b67358e - Browse repository at this point
Copy the full SHA b67358eView commit details
Commits on Mar 6, 2023
-
Fix BLIP2 mixed precision on CPU (salesforce#179)
* allow both cpu string and torch.device to be identified for model loading. * blip2 amp cpu compatibility. * use dtype=float16 by default.
Configuration menu - View commit details
-
Copy full SHA for c6fb2c4 - Browse repository at this point
Copy the full SHA c6fb2c4View commit details
Commits on Mar 23, 2023
-
Junnan Li authored
Mar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for c5ebfdf - Browse repository at this point
Copy the full SHA c5ebfdfView commit details -
Junnan Li authored
Mar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for f2ec44d - Browse repository at this point
Copy the full SHA f2ec44dView commit details
Commits on Mar 24, 2023
-
Renaming img2prompt to img2llm (salesforce#213)
* update img2prompt_vqa to img2llm_vqa. * fix more.
Configuration menu - View commit details
-
Copy full SHA for 745ba73 - Browse repository at this point
Copy the full SHA 745ba73View commit details -
20230224 img2llm (salesforce#214)
* update img2prompt_vqa to img2llm_vqa. * fix more. * update readme.
Configuration menu - View commit details
-
Copy full SHA for 3a3018e - Browse repository at this point
Copy the full SHA 3a3018eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc34267 - Browse repository at this point
Copy the full SHA dc34267View commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f713f5f - Browse repository at this point
Copy the full SHA f713f5fView commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd50693 - Browse repository at this point
Copy the full SHA fd50693View commit details
Commits on May 5, 2023
-
root committed
May 5, 2023 Configuration menu - View commit details
-
Copy full SHA for e3fd194 - Browse repository at this point
Copy the full SHA e3fd194View commit details -
root committed
May 5, 2023 Configuration menu - View commit details
-
Copy full SHA for a7af4ae - Browse repository at this point
Copy the full SHA a7af4aeView commit details -
update blip2-opt for transformers>=4.27
root committedMay 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 8ee3c44 - Browse repository at this point
Copy the full SHA 8ee3c44View commit details
Commits on May 6, 2023
-
update blip2_opt to work with transformers>=4.27
root committedMay 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 62302d1 - Browse repository at this point
Copy the full SHA 62302d1View commit details
Commits on May 7, 2023
-
transformer version check for blip and blip2 models
root committedMay 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 2ee6793 - Browse repository at this point
Copy the full SHA 2ee6793View commit details -
transformer version check for blip and blip2 models
root committedMay 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 1424a68 - Browse repository at this point
Copy the full SHA 1424a68View commit details
Commits on May 8, 2023
-
root committed
May 8, 2023 Configuration menu - View commit details
-
Copy full SHA for d771c40 - Browse repository at this point
Copy the full SHA d771c40View commit details -
Junnan Li authored
May 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 288c795 - Browse repository at this point
Copy the full SHA 288c795View commit details
Commits on May 9, 2023
-
root committed
May 9, 2023 Configuration menu - View commit details
-
Copy full SHA for ad83e3e - Browse repository at this point
Copy the full SHA ad83e3eView commit details -
Merge branch 'main' of github.com:salesforce/LAVIS into main
root committedMay 9, 2023 Configuration menu - View commit details
-
Copy full SHA for eaad672 - Browse repository at this point
Copy the full SHA eaad672View commit details
Commits on May 10, 2023
-
root committed
May 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 8aa38dc - Browse repository at this point
Copy the full SHA 8aa38dcView commit details -
Junnan Li authored
May 10, 2023 Configuration menu - View commit details
-
Copy full SHA for cdeff33 - Browse repository at this point
Copy the full SHA cdeff33View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7236c0 - Browse repository at this point
Copy the full SHA a7236c0View commit details -
Junnan Li authored
May 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 3a94824 - Browse repository at this point
Copy the full SHA 3a94824View commit details -
Junnan Li authored
May 10, 2023 Configuration menu - View commit details
-
Copy full SHA for db854af - Browse repository at this point
Copy the full SHA db854afView commit details -
Junnan Li authored
May 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 06d6ebd - Browse repository at this point
Copy the full SHA 06d6ebdView commit details -
Junnan Li authored
May 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 627adbe - Browse repository at this point
Copy the full SHA 627adbeView commit details -
Junnan Li authored
May 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 9e66acc - Browse repository at this point
Copy the full SHA 9e66accView commit details
Commits on May 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for afb3338 - Browse repository at this point
Copy the full SHA afb3338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eda702 - Browse repository at this point
Copy the full SHA 2eda702View commit details -
Junnan Li authored
May 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 1a9aa88 - Browse repository at this point
Copy the full SHA 1a9aa88View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd83234 - Browse repository at this point
Copy the full SHA fd83234View commit details -
Junnan Li authored
May 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 11c771f - Browse repository at this point
Copy the full SHA 11c771fView commit details -
Junnan Li authored
May 11, 2023 Configuration menu - View commit details
-
Copy full SHA for e075e97 - Browse repository at this point
Copy the full SHA e075e97View commit details -
Junnan Li authored
May 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 52776dd - Browse repository at this point
Copy the full SHA 52776ddView commit details
Commits on May 12, 2023
-
Junnan Li authored
May 12, 2023 Configuration menu - View commit details
-
Copy full SHA for ecf9ff2 - Browse repository at this point
Copy the full SHA ecf9ff2View commit details -
Junnan Li authored
May 12, 2023 Configuration menu - View commit details
-
Copy full SHA for e4bd4fd - Browse repository at this point
Copy the full SHA e4bd4fdView commit details -
Junnan Li authored
May 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 6bd0b9f - Browse repository at this point
Copy the full SHA 6bd0b9fView commit details
Commits on May 15, 2023
-
root committed
May 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 43cd66f - Browse repository at this point
Copy the full SHA 43cd66fView commit details -
Merge branch 'main' of github.com:salesforce/LAVIS into main
root committedMay 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 3bd5a7d - Browse repository at this point
Copy the full SHA 3bd5a7dView commit details
Commits on May 16, 2023
-
Junnan Li authored
May 16, 2023 Configuration menu - View commit details
-
Copy full SHA for f8db665 - Browse repository at this point
Copy the full SHA f8db665View commit details
Commits on May 18, 2023
-
Junnan Li authored
May 18, 2023 Configuration menu - View commit details
-
Copy full SHA for fa300eb - Browse repository at this point
Copy the full SHA fa300ebView commit details
Commits on May 23, 2023
-
root committed
May 23, 2023 Configuration menu - View commit details
-
Copy full SHA for af610d2 - Browse repository at this point
Copy the full SHA af610d2View commit details -
Blip diffusion first cut (salesforce#319)
* added an empty project page for blip-diffusion. * add blip-diffusion teaser image. * enlarge teaser image.
Configuration menu - View commit details
-
Copy full SHA for 6f5a165 - Browse repository at this point
Copy the full SHA 6f5a165View commit details
Commits on May 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b3a3fbf - Browse repository at this point
Copy the full SHA b3a3fbfView commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b9f9e97 - Browse repository at this point
Copy the full SHA b9f9e97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d2b535 - Browse repository at this point
Copy the full SHA 3d2b535View commit details -
root committed
May 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 7a08d0c - Browse repository at this point
Copy the full SHA 7a08d0cView commit details -
Merge branch 'main' of github.com:salesforce/LAVIS into main
root committedMay 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 5f7585d - Browse repository at this point
Copy the full SHA 5f7585dView commit details
Commits on Jul 3, 2023
-
finetune BLIP-2 for coco retrieval
root committedJul 3, 2023 Configuration menu - View commit details
-
Copy full SHA for c0c6c47 - Browse repository at this point
Copy the full SHA c0c6c47View commit details
Commits on Jul 7, 2023
-
root committed
Jul 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 35923fe - Browse repository at this point
Copy the full SHA 35923feView commit details
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fceaaa2 - Browse repository at this point
Copy the full SHA fceaaa2View commit details
Commits on Jul 21, 2023
-
20230623 blip diffusion documentation (salesforce#441)
* BLIP-Diffusion
Configuration menu - View commit details
-
Copy full SHA for bbac655 - Browse repository at this point
Copy the full SHA bbac655View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2be8ee8 - Browse repository at this point
Copy the full SHA 2be8ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fe1dd5 - Browse repository at this point
Copy the full SHA 7fe1dd5View commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 61989d7 - Browse repository at this point
Copy the full SHA 61989d7View commit details
Commits on Jul 25, 2023
-
Update README.md (salesforce#452)
Updated outdated links in blip-diffusion's README.md
Configuration menu - View commit details
-
Copy full SHA for 54c2d64 - Browse repository at this point
Copy the full SHA 54c2d64View commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ea84b8b - Browse repository at this point
Copy the full SHA ea84b8bView commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e6b5dd4 - Browse repository at this point
Copy the full SHA e6b5dd4View commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b693170 - Browse repository at this point
Copy the full SHA b693170View commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 174ac24 - Browse repository at this point
Copy the full SHA 174ac24View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c7ad620 - Browse repository at this point
Copy the full SHA c7ad620View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50ea400 - Browse repository at this point
Copy the full SHA 50ea400View commit details -
Configuration menu - View commit details
-
Copy full SHA for f534093 - Browse repository at this point
Copy the full SHA f534093View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bb1a73b - Browse repository at this point
Copy the full SHA bb1a73bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c411c6 - Browse repository at this point
Copy the full SHA 0c411c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de4834 - Browse repository at this point
Copy the full SHA 0de4834View commit details
Commits on Dec 6, 2023
-
Add missing files from earlier commit: mostly datasets, and updated t…
…ypos/cleaned up some comments
Configuration menu - View commit details
-
Copy full SHA for adf49eb - Browse repository at this point
Copy the full SHA adf49ebView commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dee6dda - Browse repository at this point
Copy the full SHA dee6ddaView commit details
Commits on Dec 12, 2023
-
Merge pull request salesforce#599 from artemisp/main
X-InstructBLIP Code
Configuration menu - View commit details
-
Copy full SHA for b28106d - Browse repository at this point
Copy the full SHA b28106dView commit details
Commits on May 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0317e0 - Browse repository at this point
Copy the full SHA f0317e0View commit details -
update the requirements and fix the
_expand_mask
import issueMaulik Madhavi committedMay 19, 2024 Configuration menu - View commit details
-
Copy full SHA for ef2bf01 - Browse repository at this point
Copy the full SHA ef2bf01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0871b23 - Browse repository at this point
Copy the full SHA 0871b23View commit details
Commits on Jun 3, 2024
-
Merge branch 'patch-requirements' of https://github.com/maulikmadhavi…
…/LAVIS into patch-requirements
Configuration menu - View commit details
-
Copy full SHA for 6a00768 - Browse repository at this point
Copy the full SHA 6a00768View commit details