All Projects → MrGF → Py Faster Rcnn Windows

MrGF / Py Faster Rcnn Windows

Licence: mit
py-faster-rcnn that can compile on windows directly

Labels

Projects that are alternatives of or similar to Py Faster Rcnn Windows

Hashcat
World's fastest and most advanced password recovery utility
Stars: ✭ 11,014 (+8641.27%)
Mutual labels:  cuda
Cltune
CLTune: An automatic OpenCL & CUDA kernel tuner
Stars: ✭ 114 (-9.52%)
Mutual labels:  cuda
Onemkl
oneAPI Math Kernel Library (oneMKL) Interfaces
Stars: ✭ 122 (-3.17%)
Mutual labels:  cuda
Cuhe
CUDA Homomorphic Encryption Library
Stars: ✭ 109 (-13.49%)
Mutual labels:  cuda
Tensorflow Object Detection Tutorial
The purpose of this tutorial is to learn how to install and prepare TensorFlow framework to train your own convolutional neural network object detection classifier for multiple objects, starting from scratch
Stars: ✭ 113 (-10.32%)
Mutual labels:  cuda
Spoc
Stream Processing with OCaml
Stars: ✭ 115 (-8.73%)
Mutual labels:  cuda
Chamferdistancepytorch
Chamfer Distance in Pytorch with f-score
Stars: ✭ 105 (-16.67%)
Mutual labels:  cuda
Waveglow inference in cuda
C++ Code to run waveglow inference in cuda
Stars: ✭ 125 (-0.79%)
Mutual labels:  cuda
Pytorch spn
Extension package for spatial propagation network in pytorch.
Stars: ✭ 114 (-9.52%)
Mutual labels:  cuda
Babelstream
STREAM, for lots of devices written in many programming models
Stars: ✭ 121 (-3.97%)
Mutual labels:  cuda
Futhark
💥💻💥 A data-parallel functional programming language
Stars: ✭ 1,641 (+1202.38%)
Mutual labels:  cuda
Pytorch Unflow
a reimplementation of UnFlow in PyTorch that matches the official TensorFlow version
Stars: ✭ 113 (-10.32%)
Mutual labels:  cuda
Tensorflow Optimized Wheels
TensorFlow wheels built for latest CUDA/CuDNN and enabled performance flags: SSE, AVX, FMA; XLA
Stars: ✭ 118 (-6.35%)
Mutual labels:  cuda
Torch Mesh Isect
Stars: ✭ 107 (-15.08%)
Mutual labels:  cuda
Warp Rnnt
CUDA-Warp RNN-Transducer
Stars: ✭ 122 (-3.17%)
Mutual labels:  cuda
Dace
DaCe - Data Centric Parallel Programming
Stars: ✭ 106 (-15.87%)
Mutual labels:  cuda
Mtensor
A C++ Cuda Tensor Lazy Computing Library
Stars: ✭ 115 (-8.73%)
Mutual labels:  cuda
Kaldi
kaldi-asr/kaldi is the official location of the Kaldi project.
Stars: ✭ 11,151 (+8750%)
Mutual labels:  cuda
Fcis
Fully Convolutional Instance-aware Semantic Segmentation
Stars: ✭ 1,563 (+1140.48%)
Mutual labels:  cuda
Knn cuda
Fast K-Nearest Neighbor search with GPU
Stars: ✭ 119 (-5.56%)
Mutual labels:  cuda

py-faster-rcnn-windows

py-faster-rcnn that can compile on windows directly

Usage:

  1. Download py-faster-rcnn from this url: https://github.com/rbgirshick/py-faster-rcnn

This version of faster-rcnn can be compiled on linux directly.

  1. For windows user, download the lib from this url: https://github.com/MrGF/py-faster-rcnn-windows

and replace it with the original lib provided by rbgirshick.

Then you can run : python setup.py python setup_cuda.py to compile the lib on windows directly. Enjoy!

Note: Please see the LICENSE on https://github.com/rbgirshick/py-faster-rcnn for details.

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