Feature-Fused-SSD
Feature-Fused-SSD copied to clipboard
Code of Paper : "Feature-Fused SSD: Fast Detection for Small Objects"
Results
3
Feature-Fused-SSD issues
Sort by
recently updated
recently updated
newest added
I want to make an 'activated feature map' like figure3 in the paper. It is similar to Grad-cam. How can I draw it? Thanks ahead.
Environment: OS : Ubuntu 16.04 Python: 3.6 Caffe : 1.0.0 Code: >>> import caffe >>> net = caffe.Detector('deploy.prototxt', 'weights.caffemodel') StackTrace: WARNING: Logging before InitGoogleLogging() is written to STDERR W0520 15:37:31.083395...