Skip to content

Commit c1fcce1

Browse files
author
Wish
committed
Merge branch 'main' of github.com:shouxieai/tensorRT_cpp into main
merge
2 parents 48742f7 + 6ab0a8b commit c1fcce1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,4 +447,4 @@ Engine 0x23dd7780 detail
447447
448448
## 关于
449449
- 我们的博客地址:http://www.zifuture.com:8090/
450-
- 我们的B站地址:https://space.bilibili.com/1413433465
450+
- 我们的B站地址: https://space.bilibili.com/1413433465

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ int app_arcface_tracker();
1414
int app_scrfd();
1515
int app_high_performance();
1616
int app_lesson();
17-
int app_plugin();
17+
int app_plugin();
1818

1919
void test_all(){
2020
app_yolo();
@@ -72,4 +72,4 @@ int main(int argc, char** argv){
7272
);
7373
}
7474
return 0;
75-
}
75+
}

src/tensorRT/builder/trt_builder.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
#include <stdarg.h>
1616
#include <common/cuda_tools.hpp>
1717

18-
using namespace nvinfer1;
19-
using namespace std;
20-
//using namespace nvcaffeparser1;
18+
using namespace nvinfer1;
19+
using namespace std;
20+
//using namespace nvcaffeparser1 ;
2121

2222
class Logger : public ILogger {
2323
public:
@@ -235,7 +235,7 @@ namespace TRT {
235235
return true;
236236
}
237237
return false;
238-
}
238+
}
239239

240240
template<typename _T>
241241
static void destroy_nvidia_pointer(_T* ptr) {
@@ -671,4 +671,4 @@ namespace TRT {
671671
return true;
672672
}
673673
}
674-
}; //namespace TRTBuilder
674+
}; //namespace TRTBuilder

0 commit comments

Comments
 (0)