good first issue
Good for newcomers
#
retinanet
Here are 139 public repositories matching this topic...
计算机视觉相关论文整理、记录、分享; 包括图像分类、目标检测、视觉跟踪/目标跟踪、人脸识别/人脸验证、OCR/场景文本检测及识别等领域。欢迎加星,欢迎指正错误,同时也期待能够共同参与!!! 持续更新中... ...
-
Updated
Jul 28, 2021
Fast and accurate object detection with end-to-end GPU optimization
-
Updated
Sep 29, 2021 - Python
[Pedestron] Generalizable Pedestrian Detection: The Elephant In The Room. @ CVPR2021
benchmarking
faster-rcnn
autonomous-driving
caltech
pedestrian-detection
widerface
retinanet
detectors
detectron
cascade-rcnn
mmdetection
crowdhuman
citypersons
wider-person
eurocity-persons
datasets-preprocessing
datasets-preparation
pedestrian-detection-datasets
-
Updated
Jul 2, 2022 - Python
convert mmdetection model to tensorrt, support fp16, int8, batch input, dynamic shape etc.
-
Updated
May 29, 2022 - Python
liusiyuan1111
commented
Dec 28, 2019
WARNING:tensorflow:From convert_data_to_tfrecord.py:81: The name tf.python_io.TFRecordWriter is deprecated. Please use tf.io.TFRecordWriter instead.
Traceback (most recent call last):
File "convert_data_to_tfrecord.py", line 125, in <module>
convert_pascal_to_tfrecord()
File "convert_data_to_tfrecord.py", line `93,` in convert_pascal_to_tfrecord
img_height, img_width, gtb
An implementation of RetinaNet in PyTorch.
-
Updated
Sep 15, 2018 - Python
Object Detection API Tensorflow
tensorflow
yolo
ssd
object-detection
rcnn
image-augmentor
retinanet
refinedet
lightheadrcnn
fcos
centernet
pfpnet
detection-api-tensorflow
-
Updated
May 2, 2021 - Python
SimpleAICV:pytorch training example on ImageNet(ILSVRC2012)/COCO2017/VOC2007+2012 datasets.Include ResNet/DarkNet/RetinaNet/FCOS/CenterNet/TTFNet/YOLOv3/YOLOv4/YOLOv5/YOLOX.
pytorch
classification
imagenet
coco
resnet
object-detection
darknet
cifar100
voc
distillation
retinanet
yolov3
fcos
centernet
yolov4
yolov5
ttfnet
ilsvrc2012
yolox
mosaic-augment
-
Updated
May 4, 2022 - Python
Retinanet目标检测算法(简单,明了,易用,全中文注释,单机多卡训练,视频检测)(based on pytorch,Simple, Clear, Mutil GPU)
-
Updated
Mar 15, 2021 - Python
[S+SSPR2020] IterDet: Iterative Scheme for Object Detection in Crowded Environments
-
Updated
Jun 22, 2022 - Python
A PyTorch Implementation of Feature Selective Anchor-Free Module for Single-Shot Object Detection (CVPR'19)
-
Updated
Dec 26, 2019 - Python
Some experiments with object detection in PyTorch
-
Updated
Sep 2, 2020 - Jupyter Notebook
An (unofficial) implementation of Focal Loss, as described in the RetinaNet paper, generalized to the multi-class case.
machine-learning
deep-learning
neural-network
pytorch
classification
loss-functions
multiclass-classification
retinanet
implementation-of-research-paper
pytorch-implementation
imbalanced-classes
-
Updated
Jun 18, 2022 - Python
Deep Learning for Automatic Pneumonia Detection, RSNA challenge
python
machine-learning
deep-learning
detection
image-processing
medical-imaging
neural-networks
classification
object-detection
image-augmentation
computer-assisted-diagnosis
retinanet
pneumonia-detection
-
Updated
Jul 15, 2020 - Python
OpenVINO Training Extensions Object Detection
sparsity
compression
computer-vision
deep-learning
pytorch
ssd
faster-rcnn
object-detection
instance-segmentation
mask-rcnn
retinanet
onnx
openvino
cascade-rcnn
fcos
onnxruntime
atss
quantization-aware-training
nncf
-
Updated
Jul 1, 2022 - Python
A High Level Python Library to empower students, developers to build applications and systems enabled with computer vision capabilities.
python
machine-learning
computer-vision
deep-learning
tensorflow
keras
image-processing
artificial-intelligence
artificial-neural-networks
segmentation
resnet
object-detection
semantic-segmentation
keras-tensorflow
instance-segmentation
retinanet
tf-keras
centernet
yolov4
xtreme-vision
-
Updated
Jun 9, 2022 - Jupyter Notebook
Using RetinaNet for object detection from drone images in Teknofest istanbul 2019 Artificial Intelligence Competition
-
Updated
Jun 22, 2022 - Python
-
Updated
Mar 11, 2020 - Jupyter Notebook
IoU-aware single-stage object detector for accurate localization
-
Updated
Jul 14, 2020 - Python
Focal Loss for Dense Object Detection.
-
Updated
Nov 24, 2020 - Jupyter Notebook
RetinaNet implementation in PyTorch
-
Updated
Oct 10, 2017 - Python
This repository holds the code framework used in the paper Reg R-CNN: Lesion Detection and Grading under Noisy Labels. It is a fork of MIC-DKFZ/medicaldetectiontoolkit with regression capabilites.
deep-learning
detection
object-detection
medical-image-computing
medical-image-processing
mask-rcnn
medical-image-analysis
retinanet
non-maximum-suppression
3d-detection
roialign
3d-object-detection
pytorch-implementation
3d-mask-rcnn
lesion-detection
regression-head
-
Updated
Jun 21, 2022 - Python
Pytorch implementation of RetinaNet using EfficientNets as feature extractor or backbone network.
-
Updated
Jun 17, 2021 - Python
TensorFlow2.x implementation of RetinaNet
-
Updated
Oct 14, 2021 - Jupyter Notebook
Official Detectron2 implementation of DA-RetinaNet of our Image and Vision Computing 2021 work 'An unsupervised domain adaptation scheme for single-stage artwork recognition in cultural sites'
paper
object-detection
pascal-voc
cityscapes
domain-adaptation
cyclegan
retinanet
google-colab
cityscapes-dataset
detectron2
coco-annotations
domain-adaptation-object-detection
da-retinanet
foggy-cityscapes
uda-train
-
Updated
Jun 30, 2022 - Python
Improve this page
Add a description, image, and links to the retinanet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the retinanet topic, visit your repo's landing page and select "manage topics."
https://github.com/open-mmlab/mmdetection/blob/7a9bc498d5cc972171ec4f7332afcd70bb50e60e/tools/analysis_tools/coco_error_analysis.py#L43
This I believe is for coco format, but I couldn't find any files for plotting precision or precision vs recall chart for pascal voc format.