All Projects β†’ VectXmy β†’ FCOS.Pytorch

VectXmy / FCOS.Pytorch

Licence: other
fcos implementation in pytorch1.x

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FCOS.Pytorch

CornerNet-Lite-Pytorch
🚨🚨🚨 CornerNet:εŸΊδΊŽθ™šζ‹Ÿδ»ΏηœŸηŽ―ε’ƒδΈ‹ηš„θ‡ͺεŠ¨ι©Ύι©ΆδΊ€ι€šζ ‡εΏ—θ―†εˆ«
Stars: ✭ 34 (-59.52%)
Mutual labels:  detection, anchor-free
Fcos
FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
Stars: ✭ 2,839 (+3279.76%)
Mutual labels:  fcos, anchor-free
FCOS GluonCV
FCOS: Fully Convolutional One-Stage Object Detection.
Stars: ✭ 24 (-71.43%)
Mutual labels:  fcos, anchor-free
keras cv attention models
Keras/Tensorflow attention models including beit,botnet,CMT,CoaT,CoAtNet,convnext,cotnet,davit,efficientdet,efficientnet,fbnet,gmlp,halonet,lcnet,levit,mlp-mixer,mobilevit,nfnets,regnet,resmlp,resnest,resnext,resnetd,swin,tinynet,uniformer,volo,wavemlp,yolor,yolox
Stars: ✭ 159 (+89.29%)
Mutual labels:  detection, anchor-free
BCNet
Deep Occlusion-Aware Instance Segmentation with Overlapping BiLayers [CVPR 2021]
Stars: ✭ 434 (+416.67%)
Mutual labels:  detection, fcos
camera.ui
NVR like user Interface for RTSP capable cameras
Stars: ✭ 99 (+17.86%)
Mutual labels:  detection
detection
Detection in the form of Yara, Snort and ClamAV signatures.
Stars: ✭ 70 (-16.67%)
Mutual labels:  detection
yolov5-deepsort-tensorrt
A c++ implementation of yolov5 and deepsort
Stars: ✭ 207 (+146.43%)
Mutual labels:  detection
FCOS-tensorflow
FCOS: Fully Convolutional One-Stage Object Detection.
Stars: ✭ 22 (-73.81%)
Mutual labels:  fcos
GapFlyt
GapFlyt: Active Vision Based Minimalist Structure-less Gap Detection For Quadrotor Flight
Stars: ✭ 30 (-64.29%)
Mutual labels:  detection
fcos
An unofficial implementation of FCOS in Pytorch: 37.3-resnet50-700px
Stars: ✭ 54 (-35.71%)
Mutual labels:  fcos
music-id
πŸš€ Music ID for Twitch (TwitchMusicID) is a Chatbot which automatically identifies music in the background of Twitch Streams, VODs, and Clips.
Stars: ✭ 49 (-41.67%)
Mutual labels:  detection
LSCDetection
Data Sets and Models for Evaluation of Lexical Semantic Change Detection
Stars: ✭ 17 (-79.76%)
Mutual labels:  detection
Caffe2-yolo-v3
A Caffe2 implementation of the YOLO v3 object detection algorithm
Stars: ✭ 32 (-61.9%)
Mutual labels:  detection
eewids
Easily Expandable Wireless Intrusion Detection System
Stars: ✭ 25 (-70.24%)
Mutual labels:  detection
MonoRUn
[CVPR'21] MonoRUn: Monocular 3D Object Detection by Reconstruction and Uncertainty Propagation
Stars: ✭ 85 (+1.19%)
Mutual labels:  detection
watsor
Object detection for video surveillance
Stars: ✭ 203 (+141.67%)
Mutual labels:  detection
simpleAICV-pytorch-ImageNet-COCO-training
SimpleAICV:pytorch training example on ImageNet(ILSVRC2012)/COCO2017/VOC2007+2012 datasets.Include ResNet/DarkNet/RetinaNet/FCOS/CenterNet/TTFNet/YOLOv3/YOLOv4/YOLOv5/YOLOX.
Stars: ✭ 276 (+228.57%)
Mutual labels:  fcos
AutoLabelImg
A self automatically labeling tool
Stars: ✭ 67 (-20.24%)
Mutual labels:  detection
Automata
Automatic detection engineering technical state compliance
Stars: ✭ 33 (-60.71%)
Mutual labels:  detection

FCOS: Fully Convolutional One-Stage Object Detection

implemented by pytorch1.0

Updates

  • ctr. on reg
  • giou loss
  • ctr. sampling

TODO

  • normalizing the regression targets

Requirements

  • opencv-python
  • pytorch >= 1.2
  • torchvision >= 0.4.

Anchor Points

Let's say the white boxes are the gt boxes, the points of different colors represent the sampling points of different feature layers while applying ctr-sampling.

Results

Train on 2 1080Ti, 3 imgs for each gpu, init lr=1e-5 cosine decays to 1e-6, but performance is not good on VOC07test. Maybe should remove centerness head while applying central sampling.
test1
test2
test3

Pretrained weights

Due to computational resource constraints, I was unable to fully train the model on the COCO dataset. I have converted the official pre-training model weights FCOS_R_50_FPN_1x into my own.
The converted weights is avaliable Baidu driver link, password: rpni
The official implementation of preprocessing(pixel is not normalized to 0-1 and input img follows BGR fomat ) is a little different from mine.

Other

some excellent work based on this repo:
FCOS-Pytorch-37.2AP
FCOS_DET_MASK

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].