FinallyKiKi
FinallyKiKi
Make matte key file (green screen overlay) Make a matte file for premier backgroundremover -i "/path/to/video.mp4" -mk -o "output.matte.mp4"
> another method I've found to install bpy was using conda. > > conda install -c kitsune.one python-blender > > But I think it only works if you are using...
The same question from (https://github.com/svip-lab/impersonator/issues/60)
same issue
change `hidden_states = self.feature_projection(hidden_states)` to `hidden_states = self.feature_projection(hidden_states)[0]` it's useful on transformers==4.26.1