Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to generate **libMyTtrEngine-trt721.so**? #2

Open
BrownOfSummer opened this issue Feb 18, 2021 · 3 comments
Open

How to generate **libMyTtrEngine-trt721.so**? #2

BrownOfSummer opened this issue Feb 18, 2021 · 3 comments

Comments

@BrownOfSummer
Copy link

How to generate repvgg_tensorrt_int8/trt_engine_lib/libMyTtrEngine-trt721.so ?

@Wulingtian
Copy link
Owner

How to generate repvgg_tensorrt_int8/trt_engine_lib/libMyTtrEngine-trt721.so ?

Of course, the open source spirit of some Chinese people is very good, such as Enazoe, Wang-xinyu, etc.Their TensorTRT project is also very good, all open source for everyone to use and learn.

大佬,不用一下发这么多帖子吧,我先整理一下代码先,然后开源

@Wulingtian
Copy link
Owner

How to generate repvgg_tensorrt_int8/trt_engine_lib/libMyTtrEngine-trt721.so ?

Of course, the open source spirit of some Chinese people is very good, such as Enazoe, Wang-xinyu, etc.Their TensorTRT project is also very good, all open source for everyone to use and learn.

大佬,不用一下发这么多帖子吧,我先整理一下代码先,然后开源

First of all thank the authors engineering (although the important process is not open source code), then I know that many Chinese are so some things don't come easy makes its reluctance to easily open source these so-called important code, but if we don't open source we will never progress, our study do not rise forever, westerners often do is good.Open source or not is a matter of personal freedom, after all, it's your work.

文件太大,我就放到百度盘了(链接: https://pan.baidu.com/s/1sF8vZ1JyBvk5Z_IUBP3CgA 密码: qlgk)

操作步骤如下:
cd Generate_LibMyTtrEngine-trt721/src
vim CMakeLists.txt 设置cuda目录(例如:/usr/local/cuda-11.0/include)
make build
cd build
cmake ..
make
在Generate_LibMyTtrEngine-trt721/bin目录下生成libMyTtrEngine-trt721.so动态库

@shining-love
Copy link

How to generate repvgg_tensorrt_int8/trt_engine_lib/libMyTtrEngine-trt721.so ?

Of course, the open source spirit of some Chinese people is very good, such as Enazoe, Wang-xinyu, etc.Their TensorTRT project is also very good, all open source for everyone to use and learn.

大佬,不用一下发这么多帖子吧,我先整理一下代码先,然后开源

First of all thank the authors engineering (although the important process is not open source code), then I know that many Chinese are so some things don't come easy makes its reluctance to easily open source these so-called important code, but if we don't open source we will never progress, our study do not rise forever, westerners often do is good.Open source or not is a matter of personal freedom, after all, it's your work.

文件太大,我就放到百度盘了(链接: https://pan.baidu.com/s/1sF8vZ1JyBvk5Z_IUBP3CgA 密码: qlgk)

操作步骤如下:
cd Generate_LibMyTtrEngine-trt721/src
vim CMakeLists.txt 设置cuda目录(例如:/usr/local/cuda-11.0/include)
make build
cd build
cmake ..
make
在Generate_LibMyTtrEngine-trt721/bin目录下生成libMyTtrEngine-trt721.so动态库

thanks for your great work!You are very kind and have a great open source spirit!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants