Endre Simo

Results 60 comments of Endre Simo

Finally I found some time to publish a tutorial about the usage of the library. You can check it here: https://medium.com/@esimov/how-to-use-caire-the-content-aware-image-resize-library-e4b61e35e202

In order to run the examples from the https://github.com/esimov/pigo/tree/master/examples folder, as it's stated in the readme file, you need to have Python2 (3) and OpenCV2 installed on your machine. These...

I figured it out, that `v ls` wasn't installed and this was the reason that I was getting the above error. Maybe it would help the future developers who want...

It didn't asked me.

It's not related to the original question, but how can I enable the autoformat function on file save? Is it possible or only by using the CTRL-SHIFT-P + `V: Format...

Yes, I did. Also `"editor.formatOnSave"` is set as true globally, but for `V` is not working unfortunately.

I assume you are running the binary outside of the project folder, right?

I've extended the commands with new flags, so you have to provide the path to the cascade files if you are running the binary file outside the project directory, however...

You have to run it from the project folder, since the path to assets are hard coded.

How did you installed the project? Are you sure that `data` folder exists?