markusbr

Results 402 comments of markusbr

Do I see it right that it boils down to: starting with `eval_seq()` in `def demo(opt)` `JDETracker`: https://github.com/ifzhang/FairMOT/blob/master/src/lib/tracker/multitracker.py#L180C22-L180C32 calling `load_model()`: https://github.com/ifzhang/FairMOT/blob/master/src/lib/models/model.py#L35C5-L35C15 ?

Can you provide more details, please? Can you provide a picture/screenshot of what you get, a picture/screenshot of what you would expect?

I have copied the file `8k.h265` to the mentioned folder.

@Jexu can you clarify where to find whether a frame is marked as a non-display frame? We checked various players, we checked with VQA/Video Codec Analyzer/VQ Analyzer - different tools...

> Ok, therefore we may need to check if this bitstream has violation that vpl may skip decoding some error frames. We checked with the `corrupted` flag (like modifying `sample_decode`...

Please get the latest DLStreamer Dockerfile, as described here: "https://dlstreamer.github.io/get_started/install/install_guide_ubuntu.html#step-3-download-the-intel-dl-streamer-dockerfile" with `wget $(wget -q -O - https://api.github.com/repos/dlstreamer/dlstreamer/releases/latest | \ jq -r '.assets[] | select(.name | contains ("dlstreamer.Dockerfile")) | .browser_download_url')`. And...

Are you within a corporate network, even behind an Intel proxy ;-) ? Then you probably need to exclude ".intel.com" via `NO_PROXY`, `no_proxy`? EDIT: You have set `http_proxy` and `https_proxy`...

Can you open the file in the browser and copy&paste it into a new file?

Is it reproducable? Maybe it was a short network problem. Have you tried again? Currently it works for me, also checked in a browser to access "http://archive.ubuntu.com". What have you...

Please have a look under the new added samples from the latest release: "https://github.com/dlstreamer/dlstreamer/tree/master/samples/gstreamer/gst_launch/detection_with_yolo"