All Projects → jinfagang → DCNv2_latest

jinfagang / DCNv2_latest

Licence: BSD-3-Clause License
DCNv2 supports decent pytorch such as torch 1.5+ (now 1.8+)

Programming Languages

C++
36643 projects - #6 most used programming language
Cuda
1817 projects
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to DCNv2 latest

onnx tensorrt project
Support Yolov5(4.0)/Yolov5(5.0)/YoloR/YoloX/Yolov4/Yolov3/CenterNet/CenterFace/RetinaFace/Classify/Unet. use darknet/libtorch/pytorch/mxnet to onnx to tensorrt
Stars: ✭ 145 (-60.06%)
Mutual labels:  centernet
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 (-23.97%)
Mutual labels:  centernet
kuzushiji-recognition
Kuzushiji Recognition Kaggle 2019. Build a DL model to transcribe ancient Kuzushiji into contemporary Japanese characters. Opening the door to a thousand years of Japanese culture.
Stars: ✭ 16 (-95.59%)
Mutual labels:  centernet
CenterNetPerson
CenterNet used for pedestrian detection
Stars: ✭ 26 (-92.84%)
Mutual labels:  centernet
Object-Detection-Tensorflow
Object Detection API Tensorflow
Stars: ✭ 275 (-24.24%)
Mutual labels:  centernet
kuzushiji-recognition
5th place solution for the Kaggle Kuzushiji Recognition Challenge
Stars: ✭ 41 (-88.71%)
Mutual labels:  centernet
recommendation model
练习下用pytorch来复现下经典的推荐系统模型, 如MF, FM, DeepConn, MMOE, PLE, DeepFM, NFM, DCN, AFM, AutoInt, ONN, FiBiNET, DCN-v2, AFN, DCAP等
Stars: ✭ 286 (-21.21%)
Mutual labels:  dcnv2
CenterNet-pytorch-lightning
Refactored implementation of CenterNet (Objects as Points - Zhou, Xingyi et. al.) shipping with PyTorch Lightning modules
Stars: ✭ 53 (-85.4%)
Mutual labels:  centernet
Xtreme-Vision
A High Level Python Library to empower students, developers to build applications and systems enabled with computer vision capabilities.
Stars: ✭ 77 (-78.79%)
Mutual labels:  centernet
centernet-uda
This repository holds a small framework to evaluate unsupervised domain adaptation methods in combination with a CenterNet object detection network.
Stars: ✭ 20 (-94.49%)
Mutual labels:  centernet
GGHL
This is the implementation of GGHL (A General Gaussian Heatmap Label Assignment for Arbitrary-Oriented Object Detection)
Stars: ✭ 309 (-14.88%)
Mutual labels:  centernet
flexible-yolov5
More readable and flexible yolov5 with more backbone(resnet, shufflenet, moblienet, efficientnet, hrnet, swin-transformer) and (cbam,dcn and so on), and tensorrt
Stars: ✭ 282 (-22.31%)
Mutual labels:  dcnv2

DCNv2 latest

  • Add support for pytorch1.11 (may be not backward-compatible).
  • Test on ubuntu20.04, python3.8(conda), cuda_11.4

It was confirmed that pytorch1.11 worked, but not compatible with previous pytorch version. If you want pytorch1.10 or earlier, please using pytorch1.6 branch, or using last git commit.

It's suggested using latest stable pytorch 1.11 to start your project.

Install

$ python3 setup.py build develop

Updates

  • 2021.03.24: It was confirmed PyTorch 1.8 is OK with master branch, feel free to use it.
  • 2021.02.18: Happy new year! PyTorch 1.7 finally supported on master branch! for lower version theoretically also works, if not, pls fire an issue to me!.
  • 2020.09.23: Now master branch works for pytorch 1.6 by default, for older version you gonna need separated one.
  • 2020.08.25: Check out pytorch1.6 branch for pytorch 1.6 support, you will meet an error like THCudaBlas_Sgemv undefined if you using pytorch 1.6 build master branch. master branch now work for pytorch 1.5;

Contact

If you have any question, please using this platform post questions: http://t.manaai.cn

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].