CASIA-IVA-Lab / ZBS

ZBS: Zero-shot Background Subtraction via Instance-level Background Modeling and Foreground Selection (CVPR2023)
Apache License 2.0
44 stars 13 forks source link

Pre-trained models #1

Closed schliffen closed 1 year ago

schliffen commented 1 year ago

it would be very helpful if pretrained models were available for bench-marking

an-yongqi commented 1 year ago

it would be very helpful if pretrained models were available for bench-marking

Our approach uses directly the official pre-trained models provided by Detic, the code below will allow to download one of them.

mkdir models
wget https://dl.fbaipublicfiles.com/detic/Detic_LCOCOI21k_CLIP_SwinB_896b32_4x_ft4x_max-size.pth -O models/Detic_LCOCOI21k_CLIP_SwinB_896b32_4x_ft4x_max-size.pth

More details can be found in MODEL ZOO in GET_STARTED.md.