├── README.md ├── caffe.proto ├── png ├── demo.png └── results.png ├── x2 ├── DDet_x2.caffemodel └── DDet_x2.prototxt ├── x3 ├── DDet_x3.caffemodel └── DDet_x3.prototxt └── x4 ├── DDet_x4.caffemodel └── DDet_x4.prototxt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ykshi/DDet/HEAD/README.md -------------------------------------------------------------------------------- /caffe.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ykshi/DDet/HEAD/caffe.proto -------------------------------------------------------------------------------- /png/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ykshi/DDet/HEAD/png/demo.png -------------------------------------------------------------------------------- /png/results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ykshi/DDet/HEAD/png/results.png -------------------------------------------------------------------------------- /x2/DDet_x2.caffemodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ykshi/DDet/HEAD/x2/DDet_x2.caffemodel -------------------------------------------------------------------------------- /x2/DDet_x2.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ykshi/DDet/HEAD/x2/DDet_x2.prototxt -------------------------------------------------------------------------------- /x3/DDet_x3.caffemodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ykshi/DDet/HEAD/x3/DDet_x3.caffemodel -------------------------------------------------------------------------------- /x3/DDet_x3.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ykshi/DDet/HEAD/x3/DDet_x3.prototxt -------------------------------------------------------------------------------- /x4/DDet_x4.caffemodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ykshi/DDet/HEAD/x4/DDet_x4.caffemodel -------------------------------------------------------------------------------- /x4/DDet_x4.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ykshi/DDet/HEAD/x4/DDet_x4.prototxt --------------------------------------------------------------------------------