Georg Nebehay

Results 12 comments of Georg Nebehay

Could you provide a simple test case?

``` python Python 3.5.3rc1 (default, Jan 3 2017, 04:40:57) [GCC 6.3.0 20161229] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import ipdb Enabling autoreload. Importing numpy,...

This is actually due to my IPython profile, where I use the package to autoreload files while I am using the IPython shell. These are the relevant settings: https://github.com/gnebehay/common/blob/master/dotfiles/.ipython/profile_default/ipython_config.py I...

This seems to be an IPython issue. Would you mind to open an issue for this at https://github.com/ipython/ipython/issues ?

Initial version is here: 7099a01829b7c9b6e0564c47c87fa08a42c09c7d

seems related to this issue: https://github.com/gnebehay/CppMT/issues/6

The automated tests report compile errors, would you mind to fix that?

Unfortunately I am not familiar with OSX, but to me it seems that OpenCV is unable to decode the video stream. They videos from my hp are all mpeg-4 encoded...

Yes, unfortunately CppMT still uses the VOT2014 version of trax. Compared to VOT2015, the trax communication protocol remained the same, but the trax interface got simplified. This means there are...

The variable pointsActive can be used for this purpose by computing size(pointsActive) / size(pointsInitial). I should soon find the time to implement this, but if you want to do it,...