#
ssd
Here are 496 public repositories matching this topic...
Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
ssd
faster-rcnn
face-detection
object-detection
multi-object-tracking
instance-segmentation
mask-rcnn
yolov3
deepsort
cascade-rcnn
fcos
blazeface
pp-yolo
ttfnet
fairmot
ppdet
pp-tinypose
pp-tracking
picodet
-
Updated
Dec 31, 2021 - Python
A PyTorch Implementation of Single Shot MultiBox Detector
machine-learning
computer-vision
deep-learning
pytorch
ssd
image-recognition
webcam
object-detection
-
Updated
Dec 29, 2021 - Python
Single Shot MultiBox Detector in TensorFlow
-
Updated
Aug 12, 2021 - Jupyter Notebook
SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection
tutorial
detection
pytorch
ssd
object-detection
object-recognition
pytorch-tutorial
single-shot-multibox-detector
single-shot-detection
-
Updated
Sep 20, 2020 - Python
Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
-
Updated
Jun 28, 2021 - Python
A Keras port of Single Shot MultiBox Detector
computer-vision
deep-learning
keras
ssd
fcn
object-detection
keras-models
fully-convolutional-networks
ssd-model
single-shot-multibox-detector
-
Updated
Nov 27, 2021 - Python
Building a Real-time Hand-Detector using Neural Networks (SSD) on Tensorflow
-
Updated
Sep 30, 2021 - Python
MobileNetV1, MobileNetV2, VGG based SSD/SSD-lite implementation in Pytorch 1.0 / Pytorch 0.4. Out-of-box support for retraining on Open Images dataset. ONNX and Caffe2 support. Experiment Ideas like CoordConv.
-
Updated
Dec 14, 2021 - Python
High quality, fast, modular reference implementation of SSD in PyTorch
-
Updated
Apr 30, 2021 - Python
Trainable models and NN optimization tools
sparsity
computer-vision
deep-learning
tensorflow
detection
pytorch
text-recognition
ssd
segmentation
face-recognition
text-detection
quantization
super-resolution
openvino
neural-networks-compression
-
Updated
Dec 31, 2021 - Python
计算机视觉相关论文整理、记录、分享; 包括图像分类、目标检测、视觉跟踪/目标跟踪、人脸识别/人脸验证、OCR/场景文本检测及识别等领域。欢迎加星,欢迎指正错误,同时也期待能够共同参与!!! 持续更新中... ...
-
Updated
Jul 28, 2021
High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀
real-time
computer-vision
deep-learning
ssd
object-detection
multi-object-tracking
jetson
lucas-kanade
people-counter
tensorrt
edge-computing
video-analysis
reid
yolov3
deep-sort
yolov4
scaledyolov4
-
Updated
Nov 25, 2021 - Python
A mobilenet SSD based face detector, powered by tensorflow object detection api, trained by WIDERFACE dataset.
-
Updated
Oct 5, 2020 - Python
Open
Fix Sonar issues
4
JohannesLichtenberger
commented
Oct 25, 2021
Move directories without breaking shortcuts or installations
-
Updated
Jun 10, 2020 - C#
sathyaphoenix
commented
Oct 13, 2021
Discussed in facebook/CacheLib#61
Originally posted by vicvicg October 11, 2021
When running CacheLib tests following the instructions (https://cachelib.org/docs/installation/testing), we get different test pass rates depending on the environment, some test failures seem to be intermittent, and we haven’t see
Implementation of Single Shot MultiBox Detector in TensorFlow, to detect and classify traffic signs
-
Updated
Nov 2, 2021 - Python
convert mmdetection model to tensorrt, support fp16, int8, batch input, dynamic shape etc.
-
Updated
Dec 28, 2021 - Python
Caffe implementation of SSD and SSDLite detection on MobileNetv2, converted from tensorflow.
-
Updated
Oct 18, 2018 - Python
项目注释+论文复现+算法竞赛+Pytorch指北
ssd
faster-rcnn
cam
unet
sst
yolov3
s4nd
yolov4
dynamicrelu
broadface
targetdrop
hs-resnet
discface
npcface
-
Updated
Dec 28, 2021 - Jupyter Notebook
RectLabel - An image annotation tool to label images for bounding box object detection and segmentation.
tools
image-annotation
tensorflow
detection
video-annotation
annotations
polygon
yolo
ssd
imagenet
faster-rcnn
image-classification
segmentation
labelling
object-detection
annotation-tool
mask-rcnn
label-images
turicreate
detectron
-
Updated
Jul 23, 2021 - Python
State-of-the-art Single Shot MultiBox Detector in Pure TensorFlow, QQ Group: 758790869
-
Updated
May 23, 2019 - Python
SSD目标检测算法(Single Shot MultiBox Detector)(简单,明了,易用,全中文注释,单机多卡训练,视频检测)( If you train the model on a single computer and mutil GPU, this program will be your best choice , easier to use and easier to understand )
-
Updated
Sep 16, 2020 - Python
SSD-based object and text detection with Keras, SSD, DSOD, TextBoxes, SegLink, TextBoxes++, CRNN
keras
ssd
crnn
textboxes
focal-loss
dsod
seglink
textboxespp
densnet-seglink
densnet-textboxespp
virtual-batch-size
gradient-accumulation
distance-iou-loss
shrikage-loss
-
Updated
Nov 11, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the ssd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ssd topic, visit your repo's landing page and select "manage topics."
I want to train a detector based on object365 dataset, but object365 is pretty large, and caused out of memory error in my computer.
I want to split the annotation file to 10, such as ann1,ann2,...ann10, then build 10 datasets and concatenate them, but I'm not sure whether it's
gonna work or not.
Any better suggestion?