Coobiw
ed5924b6fe
[Feature] Implement of RAM with a gradio interface. ( #1802 )
...
* [CodeCamp2023-584]Support DINO self-supervised learning in project (#1756 )
* feat: impelemt DINO
* chore: delete debug code
* chore: impplement pre-commit
* fix: fix imported package
* chore: pre-commit check
* [CodeCamp2023-340] New Version of config Adapting MobileNet Algorithm (#1774 )
* add new config adapting MobileNetV2,V3
* add base model config for mobile net v3, modified all training configs of mobile net v3 inherit from the base model config
* removed directory _base_/models/mobilenet_v3
* [Feature] Implement of Zero-Shot CLIP Classifier (#1737 )
* zero-shot CLIP
* modify zero-shot clip config
* add in1k_sub_prompt(8 prompts) for improvement
* add some annotations doc
* clip base class & clip_zs sub-class
* some modifications of details after review
* convert into and use mmpretrain-vit
* modify names of some files and directories
* ram init commit
* [Fix] Fix pipeline bug in image retrieval inferencer
* [CodeCamp2023-341] 多模态数据集文档补充-COCO Retrieval
* Update OFA to compat with latest huggingface.
* Update train.py to compat with new config
* Bump version to v1.1.0
* Update __init__.py
---------
Co-authored-by: LALBJ <40877073+LALBJ@users.noreply.github.com>
Co-authored-by: DE009 <57087096+DE009@users.noreply.github.com>
Co-authored-by: mzr1996 <mzr1996@163.com>
Co-authored-by: 飞飞 <102729089+ASHORE1225@users.noreply.github.com>
2023-10-25 16:23:45 +08:00
hmtbgc
c0766519b1
[Feature] Add minigpt4 gradio demo and training script. ( #1758 )
...
* Add minigpt4 gradio demo
* update minigpt4 demo
* update minigpt4 demo (inference with float16)
* update minigpt4 and some dependent files
* add minigpt4 dataset for training
* add training script for minigpt4
* restore files deleted by mistake
* fix an error
* remove useless modification
* provide command line arguments for minigpt4 gradio demo and update some comments
* update code
* Update minigpt-4 readme
---------
Co-authored-by: mzr1996 <mzr1996@163.com>
2023-10-12 10:36:17 +08:00
Nripesh Niketan
4d1dbafaa2
[Enhance] Add GPU Acceleration Apple silicon mac ( #1699 )
...
* Add GPU Acceleration Apple silicon mac
* lint fix
* Update launch.py
* Use to refactor the device selection.
* Update launch.py
---------
Co-authored-by: mzr1996 <mzr1996@163.com>
2023-07-26 17:51:00 +08:00
zzc98
3eaf719a64
[Feature] Add InternImage Classification project ( #1569 )
...
* [Feature] add internimage project
* [Feature] add internimage project
* update license
* [Feature] add internimage project
* [Feature] add internimage project
* [Feature] add internimage project
* [Feature] add internimage project
* [Feature] add internimage project
* [Feature] add internimage project
* update license
* [Feature] add internimage project
* [Feature] add internimage project
* [Feature] add internimage project
* [Feature] add internimage project
* update internimage configs
* support internimage project
* support internimage project
* support internimage project
* internimage
2023-06-13 19:11:54 +08:00
Ezra-Yu
1f07c92ed1
[Feature] Add retrieval mAP metric. ( #1552 )
...
* rebase
* fefine
* fix lint
* update readme
* rebase
* fix lint
* update docstring
* update docstring
* rebase
* rename corespanding names
* rebase
2023-05-26 10:40:08 +08:00
zzc98
b058912c0c
[Docs] Fix example_project README ( #1575 )
2023-05-22 15:47:03 +08:00
Ma Zerun
6847d20d57
[Feature] Support multiple multi-modal algorithms and inferencers. ( #1561 )
...
* [Feat] Migrate blip caption to mmpretrain. (#50 )
* Migrate blip caption to mmpretrain
* minor fix
* support train
* [Feature] Support OFA caption task. (#51 )
* [Feature] Support OFA caption task.
* Remove duplicated files.
* [Feature] Support OFA vqa task. (#58 )
* [Feature] Support OFA vqa task.
* Fix lint.
* [Feat] Add BLIP retrieval to mmpretrain. (#55 )
* init
* minor fix for train
* fix according to comments
* refactor
* Update Blip retrieval. (#62 )
* [Feature] Support OFA visual grounding task. (#59 )
* [Feature] Support OFA visual grounding task.
* minor add TODO
---------
Co-authored-by: yingfhu <yingfhu@gmail.com>
* [Feat] Add flamingos coco caption and vqa. (#60 )
* first init
* init flamingo coco
* add vqa
* minor fix
* remove unnecessary modules
* Update config
* Use `ApplyToList`.
---------
Co-authored-by: mzr1996 <mzr1996@163.com>
* [Feature]: BLIP2 coco retrieval (#53 )
* [Feature]: Add blip2 retriever
* [Feature]: Add blip2 all modules
* [Feature]: Refine model
* [Feature]: x1
* [Feature]: Runnable coco ret
* [Feature]: Runnable version
* [Feature]: Fix lint
* [Fix]: Fix lint
* [Feature]: Use 364 img size
* [Feature]: Refactor blip2
* [Fix]: Fix lint
* refactor files
* minor fix
* minor fix
---------
Co-authored-by: yingfhu <yingfhu@gmail.com>
* Remove
* fix blip caption inputs (#68 )
* [Feat] Add BLIP NLVR support. (#67 )
* first init
* init flamingo coco
* add vqa
* add nlvr
* refactor nlvr
* minor fix
* minor fix
* Update dataset
---------
Co-authored-by: mzr1996 <mzr1996@163.com>
* [Feature]: BLIP2 Caption (#70 )
* [Feature]: Add language model
* [Feature]: blip2 caption forward
* [Feature]: Reproduce the results
* [Feature]: Refactor caption
* refine config
---------
Co-authored-by: yingfhu <yingfhu@gmail.com>
* [Feat] Migrate BLIP VQA to mmpretrain (#69 )
* reformat
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* refactor code
---------
Co-authored-by: yingfhu <yingfhu@gmail.com>
* Update RefCOCO dataset
* [Fix] fix lint
* [Feature] Implement inference APIs for multi-modal tasks. (#65 )
* [Feature] Implement inference APIs for multi-modal tasks.
* [Project] Add gradio demo.
* [Improve] Update requirements
* Update flamingo
* Update blip
* Add NLVR inferencer
* Update flamingo
* Update hugging face model register
* Update ofa vqa
* Update BLIP-vqa (#71 )
* Update blip-vqa docstring (#72 )
* Refine flamingo docstring (#73 )
* [Feature]: BLIP2 VQA (#61 )
* [Feature]: VQA forward
* [Feature]: Reproduce accuracy
* [Fix]: Fix lint
* [Fix]: Add blank line
* minor fix
---------
Co-authored-by: yingfhu <yingfhu@gmail.com>
* [Feature]: BLIP2 docstring (#74 )
* [Feature]: Add caption docstring
* [Feature]: Add docstring to blip2 vqa
* [Feature]: Add docstring to retrieval
* Update BLIP-2 metafile and README (#75 )
* [Feature]: Add readme and docstring
* Update blip2 results
---------
Co-authored-by: mzr1996 <mzr1996@163.com>
* [Feature] BLIP Visual Grounding on MMPretrain Branch (#66 )
* blip grounding merge with mmpretrain
* remove commit
* blip grounding test and inference api
* refcoco dataset
* refcoco dataset refine config
* rebasing
* gitignore
* rebasing
* minor edit
* minor edit
* Update blip-vqa docstring (#72 )
* rebasing
* Revert "minor edit"
This reverts commit 639cec757c215e654625ed0979319e60f0be9044.
* blip grounding final
* precommit
* refine config
* refine config
* Update blip visual grounding
---------
Co-authored-by: Yiqin Wang 王逸钦 <wyq1217@outlook.com>
Co-authored-by: mzr1996 <mzr1996@163.com>
* Update visual grounding metric
* Update OFA docstring, README and metafiles. (#76 )
* [Docs] Update installation docs and gradio demo docs. (#77 )
* Update OFA name
* Update Visual Grounding Visualizer
* Integrate accelerate support
* Fix imports.
* Fix timm backbone
* Update imports
* Update README
* Update circle ci
* Update flamingo config
* Add gradio demo README
* [Feature]: Add scienceqa (#1571 )
* [Feature]: Add scienceqa
* [Feature]: Change param name
* Update docs
* Update video
---------
Co-authored-by: Hubert <42952108+yingfhu@users.noreply.github.com>
Co-authored-by: yingfhu <yingfhu@gmail.com>
Co-authored-by: Yuan Liu <30762564+YuanLiuuuuuu@users.noreply.github.com>
Co-authored-by: Yiqin Wang 王逸钦 <wyq1217@outlook.com>
Co-authored-by: Rongjie Li <limo97@163.com>
2023-05-19 16:50:04 +08:00
Yixiao Fang
1ee9bbe050
[Docs] Update links ( #1457 )
...
* update links
* update readtherdocs
* update
* update
* fix lint
* update
* update
* update
* update cov branch
* update
* update
* update
2023-04-06 20:58:52 +08:00
Yixiao Fang
53dc810c08
[Refactor] Add projects from mmselfsup ( #1410 )
...
* update projects/fgia
* add video maskfeat in projects
* update according to review
2023-03-27 16:59:08 +08:00
mzr1996
0979e78573
Rename the package name to `mmpretrain`.
2023-02-17 15:20:55 +08:00
Ezra-Yu
1c6b077bb1
[Project] Add ACCV workshop 1st Solution. ( #1245 )
...
* add accv workshop 1st project
* update projects
* update projects
* fix lint
* Update projects/fgia_accv2022_1st/README.md
Co-authored-by: Yuan Liu <30762564+YuanLiuuuuuu@users.noreply.github.com>
* Update projects/fgia_accv2022_1st/README.md
Co-authored-by: Yuan Liu <30762564+YuanLiuuuuuu@users.noreply.github.com>
* Update projects/fgia_accv2022_1st/README.md
Co-authored-by: Yuan Liu <30762564+YuanLiuuuuuu@users.noreply.github.com>
* update
* Update projects/fgia_accv2022_1st/README.md
Co-authored-by: Yuan Liu <30762564+YuanLiuuuuuu@users.noreply.github.com>
* Update projects/fgia_accv2022_1st/README.md
Co-authored-by: Yuan Liu <30762564+YuanLiuuuuuu@users.noreply.github.com>
* Update projects/fgia_accv2022_1st/README.md
Co-authored-by: Yuan Liu <30762564+YuanLiuuuuuu@users.noreply.github.com>
* update
* Update projects/fgia_accv2022_1st/README.md
Co-authored-by: Yuan Liu <30762564+YuanLiuuuuuu@users.noreply.github.com>
* Update projects/fgia_accv2022_1st/README.md
Co-authored-by: Yuan Liu <30762564+YuanLiuuuuuu@users.noreply.github.com>
* Update projects/fgia_accv2022_1st/README.md
Co-authored-by: Yuan Liu <30762564+YuanLiuuuuuu@users.noreply.github.com>
* Update projects/fgia_accv2022_1st/README.md
Co-authored-by: Yuan Liu <30762564+YuanLiuuuuuu@users.noreply.github.com>
* update
* update
* update
Co-authored-by: Yuan Liu <30762564+YuanLiuuuuuu@users.noreply.github.com>
2022-12-12 18:55:09 +08:00
Ma Zerun
ea53bce580
[Project] Add Example project. ( #1254 )
2022-12-12 17:57:09 +08:00