Alex-Wenner-FHR

Results 24 comments of Alex-Wenner-FHR

Was this ever resolved? I am having the same issue... I tried creating the file in the directory as well and am still not having luck. However, it is very...

I have access to get into our application programmatically, which is authenticated by Keycloak, as my own user or service account, etc. However, often I find myself (as admin) impersonating...

I may add, that I essentially have the exact code seen here https://github.com/AxisCommunications/media-stream-player-js/blob/main/examples/react-app/MultiStream.jsx I have made sure I have all of the peer dependencies installed per documentation as well.

This appears to be coming from this alias `alias: { stream: 'stream-browserify', }, },` in the vite.config of this project. It works fine locally but this does not exist once...

This would be helpful - a way to programmatically get all supported training/inference containers.

It appears, that when using the same dataset spec with my subset, the other categories are still represented for whatever reason. ```python for iter in ds_val._data_entries.iterable.iterable: print(iter) [0 rows x...

This is less than ideal, but doing something like this allows a single item_id to be inferenced: ```python iterable: tuple = ds_val._data_entries.iterable.iterable iterable = [t for t in iterable if...

@lostella - has anyone from the team been able to lend an eye to this?

It does not - if you check out the issue a few comments above I put a work around that I was able to implement to get it to work,...

Would you be willing to provide a tiny sample involving using the `cv2.VideoCapture` instead of the `VideoSink`? No big deal if not - just curious to see how you would...