Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 855 Bytes

README.md

File metadata and controls

26 lines (25 loc) · 855 Bytes

FasterR-CNN

The simple program of Faster R-CNN with pytorch and torchvision.

Installation

Make the anaconda environment.
This code is also available for CPU environment.

1. PyTorch and Torchvision installation

PyTorch: https://pytorch.org/get-started/locally/

conda install pytorch torchvision torchaudio cudatoolkit=11.0 -c pytorch

You have to change some part of this line.

2. Other Libraries

conda install numpy
pip install opencv-python

OpenCV conda installation is not recommended.