weiliu89 / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
4.77k stars 1.68k forks source link

The code of DSSD : Deconvolutional Single Shot Detector #418

Open baiyancheng20 opened 7 years ago

baiyancheng20 commented 7 years ago

@weiliu89 Hi, could you release the code of DSSD, which is a very interesting work?

mslavescu commented 7 years ago

@weiliu89 I'm also interested in DSSD to see if I can get better accuracy then this (YOLO2 tiny) with comparable speed:

https://www.youtube.com/watch?v=ANgDlNfDoAQ

Here are instructions how I did it: https://github.com/OSSDC/darknet/commit/dc76e5690c753ce093417e096313b390b5d5c2ae

Does this caffe version work directly with UDP MPEG4 streams? Any examples?

David-Jin commented 7 years ago

@weiliu89 yes could you please share the DSSD with us?