Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 832 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 832 Bytes

libtorch_RefineDet_2020

libtorch_RefineDet

from pytorch RefineDet

[https://github.com/luuuyi/RefineDet.PyTorch]

Requirements

  • Python 3.5
  • pytorch 1.0.1 py3.5_cuda8.0.61_cudnn7.1.2_2 pytorch

Introduction 训练pytorch Refinedet 环境安装步骤

  • conda create -n libtorch1.0 python=3.5
  • source activate libtorch1.0
  • conda install pytorch torchvision cudatoolkit=8.0 -c pytorch
  • pip install opencv-python

ToDo List

libtorch 常用api Link

[https://blog.csdn.net/yang332233/article/details/106199180]

pytorch1.3 libtorch1.3 cuda10.0 Download link

Compared with libtorch 1.0, libtorch 1.3 has some syntax changes [https://download.csdn.net/download/yang332233/12461623]