Bruno Costa

Results 10 comments of Bruno Costa

Some applications: * Head pose estimation (e.g. what direction the person is looking at) * Extra features for face verification/identification * Face morphing * Face replacement/swap * Detect activity of...

About "which landmark is associated with each part", it depends on the dataset used for training. To improves face recognition, landmarks can be used in the preprocessing (face normalization) or...

As far I understand, the compiler is capable to detect the object is not used outside the current scope (i.e. the function) and perform the free before exiting (thus not...

You can triage the suggested URLs with ad/spam/malware filter lists, like [EasyList](https://github.com/easylist/easylist) and [AdGuard lists](https://github.com/AdguardTeam/AdguardFilters).

Hello there! Considering the case of sequential IDs, I think that's it. I thought we could just add an option to display the entire ID, disabled by default. I'm new...

OK, I just noticed that there is a repository for the frontend and I probably should've posted this there.

I recently refactored the code but didn't provide enough documentation at the time. I updated the code and the readme now. - Regarding the crash, could you provide the SMBIOS...

Thanks @dc-wadebrown ! I merged some changes that should fix this case.

Thanks for reporting this! I refactored the code a while back and overlooked those parts. I no longer have any Windows machines, so I forgot to update the code to...