Skip to content

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

Notifications You must be signed in to change notification settings

SWALS-MT/FasterR-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages