Vlad Vrabie

Results 9 comments of Vlad Vrabie

I tried and it didn't work for me; I have 2 versions of tesseract installed - one through the guide here with conda - another from uni-mannheim.de I tried this...

I don't remember doing this, but I might have installed the package as an editable package with pip beforehand so that python can find it. The other option would be...

Hey, I'm sorry this still is a problem. When I wrote the project, the above solution worked for me, although it's not the cleanest. To solve this self import problem,...

Hi, I am not an author of the paper. I just took the ideas from the paper with the neural networks and created the blender plugin. Unfortunately, I have not...

If I understood correctly, you tried to use KÁROLY ZSOLNAI-FEHÉR's network in my code. This will not work because my application has a different purpose. I trained a network that...

You can find the file cnn_weights.h5 in the releases section. I mention his paper in order to give credits to his idea. It is an easier way to use the...

The `using` statements are already covered by Cpp2 - [https://hsutter.github.io/cppfront/cpp2/namespaces/#using](https://hsutter.github.io/cppfront/cpp2/namespaces/#using)

> And I still think : == would've been nicer to use than allocating the using keyword. I disagree. Or at least, I do in the current state of the...

What started me thinking on this was Herb's [Autumn update](https://herbsutter.com/2023/09/28/cppfront-autumn-update/), section "Generalized aliases+constexpr with ==". Because the two are put under the same syntax, I thought I should highlight the...