All Projects → 1zb → Deformable Convolution Pytorch

1zb / Deformable Convolution Pytorch

PyTorch implementation of Deformable Convolution

Labels

Projects that are alternatives of or similar to Deformable Convolution Pytorch

Mini Caffe
Minimal runtime core of Caffe, Forward only, GPU support and Memory efficiency.
Stars: ✭ 373 (-9.02%)
Mutual labels:  cuda
Amgcl
C++ library for solving large sparse linear systems with algebraic multigrid method
Stars: ✭ 390 (-4.88%)
Mutual labels:  cuda
Pytorch Pwc
a reimplementation of PWC-Net in PyTorch that matches the official Caffe version
Stars: ✭ 402 (-1.95%)
Mutual labels:  cuda
Nvpipe
NVIDIA-accelerated zero latency video compression library for interactive remoting applications
Stars: ✭ 376 (-8.29%)
Mutual labels:  cuda
Music Translation
A UNIVERSAL MUSIC TRANSLATION NETWORK - a method for translating music across musical instruments and styles.
Stars: ✭ 385 (-6.1%)
Mutual labels:  cuda
Ganet
GA-Net: Guided Aggregation Net for End-to-end Stereo Matching
Stars: ✭ 393 (-4.15%)
Mutual labels:  cuda
Darkpose
Distribution-Aware Coordinate Representation for Human Pose Estimation
Stars: ✭ 369 (-10%)
Mutual labels:  cuda
Ai Lab
All-in-one AI container for rapid prototyping
Stars: ✭ 406 (-0.98%)
Mutual labels:  cuda
Cudf
cuDF - GPU DataFrame Library
Stars: ✭ 4,370 (+965.85%)
Mutual labels:  cuda
Cubert
Fast implementation of BERT inference directly on NVIDIA (CUDA, CUBLAS) and Intel MKL
Stars: ✭ 395 (-3.66%)
Mutual labels:  cuda
Cuda.jl
CUDA programming in Julia.
Stars: ✭ 370 (-9.76%)
Mutual labels:  cuda
Hipsycl
Implementation of SYCL for CPUs, AMD GPUs, NVIDIA GPUs
Stars: ✭ 377 (-8.05%)
Mutual labels:  cuda
Cudanative.jl
Julia support for native CUDA programming
Stars: ✭ 393 (-4.15%)
Mutual labels:  cuda
Vuda
VUDA is a header-only library based on Vulkan that provides a CUDA Runtime API interface for writing GPU-accelerated applications.
Stars: ✭ 373 (-9.02%)
Mutual labels:  cuda
Gocv
Go package for computer vision using OpenCV 4 and beyond.
Stars: ✭ 4,511 (+1000.24%)
Mutual labels:  cuda
Libsgm
Stereo Semi Global Matching by cuda
Stars: ✭ 368 (-10.24%)
Mutual labels:  cuda
Neuralnetwork.net
A TensorFlow-inspired neural network library built from scratch in C# 7.3 for .NET Standard 2.0, with GPU support through cuDNN
Stars: ✭ 392 (-4.39%)
Mutual labels:  cuda
Tensorrt tutorial
Stars: ✭ 407 (-0.73%)
Mutual labels:  cuda
Warp Ctc
Fast parallel CTC.
Stars: ✭ 3,954 (+864.39%)
Mutual labels:  cuda
Integral Human Pose
Integral Human Pose Regression
Stars: ✭ 395 (-3.66%)
Mutual labels:  cuda

Deformable Convolutional Networks in PyTorch

This repo is an implementation of Deformable Convolution. Ported from author's MXNet implementation.

Build

sh make.sh
CC=g++ python build.py

See test.py for example usage.

Notice

Only torch.cuda.FloatTensor is supported.

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