Commit 3244eea
committed
feat: major update with pybind11 integration and new 4.0 tag
This commit introduces significant changes including:
1. Integration with pybind11:
- The core codebase has been refactored and wrapped using pybind11 to create a Python module. This allows for seamless integration of the C++ code with Python, making it easier to use and extend.
2. Tagging release 4.0:
- This commit marks the release of version 4.0. The new tag indicates a major update, highlighting the substantial changes and improvements made in this version.
3. Removal of INT8 quantization:
- The INT8 quantization support has been removed. This change was made to streamline the code and focus on other optimization techniques.1 parent 0e033f5 commit 3244eea
File tree
33 files changed
+1061
-1591
lines changed- demo
- VideoPipe
- detect
- include/deploy/utils
- source/deploy/pybind
- tensorrt_yolo
- export
- infer
- libs
- tools
33 files changed
+1061
-1591
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
| |||
This file was deleted.
0 commit comments