weiliu89 / caffe

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

How the ssd_pascal_video works? #756

Open gjm441 opened 7 years ago

gjm441 commented 7 years ago

@weiliu89 Thanks for help.I have run the ssd_pascal_video on Nvidia TX2 about 8~9fps. I see the script that it takes video input through VideoDataLayer, and construct the test.prototext, and finally calls the command "caffe.bin test --model -weight ..". It doesn't need to draw rectangle and text.But how does it plot detections on video?and in which file? I want to use caffe2 ssd model in video detect.Can you give me some suggestions? Please use the caffe-users list for usage, installation, or modeling questions, or other requests for help. Do not post such requests to Issues. Doing so interferes with the development of Caffe.

Please read the guidelines for contributing before submitting this issue.

Issue summary

Steps to reproduce

If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.

Your system configuration

Operating system: Compiler: CUDA version (if applicable): CUDNN version (if applicable): BLAS: Python or MATLAB version (for pycaffe and matcaffe respectively):

rockwzy commented 6 years ago

I have the same question as you. How does caffe draw those rectangle and text. Do you figure it out now?