Results 12 issues of hlacikd

Hi, I want to compile my python app using absl-py into executable using Cython. I tried it with just the example from absl import app from absl import flags FLAGS...

We have an HLS source with playlist.m3u8 up to 5s in past. vlc_player always caches maximum available history (5s). How can we set vlc_player to cache as less as possible,...

when running : `/opt/pypy/bin/pypy3 -mpip install git+https://github.com/basler/[email protected]#egg=pypylon` ``` /tmp/pip-install-3sdw039m/pypylon_a518166c7d114021990d3e579fe2cc3e/generated/pylon_wrap.cpp: In function 'int Pylon_CGrabResultData_GetNumBufferExports(Pylon::CGrabResultData*, PyObject*)': /tmp/pip-install-3sdw039m/pypylon_a518166c7d114021990d3e579fe2cc3e/generated/pylon_wrap.cpp:4257:29: error: 'struct PyMemoryViewObject' has no member named 'mbuf' ``` ``` root@7e9f7490a667:/pylon_setup# /opt/pypy/bin/pypy3 --version Python 3.8.12...

Hello, I have 2 nodes cluster on jetson arm64 platform. OS is on USB flash disk. I am facing current situation : local path provisioner will create directory (in my...

## Checklist - [ x] I have included information about relevant versions - [ x ] I have verified that the issue persists when using the `master` branch of Faust....

### 🐛 Describe the bug My dataset is loaded using class YoloDarknetFormatDetectionDataset ``` # YoloDarknetFormatDetectionDataset from super_gradients.training.datasets import YoloDarknetFormatDetectionDataset train_ds = YoloDarknetFormatDetectionDataset( data_dir="/workspaces/rocm-ml/yolo/darkent_yolo_ds", images_dir="train/images", labels_dir="train/labels", classes=["lp"], ) val_ds = YoloDarknetFormatDetectionDataset(...

I am using third party library `from rknnlite.api import RKNNLite` that logs a lot to stdout stderr ``` [detector] W RKNN: [08:11:27.819] Output(output_0): size_with_stride larger than model origin size, if...

question

### 💡 I need to convert my dataset to grayscale and train yolo-nas using grascale images I have appended to "standard yolo-nas transforms" {"Grayscale": {"num_output_channels": 1}}, which is according to...

:ballot_box_with_check: Solution proposed

When using @app.page and returning value of faust.Records object as self.json(object_name) response is returned with **Content-Type: application/json** instead of **Content-Type: application/json; charset=utf-8** even tho faust claims that it uses utf-8...

## Which version are you using? v1.6.0. (arm64v8) ## Which operating system are you using? - [ ] Linux amd64 standard - [ ] Linux amd64 Docker - [x] Linux...