Philipp Schmidt

Results 8 issues of Philipp Schmidt

On first glance the implementation here seems to be the same as the lock implementation of redis-py, a very common python redis client implementation. As debugging (and especially reproducing) lock...

I am using loop_start() and publish messages with qos level 2 and then wait for the message to be properly published via wait_for_publish(). Stopping the mqtt server sometimes results in...

Status: Available
Status: More info needed

@jkjung-avt Hi, could we work together on the problem of the reduced accuracy? I believe I have similar issues in my implementation and I do not use any onnx conversion...

I want to compare the results of our network with the original yolov4 to make sure we get the same accuracy and qualitative results. There could be mistakes or differences...

help wanted

Is there a way to include tritonclient libraries in a CMake project via `FetchContent`? The following does not work properly. ``` include(FetchContent) FetchContent_Declare(TritonClient GIT_REPOSITORY https://github.com/triton-inference-server/client GIT_TAG main ) FetchContent_MakeAvailable(TritonClient) #...

enhancement
module: clients

The examples won't compile and throw the following error: ``` Compiling imgui-examples v0.1.0 (/tmp/imgui-rs/imgui-examples) error[E0308]: mismatched types --> imgui-examples/examples/support/mod.rs:36:29 | 36 | .set_window_builder(builder) | ------------------ ^^^^^^^ expected `WindowBuilder`, found a...

I recently started to have issues with the app, log says the following: ``` 2023-04-08 12:43:47.184 T:1066 info : VideoPlayer::OpenFile: plugin://plugin.video.rtpplay/live/play?label=RTP1&channel=5&img=https%3A%2F%2Fcdn-images.rtp.pt%2Fcommon%2Fimg%2Fchannels%2Flogos%2Fcolor%2Fhorizontal%2F5-563718101410.png&prog=Jornal+da+Tarde&content=tv 2023-04-08 12:43:58.630 T:1257 error : CCurlFile::Stat - Failed: HTTP...

Neither find_package() nor FetchContent work out of the box for a standalone c++ cmake app. ### find_package Compile tritonclient manually and set CMAKE_PREFIX_PATH to the install folder. Alternatively install tritonclient...