Daniel Vassilev

Results 24 comments of Daniel Vassilev

@sergi Do you know?

@Kureev I would be happy to try help with implementing the shadows prop. However, haven't done it before so would appreciate any guidance.

@jaredly sorry for not getting back to you sooner but as @williambout said it removes the blur effect if I try to do that.

@olofd Any plans to push latest version with fix to npm?

In addition - can you edit the slider interval?

@banasraf do you happen to have an example of a valid payload with the JSON prefix that would work for that config? I have it working with Triton when I'm...

Hey @banasraf, any chance you'd have a sample payload available?

Thanks @banasraf. I am trying to achieve this by specifying the inference header JSON to set the output to not be binary, like so: ``` {"inputs":[{"name":"INPUT","shape":[1],"datatype":"UINT8","parameters":{"binary_data_size":1005970}}],"outputs":[{"name":"OUTPUT","parameters":{"binary_data":false}}]} ``` and appending [this...

Thnks @banasraf, are you testing this on the inception_ensemble example? I'm getting this response when I tried adjusting it to your example: ``` {"error":"unexpected shape for input 'INPUT' for model...