Stefan Dobrev
Stefan Dobrev
Is there a reason to depend on specific version of PyTorch Image Models `timm==0.4.12` instead of using something like `>=0.4.12` as a version specifier? The context for the question is...
The defaults for camera flip are different for newer Jatpack versions (4+). [Here](https://github.com/dusty-nv/jetson-utils/blob/def4a04d023960781a44f9cd97fd1464093becf0/camera/gstCamera.cpp#L137-L143) is the relevant source code.
## 🐛 Bug I'm using poetry for dependency management which results in incompatible behavior when `lightning-flash[image]` is installed. The `image` extra depends on `segmentation-models-pytorch` [without a version specifier](https://github.com/Lightning-AI/lightning-flash/blob/master/requirements/datatype_image.txt#L7). However it...
It looks like `fromUrl` does not validate correctly query strings params. The following: ```js octo.fromUrl('https://api.github.com/user/repos?per_page=100&page=2') ``` outputs the validation warning: ``` BUG: Invalid Path. If this is actually a valid...
I'm experimenting with the VPI API and was wondering do you plan to support it "natively" without the need to go through the `jetson.utils.cudaToNumpy()` hoops? It looks like the [`vpi.asimage(...)`](https://docs.nvidia.com/vpi/python/interoperabilities.html)...
This change fixes the failing unit tests when run on Apple Silicon. Fixes: #2881.
Consider providing VS Code command to run unit tests for the app: `tns test android`
This change builds on the latest changes for TensorRT 10 - https://github.com/dusty-nv/jetson-inference/commit/c038530ebf718e6867c4458c3e439406020732ff. It fixes the following: * Correctly rearrange the `#if` and `#endif` for `outputDims` similar to the `inputDims`. The...
I was browsing the site and discovered that on models pages there is a floating `s` letter. This change removes it.