Endre Simo

Results 64 comments of Endre Simo

You need to take care about the channel length. It might be possible that the channel length is not 3. Otherwise the code looks good, but you need to make...

Unfortunately I don't own an M1 to be able to test it.

I'm getting the following error when I'm trying to build within your branch: ``` release failed after 0.03s error=git tag v2.0.0 was not made against commit c6ea05b53af40f095018ca5b2fcbf0b2340915b3 ```

> Where are you seeing that? When you try build it locally? Yes, I was trying to build it locally to check if it's working as expected. I was getting...

Using the `--snapshot` flag resolved the issue. I've checked the documentation and it seems that goreleaser require a matching tag prior publishing it. I will play a little bit around...

The thing is that I don't really know if that this kind of dataset is available on the https://www.vision.caltech.edu/ which the training model is referring to. The caltech_10k_webfaces contains only...

> Yes, definitely. I know about a few companies that have trained frontal+profile face cascades via Pico. The question is from where did they obtained the training data? Did you...

Thanks for the links. BTW some of them are broken or outdated. Now, since you mentioned that you have discussed with Nenand and he told that a few companies have...

I haven't got any updates from you regarding my question. Do you know by any chance if such cascade files are somehow available? Or should I contact personally Nenad.

> I can see it's useful in multiple use cases, however, `it` variable is an **array index accessor**, which has a larger integer data type than `u8` (you can treat...