Christoph Mayer

Results 19 comments of Christoph Mayer

So to compute the FPS we only measure the time that the tracker takes [here](https://github.com/visionml/pytracking/blob/master/pytracking/evaluation/tracker.py#L216) namely the call `out = tracker.track(image, info)` everything else is not measured to compute the...

So each video clip contains a few thousand frames typically. And I have around one to two thousand clips (for each dataset). I want to be able to read single...

Thanks for the detailed comments. So it really seems that parquet is not suitable for me then. Hm. The challenges I faced with HDF5 are big fluctuations in image access...

Thanks for pointing this out. I think something was changed when we added RTS such that it is no longer running for other trackers. @mattpfr could you have a look?...

Have you tried running with a `--thread 0` ? Does this work?

Looks like something could be wrong with your `init_info.get('init_box')`. Can you try printing it? or the `box` array? Alternatively you can try to run dimp or another dataset to debug...

What are you running exactly? Command? Can you try with `--threads 0` and see if this works?

Hey, from what you shared it is impossible for me to know what is causing the issue. I think you should try to understand which image is causing the problem...

Apologies, I only saw your message today. Indeed it slipped to make those annotations available. In the end we use BURST annotations for TAO. The TAO images are covered in...