py-feat icon indicating copy to clipboard operation
py-feat copied to clipboard

Facial Expression Analysis Toolbox

Results 59 py-feat issues
Sort by recently updated
recently updated
newest added

Issues installing pyfeat on Apple Silicone Mac

I am plotting faces based on AUs muscles = {'all':'heatmap'} ax = plot_face(au=np.array(AUs), muscles = muscles) For AUs [0.54611963, 0.50478494, 0.41988766, 0.2664393, 0.121765524, 0.0, 0.28502068, 8.240274e-05, 0.4632912, 0.0925621, 0.31845447, 0.07998222,...

Hello, when I try to run this cell: ``` from feat.detector import Detector detector = Detector(verbose=True) detector ``` I get a runtime error that looks like this: ```` Cell In[6],...

Some options: - [torch hub](https://pytorch.org/docs/stable/hub.html) - [torch serve](https://pytorch.org/serve/) - [model zoo](https://modelzoo.co/)

high priority

When we run detections, the Detector class automatically fills out all of the relevant Fex meta data. However, when we cast at pandas dataframe as a Fex object, this needs...

This PR streamlines how Fex files are written out and imported using `read_fex` and `Fex.write`. We now include the Fex metadata in reading and writing operations as discussed in issue...

- For an 18-minute single-person video recording, it takes me an approximated (still running) 30 hours to derive the features w/ the code. - When I split the video recording...

It took too long to run my 4k 30fps video frame by frame. we also tried just doing detect_facebox(), detect_landmarks() and detect_aus(). It is still taking too long. we also...

Hi, I'd like to get the Action Units for facial expression analysis as output, with keypoints detected by OpenPose(csv) as input. Unfortunately, I don't have any images or videos. I...