drostifrosti

Results 13 comments of drostifrosti

you pass CMake variables with `-D=` without a space between `D` and `

> I find that your personal innovation pool is no different from this one < I can assure you, I got it to work under Windows with these changes. You...

There is no shortcut to configure the CMake script, I've got local paths in my CMake configuration which are of no help to you. You're on the right track, just...

for tensorrt-zoo: > BUILD_PYTHON OFF > BUILD_TEST OFF > ENABLE_PRELU_FP16 ON > SM_VERSION 86 > TENSORRT_INCLUDE_DIR ``\TensorRT-7.2.2.3\include > TENSORRT_ROOT ``\TensorRT-7.2.2.3 > OpenCV_DIR ``\OpenCV_4.5.1\install\x64\vc16\lib

maybe your CMake version 3.19.2 is too old for this Boost version and preemptively throws this warning, I've got 1.75 and 3.20.4 and no warning no severe issue, more or...

you can ignore this warning you just build the project in VS2019 directly or via ALL_BUILD > or I can use cmake directly BUILD ?

already fixed here: https://github.com/drostifrosti/tiny-tensorrt/commit/b092efb7dad578c989257794ae3663e704e6f7bc

> > 您可以忽略此警告, > > 您只需直接或通过 ALL_BUILD 在 VS2019 中构建项目 > > > 或者我可以直接使用 cmake 构建 > > > > > > ? > > I want to know which...

Please mark the error lines, I'm not searching through 32k lines of output

I wanted to compare the performance of tensorrt-zoo's OpenPose to the original OpenPose, you could comment out the orig. OpenPose part OR put the complete OpenPose distribution somewhere and add...