This repository contains our implementation of deepSBD for ClipShots. The code is modified from here.
We implement deepSBD in this repository. There are 2 backbones that can be selected, including the original Alexnet-like and ResNet-18 introduced in our paper.
- The trained model for Alexnet-like backbone. BaiduYun, Google Drive
- The trained model for ResNet-18 backbone. BaiduYun, Google Drive
- The pretrained model for ResNet-18 backbone.
Please refer to train.sh
Add '--no_train' options to train.sh
.