-
## 综述
- STOA papers with code [[url]](https://paperswithcode.com/sota/object-detection-on-coco)
- 【DeepLearning综述】 DeepLearning Detection 综述 [[blog]](https://bryce1010.blog.csdn.net/article/det…
-
和paddle值班同学沟通,目前的paddle还没有对普通vgg版ssd检测器[1]的支持,只有以mobilenet为backbone的ssd。目前如果要使用vgg-ssd,只能自己手动将vgg的backbone拼凑过去,并且需要自己裸训模型。由于vgg-ssd是一个很经典且基础的模型,所以希望下版更新能提供:
(1)vgg-ssd的网络结构(包括300/512两种输入尺寸)
(2)对应(1)…
-
It has come to my notice that SSD object Detection algorithm is missing, I'd love to add it community allows.
-
[2020-10-08 18:30:55,013]-[train.py line:103]:Train datasets number is : 6056
[2020-10-08 18:30:55,014]-[train.py line:106]: ======= start training ======
[2020-10-08 18:30:55,015]…
-
你好,我采用PaddleDetection的tools/export_model.py执行导出模型相关操作,出下如下错误,未查找出相关问题
运行环境为ubuntu16.04 Cuda9+Cudnn7.3
使用PaddleDetection yolov3+mobilenetv1训练正常
使用
python tools/export_model.py -c configs/fruveg/yol…
ygren updated
4 years ago
-
trying to use the train the cocodataset 2014 for detection
I don't think my code is using GPU.
this program does not using the gpu and stop at
`output = net(images)
-
Hello guys,
I use readNetFromTensorflow to read a [face detection model](https://drive.google.com/open?id=1growhXi9KL7OlDxF76Xq8oX9Fnkr0nfu) failed.
Because this model hava one 'StridedSlice' oper…
-
hello, i met a problem when use nvcc to compiled this project 。
i use nvcc -o cudatest nms_kernel.cu -L -lcudart -I D:\Code-software\NNF\libtorch\libtorch\include -I D:\Code-software\NNF\libtorch\lib…
-
Currently, torchvision offers state-of-the-art pretrained/architecture networks mainly for classification.
I was wondering if there is any interest to add segmentation models such as:
* mask R-C…
-
In general everybody knows how to train a new model for objects. However it is time to work out and automate this process. This includes the taking of pictures, labeling etc.
## Context
Object rec…