Vassilis Lemonidis

Results 8 comments of Vassilis Lemonidis

Ok, thank you for your interest. If you want the corresponding data I can upload it, but I do not think it can help a lot in finding and fixing...

In addition, I just confirmed that if I convert all the numpy arrays to lists, this error disappears.

yes `Location` has been renamed to `LocationInfo`

At that point c1 and c2 are still tensors, so OpenCV raises type error. To fix it change lines 286 and 287 to: c1 = tuple(x[1:3].cpu().int().numpy()) c2 = tuple(x[3:5].cpu().int().numpy())

This pull request may not be applied, as the conversion of weights is not feasible with the new version of Tensorflow. Related to issue #79

If this thing works, it will be totally valuable for me and for many others, as the original developers have kept the code private. So, if you perfect it, I...

I face the same problem, Linter is only activated on preview tab. I am using the latex plugin and linter only works when I press on a pdf and synctex...

@Arcanemagus You are right, my description was a bit misguiding, I updated my comment. All in all, linter shows up only in the situtation I describe, neither when I open...