-
Follow the instructions from https://github.com/intel/caffe/wiki/SSD:-Single-Shot-MultiBox-Detector to test with SSD, it crashed with below stack trace, is there any suggestion on this issue?
command…
-
Hi
I run caffe in an embedded environment.
(NVIDIA Jetston TX2, DRIVE PX 2)
The Jetson TX2 has one gpu core.
The Drive PX2 has multi gpu core.
I inferred HD images using a caffe framework SS…
-
https://github.com/chongyangtao/Awesome-Scene-Text-Recognition
https://github.com/whitelok/image-text-localization-recognition
-
Hi, is it possible to extract features from all bounding boxes?
I am trying to build a small search engine and for my usage, I want to detect objects in images and extract their features to make knn …
-
http://www.paddlepaddle.org/docs/develop/models/README.cn.html
12 目标检测 中,点击 Single Shot MultiBox Detector,进去是一个全英文的页面,其中很往下有一行中文
-
This is not an issue, merely a question. First and foremost, the implementation is really useful, and thank you for making it public. Now, as for the question I have - in the main readme.md you state …
-
Paper: https://arxiv.org/abs/1512.02325
Caffe参考实现:https://github.com/weiliu89/caffe/tree/ssd
@Noplz 可以将详细需要实现的内容列出来。
-
I'm trying to load a [FSSD: Feature Fusion Single Shot Multibox Detector](https://arxiv.org/pdf/1712.00960v2.pdf) pre trained [caffe model](https://github.com/lzx1413/CAFFE_SSD/tree/fssd#models).
Bu…
-
SSD is a Single Shot MultiBox Detector ([paper](http://arxiv.org/abs/1512.02325), [slides](http://www.cs.unc.edu/~wliu/papers/ssd_eccv2016_slide.pdf)).
Add CK-Caffe support for:
- the [SSD](https:…
-
/home/mkyuan/anaconda2/bin/python /home/mkyuan/single_shot_multibox_detector/src/train.py
Using TensorFlow backend.
Deprecated function use function: load_data instead
Traceback (most recent call l…