Skip to content

Releases: DefTruth/lite.ai.toolkit

v0.3.0 Linux GPU: TensorRT

14 Oct 04:56
d4af41c
Compare
Choose a tag to compare

New Features: NVIDIA GPU Inference support via TensorRT

🎉🎉TensorRT: Boost inference performance with NVIDIA GPU via TensorRT.

Run bash ./build.sh tensorrt to build lite.ai.toolkit with TensorRT support, and then test yolov5 with the codes below. NOTE: lite.ai.toolkit need TensorRT 10.x (or later) and CUDA 12.x (or later). Please check build.sh, tensorrt-linux-x86_64-install.zh.md, test_lite_yolov5.cpp and NVIDIA/TensorRT for more details.

// trtexec --onnx=yolov5s.onnx --saveEngine=yolov5s.engine
auto *yolov5 = new lite::trt::cv::detection::YOLOV5(engine_path);
Class Class Class Class Class System Engine
YOLOv5 YOLOv6 YOLOv8 YOLOv8Face YOLOv5Face Linux TensorRT
YOLOX YOLOv5BlazeFace StableDiffusion / / Linux TensorRT

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0-rc1

v0.2.0 Linux CPU: ONNXRuntime + MNN

21 Mar 01:38
a82ee1f
Compare
Choose a tag to compare

v0.2.0-rc3

19 Mar 14:49
Compare
Choose a tag to compare

v0.2.0-rc2

19 Mar 05:57
f7b4edf
Compare
Choose a tag to compare

v0.2.0-rc1: Merge pull request #399 from DefTruth/linux-dev

18 Mar 15:04
5f14d0a
Compare
Choose a tag to compare

v0.2.0-rc0

17 Mar 13:00
859b760
Compare
Choose a tag to compare
v0.2.0-rc0 Pre-release
Pre-release

pre-release

Lite Ai Toolkit Mac/Linux v0.1.1

27 Feb 05:51
0c09a7d
Compare
Choose a tag to compare

v0.1.1 release notes

预编译计划 MacOS系统 v0.1.1版本 (prebuilt plan)

  • 2022/02/29 MacOS下的lite.ai.toolkit预编译库
    • lite0.1.1-osx10.15.x-ocv4.5.2-ffmpeg4.2.2-onnxruntime1.7.0.zip
    • lite0.1.1-osx10.15.x-ocv4.5.2-ffmpeg4.2.2-onnxruntime1.8.1.zip
    • lite0.1.1-osx10.15.x-ocv4.5.2-ffmpeg4.2.2-onnxruntime1.9.0.zip
    • lite0.1.1-osx10.15.x-ocv4.5.2-ffmpeg4.2.2-onnxruntime1.10.0.zip
    • lite0.1.1-osx10.15.x-ocv4.5.2-ffmpeg4.2.2-onnxruntime1.7.0-mnn1.2.0-ncnn1.0.21-tnn0.3.0.zip

预编译计划 Linux系统 v0.1.1版本 (prebuilt plan)

  • 2022/03/07 Linux下的lite.ai.toolkit预编译库
    • lite0.1.1-ubuntu18.04-ocv4.5.2-ffmpeg4.2.2-onnxruntime1.7.0.zip
    • lite0.1.1-ubuntu18.04-ocv4.5.2-ffmpeg4.2.2-onnxruntime1.8.1.zip
    • lite0.1.1-ubuntu18.04-ocv4.5.2-ffmpeg4.2.2-onnxruntime1.9.0.zip
    • lite0.1.1-ubuntu18.04-ocv4.5.2-ffmpeg4.2.2-onnxruntime1.10.0.zip

lite.ai.toolkit-v0.1.0

17 Jul 10:04
Compare
Choose a tag to compare

lite.ai.toolkit-v0.1.0: Release the source code of Lite.AI.ToolKit . It contains almost 70+ AI models and re-implements with onnxruntime c++ by default.