Skip to content

KolinGuo/VisionLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisionLab

Collection of computer vision tools

Installation

Install this github repo with

python3 -m pip install -U git+https://github.com/KolinGuo/VisionLab.git

TensorRT Inference

For TensorRT inference, please install the necessary dependencies:

pip install tensorrt onnx
pip install git+https://github.com/NVIDIA-AI-IOT/torch2trt

To perform TensorRT inference, you need to compile detection models like Owl(v2) and segmentation models like EfficientVit-SAM into TensorRT engine. See https://github.com/xuanlinli17/nanoowl and https://github.com/xuanlinli17/efficientvit/blob/master/applications/sam.md

About

Collection of computer vision tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages