Collection of computer vision tools
Install this github repo with
python3 -m pip install -U git+https://github.com/KolinGuo/VisionLab.git
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