Skip to content

A high robust PyTorch-based framework for deep learning in computer vision! After finishing the base framework, everyone is welcome to build this repo.

Notifications You must be signed in to change notification settings

Gofinge/Vision_Research_Toolkit_by_PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vision Research Toolkit by PyTorch

Why should we build a new framework every time starting a new research?

Welcome to VRT by PyTorch!

  • VRT is a high robust PyTorch-based framework for deep learning in computer vision, which aimed at easy-to-use, high efficiency, clean code and research.
  • The dataset in VRT is efficient enough to support all kind of task (seg, det, class, etc..)
  • All the parameters in VRT can be controlled in one config file.
  • VRT support single GPU and multi GPU, but do not support CPU.

Acknowledgement

  • The idea was inspired by the project torchcv.
  • The base framework is heavily influenced by maskrcnn-benchmark, which is a really cool implementation of PyTorch.

About

A high robust PyTorch-based framework for deep learning in computer vision! After finishing the base framework, everyone is welcome to build this repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages