Awesome
DeepSBD for ClipShots
This repository contains our implementation of deepSBD for ClipShots. The code is modified from here.
Introduction
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.
Resources
- 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.
Training
Please refer to train.sh
Testing
Add '--no_train' options to train.sh
.