Skip to content

Commit

Permalink
--other=update vpd test case
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexinch committed Sep 28, 2023
1 parent cf8fc7b commit c0e9504
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dev_scripts/benchmark_full_models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ unet/unet-s5-d16_fcn_4xb4-160k_cityscapes-512x1024.py
upernet/upernet_r50_4xb2-40k_cityscapes-769x769.py
vit/vit_deit-s16_upernet_8xb2-80k_ade20k-512x512.py
san/san-vit-b16_coco-stuff164k-640x640.py
vpd/vpd_sd_4xb8-25k_nyu-480x480.py
1 change: 1 addition & 0 deletions .dev_scripts/benchmark_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
'pip install mmdet==3.0.0',
'pip install -r requirements.txt',
'pip install timm',
'pip install -r requirements/optional.txt',
]

default_floating_range = 0.5
1 change: 1 addition & 0 deletions .dev_scripts/benchmark_train_models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ twins/twins_pcpvt-l_uperhead_8xb2-160k_ade20k-512x512.py
unet/unet-s5-d16_fcn_4xb4-160k_cityscapes-512x1024.py
upernet/upernet_r101_4xb2-40k_cityscapes-512x1024.py
san/san-vit-b16_coco-stuff164k-640x640.py
vpd/vpd_sd_4xb8-25k_nyu-480x480.py

0 comments on commit c0e9504

Please sign in to comment.