Jules Talloen
Jules Talloen
I had the exact same error. For me it was caused by a corrupted image. I logged the path of the image it crashed on and checked its byte size....
Hi @maoztamir Did you follow the exact steps described in the README? Did you make any changes to the code?
Could you share some extra information such as the dependency versions you are working with? Thanks!
I'm going to close this issue due to inactivity. Feel free to reopen if your issue is still relevant.
Hi @sharoseali! Glad you like the repository 🙂 Could you provide a bit more information on what exactly you want to achieve? Do you need the timestamps at which objects...
The current implementation does not support multiple video streams yet. Most code is already in place to make this possible but some final adjustments are needed. Did you already manage...
The [`_create_source_bin`](https://github.com/ml6team/deepstream-python/blob/master/deepstream/app/pipeline.py#L139) function should already create a bin supporting multiple streams. You will, however, have to adjust how it is called (the `index` parameter is currently not used). An example...
Hi @marina-kaz What version of PyTorch are you using? I did not run into these issues so I'm assuming it is because of a version mismatch. I am no longer...
Hi @shekarneo! Could you share a bit more of the output? What does your reid output json file look like?
Are there any updates with regard to this feature request? Currently, the lack of a tags parameter forces us to use the `RegisterModel` step.