xiexinch
|
26a0b4814b
|
add _delete_=True to optim wrapper
|
2022-07-06 17:26:52 +08:00 |
MengzhangLI
|
2c4bcbd7c6
|
[Fix] Remove _delete_=True in optimizer
|
2022-06-20 17:53:36 +08:00 |
zhengmiao
|
b23982d1b3
|
[Refactory] Refactory BaseSegmentor based BaseModel
|
2022-06-19 06:32:09 +00:00 |
limengzhang.vendor
|
34711422ac
|
[Fix] Fix batch size of val_dataloader to 1.
|
2022-06-12 09:10:26 +00:00 |
linfangjian.vendor
|
dd9c411335
|
[Refactor] Refactor decode_head and segmentors and add preprocess_cfg
|
2022-06-10 14:02:40 +00:00 |
limengzhang.vendor
|
fcb9cb4571
|
[Refactor] Refactor lr_config
|
2022-06-08 09:25:00 +00:00 |
limengzhang.vendor
|
c84a58b7b5
|
[Refactor] Refacor default_hooks and train & val & test loops in configs
|
2022-06-08 06:28:35 +00:00 |
limengzhang.vendor
|
5b9c29f992
|
[Refactor] Refactor Dataset and its Transform Config files
|
2022-05-31 14:28:42 +00:00 |
谢昕辰
|
ef4b30038f
|
[Feature] add DPT head (#605)
* add DPT head
* [fix] fix init error
* use mmcv function
* delete code
* remove transpose clas
* support NLC output shape
* Delete post_process_layer.py
* add unittest and docstring
* rename variables
* fix project error and add unittest
* match dpt weights
* add configs
* fix vit pos_embed bug and dpt feature fusion bug
* match vit output
* fix gelu
* minor change
* update unitest
* fix configs error
* inference test
* remove auxilary
* use local pretrain
* update training results
* update yml
* update fps and memory test
* update doc
* update readme
* add yml
* update doc
* remove with_cp
* update config
* update docstring
* remove dpt-l
* add init_cfg and modify readme.md
* Update dpt_vit-b16.py
* zh-n README
* use constructor instead of build function
* prevent tensor being modified by ConvModule
* fix unittest
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
|
2021-08-30 16:53:05 +08:00 |