Christoph Mayer

Results 19 comments of Christoph Mayer

Hey guys. Sorry for not posting the solution earlier I just thought that the maintainers would fix the faulty merge right away. The issue was just meant to inform them...

> > Yeah. So, we already have a few different trackers and segmentation methods implemented (ECO, ATOM, DiMP, LWL, etc). So there are plenty of examples how to integrate a...

Hey, I just released code to do attribute-wise evaluation in our repo. You can either generate a table or a spider/radar plot. ```python from pytracking.analysis.plot_results import print_results_per_attribute, plot_attributes_radar from pytracking.evaluation...

Or if you want to plot the curves for each attribute the following should work ```python from pytracking.analysis.plot_results import plot_results from pytracking.evaluation import trackerlist , get_dataset_attributes trackers = [] trackers.extend(trackerlist('dimp',...

Hey As mentioned [here](https://github.com/visionml/pytracking/blob/master/INSTALL.md#install-spatial-correlation-sampler-only-required-for-kys-tracker) only KYS requires the spatial-correlation-sampler. Running DiMP should be possible only with the preciseROI pooling module that you have to install as described in the Readme....

Does [this](https://github.com/visionml/pytracking/issues/272) help?

In this case wouldn't it be easier to just use the pre-trained KeepTrack model and simply test it on your new dataset? The tracker is already trained on four standard...

Hi, I am interested in the raw numbers of NFS. In particular, do you know why your numbers for SuperDiMP (Success: 66.9) are more than 2% higher than the once...

Hm didn't realize that before. I currently don't know what is causing this. Let me know if you found the issue.

Hm I am still not sure why this is happening. Maybe it is related to `opencv`. What helps to reduce the load on the CPUs is limiting the number of...