mschreil
mschreil
**Found a solution** it seems that the issue is coming from the videocrop and the format of the image that goes into the videocrop. I did some investigations on the...
I ran into the same issue, the fork from @nooproblem fixed it for me. :pray: - https://github.com/nooproblem/git-worktree.nvim Are there any attempts to add this fix to this repo as well?
Just tested it with your fork @polarmutex Unfortunately, got the same issue again when calling `require('telescope').extensions.git_worktree.git_worktrees()` ```bash E5108: Error executing lua: ...l/share/nvim/lazy/telescope.nvim/lua/telescope/utils.lua:206: attempt to index field 'layout' (a nil value)...
@akwrobel can you help here?
@pmalatyn https://github.com/dlstreamer/dlstreamer/blob/v2024.0/python/gstgva/tensor.py#L333-L341 The code is still commented and a `NotImplementedError` is raised. So no it is not working on DLStreamer 2024-0 with this approach. Or is there any workaround?
@pmalatyn: sorry for the late response. Here is some more information: You already guessed it right. I am using RTMdet which is currently not supported. RTMdet is able to predict...