├── Pyramid Dilated Deeper CoonvLSTM for Video Salient Object Detection.pdf ├── README.md ├── davis_applyCRF.py ├── davis_path.txt ├── maycaffe-convlstm.rar ├── model ├── seq_t5_n1.txt ├── test.prototxt └── test_davis.py /Pyramid Dilated Deeper CoonvLSTM for Video Salient Object Detection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenguanwang/PDB-ConvLSTM/HEAD/Pyramid Dilated Deeper CoonvLSTM for Video Salient Object Detection.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenguanwang/PDB-ConvLSTM/HEAD/README.md -------------------------------------------------------------------------------- /davis_applyCRF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenguanwang/PDB-ConvLSTM/HEAD/davis_applyCRF.py -------------------------------------------------------------------------------- /davis_path.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenguanwang/PDB-ConvLSTM/HEAD/davis_path.txt -------------------------------------------------------------------------------- /maycaffe-convlstm.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenguanwang/PDB-ConvLSTM/HEAD/maycaffe-convlstm.rar -------------------------------------------------------------------------------- /model: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /seq_t5_n1.txt: -------------------------------------------------------------------------------- 1 | /your path/maycaffe-convlstm/models/seq_t5_n1.h5 2 | -------------------------------------------------------------------------------- /test.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenguanwang/PDB-ConvLSTM/HEAD/test.prototxt -------------------------------------------------------------------------------- /test_davis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wenguanwang/PDB-ConvLSTM/HEAD/test_davis.py --------------------------------------------------------------------------------