Results 213 issues of Vadim Kantorov

If it's possible, this would simplify installation (outside of full conda env or root apt permissions) of the shared libraries / headers in non-root environments. There was some previous discussion...

From the code it seems that the images get cast to float32 ([0.0, 1.0] range, right?) anyway: https://github.com/opencv/opencv_contrib/blob/daaf645151b7afbafabfacf71ae2880cf6fc904e/modules/ximgproc/src/graphsegmentation.cpp#L165, so why is not working if I'm passing directly a float32 image?...

Currently it says `1.0.0` which is very outdated and leads to [problems](https://github.com/cloverhearts/quilljs-markdown/issues/74) with extensions, such as quilljs-markdown :(

1.x only

I have the following `echo`-like `models/modelA/1/model.py`. How can I call it from a command-line using `curl`? `curl -i -X POST localhost:8000/api/infer/modelA/1 -H "Content-Type: application/octet-stream" -H 'NV-InferRequest:batch_size: 1 input { name:...

enhancement
question

I'm running `hub release create` inside GitHub Actions + Ubuntu 20.04 + Alpine 3.17. This error constantly breaks my Actions, this happens almost every time (but not always). The error...

bug

https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/index.html#fusion-types says: **Depthwise Separable Convolution** `A depthwise convolution with activation followed by a convolution with activation `**may sometimes**` be fused into a single optimized DepSepConvolution layer. The precision of both...

triaged

### Describe the bug Maybe because of some underconstrained dependency versions, to make run gradio on Python 3.8.10 I had to: ```shell python3 -m pip install typing_extensions --upgrade --user python3...

bug

Some years ago I succeeded in having a somewhat reliable and easily-updatable scripts for compiling to WASM workable xetex/pdftex + bibtex and having them run in browser kind of performantly....

enhancement
help wanted
extension idea

https://github.com/google/automl/blob/master/lion/lion_pytorch.py#L79: Now: ```python update = exp_avg * beta1 + grad * (1 - beta1) p.add_(torch.sign(update), alpha=-group['lr']) # Decay the momentum running average coefficient exp_avg.mul_(beta2).add_(grad, alpha=1 - beta2) ``` Can be:...

IIUC, currently `opusrtp` only can broadcast the packets into a TCP socket, right? Is it possible to save it to disk / broadcast them to a Linux pipe/file stream instead?...