Luke Chang

Results 80 comments of Luke Chang

@ejolly, I've only scratched the surface of my deep dive into hugging face repositories, but I definitely think this is the way to go. I'm going to keep adding notes...

this is addressed in issue #221

Hi @awymanquant , there are a few different things to try to reduce this undesirable behavior. 1. Adjust `face_detection_threshold=0.5` 2. Try a different `face_model` in the `Detector()` 3. We have...

hi @IMPACTlab-UCSD , thanks for sharing this issue. Can you tell us a little bit more about your setup? What version of py-feat, python, os, etc. I can't replicate this...

> Can i use pyfeat for detecting emotions using webcam at real time instead of passing a video saved in a directory? It's possible, but not straightforward to do this...

Hi @hcuve, I'm not quite sure what you're asking. Are you asking about adding additional functionality to the plotting functions? Or are you asking if we plan on training spatiotemporal...

Hi @joewilliams1124, we definitely used to have this feature many years ago and I believe it still works. Here is an example. ```python import os from feat.data import Fex from...

Thanks for the suggestion @Allexxann. We will look into this for the next release. Just as a heads up we are also testing alternative models for landmarks and AUs in...

Thanks for the comment @andreaskuepfer, have you found a solution that works on your system? We have one machine with 2 GPUs and will check to see if we can...

We have recently added a new model to embed faces into a latent representation that is commonly used in identity tracking. We have added a simple clustering algorithm to try...