Skip to content

Commit e197f13

Browse files
Update README.md
1 parent 6db6590 commit e197f13

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# BiRefNet C++ TENSORRT
22
A high-performance C++ implementation of the Bilateral Reference Network (**BiRefNet**) leveraging **TensorRT** and **CUDA**, optimized for real-time, high-resolution dichotomous image segmentation.
33

4-
<img src="asset/BiRefNet-Cpp-TensorRT.JPG" alt="BiRefNet Banner" width="800"/>
4+
<img src="asset/BiRefNet-Cpp-TensorRT.JPG" alt="BiRefNet C++ TENSORRT" width="800"/>
55

66
<a href="https://github.com/hamdiboukamcha/BiRefNet-Cpp-TensorRT" style="margin: 0 2px;">
77
<img src="https://img.shields.io/badge/GitHub-Repo-blue?style=flat&logo=GitHub" alt="GitHub">
@@ -16,6 +16,11 @@ A high-performance C++ implementation of the Bilateral Reference Network (**BiRe
1616

1717
**BiRefNet C++ TENSORRT** is designed to efficiently run bilateral reference segmentation tasks on the GPU. By harnessing TensorRT’s optimizations and CUDA kernels, it aims to deliver state-of-the-art performance with minimal latency.
1818

19+
<p>
20+
<img src="asset/1693479941020.jpg" alt="BiRefNet C++ TENSORRT" width="300" />
21+
<img src="asset/O-1693479941020.jpg" alt="BiRefNet C++ TENSORRT" width="300" />
22+
</p>
23+
1924
### Key Features
2025

2126
- **TensorRT Acceleration**: Speed up inference for segmentation tasks using serialized TRT engines.

0 commit comments

Comments
 (0)