Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 719 Bytes

File metadata and controls

30 lines (21 loc) · 719 Bytes

PyTorch Faster R-CNN

This is a PyTorch version of Faster R-CNN, origin code is here

Install

  1. Clone this repository

    git clone https://github.com/Detection-Learner/PyTorch-Faster-R-CNN.git
  2. Choose your -arch option to match your GPU.

GPU model Architecture
TitanX (Maxwell/Pascal) sm_52
Titan Black sm_35
GTX 960M sm_50
GTX 1080 (Ti) sm_61
Grid K520 (AWS g2.2xlarge) sm_30
Tesla K80 (AWS p2.xlarge) sm_37
  1. Run tools/make.sh script

    sh tools/make.sh "your GPU architecture"

    Note: default arch is "sm_35".