Skip to content

wolfworld6/libtorch_RefineDet_2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libtorch_RefineDet_2020

libtorch_RefineDet

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

  • trace pt

libtorch 常用api Link

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

About

libtorch_RefineDet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.9%
  • CMake 5.1%