I’d love to see a database of facial expression videos that’s used for some sort of standardized test expression testing.. are you guys aware of one?
LivePortrait: A fast, controllable portrait animation model
21–30 of 30 posts
Re: LivePortrait: A fast, controllable portrait animation model
#22Re: LivePortrait: A fast, controllable portrait animation model
#23Re: LivePortrait: A fast, controllable portrait animation model
#24Re: LivePortrait: A fast, controllable portrait animation model
#25The videos on your homepage are encoded with HEVC which can't be viewed in Firefox. Please consider using an open codec like AV1.
Re: LivePortrait: A fast, controllable portrait animation model
#26The videos on your homepage are encoded with HEVC which can't be viewed in Firefox. Please consider using an open codec like AV1.
Thanks for the reminder. The homepage is a GitHub page and does not support git lfs, so I have compressed the files as much as possible to reduce their size. We consider re-encode the mp4 files to x264, and provide a packed zip of the homepage.
Re: LivePortrait: A fast, controllable portrait animation model
#27Earlier quoted context omitted.
Thanks for the reminder. The homepage is a GitHub page and does not support git lfs, so I have compressed the files as much as possible to reduce their size. We consider re-encode the mp4 files to x264, and provide a packed zip of the homepage.
I scanned the open codec page: https://en.wikipedia.org/wiki/List_of_open-source_codecs I'm a little confused, is H.265 not OPEN? :-(
What OP meant is that they would like an open format on the website, which, then, can be viewed in any modern browser. I think that caniuse is a good resource in this regard.
WebM with VP9 video is a good general browser target I think:
But funnily enough, even though h264 is not open, it's a widely decoded video format as well:
Re: LivePortrait: A fast, controllable portrait animation model
#28Re: LivePortrait: A fast, controllable portrait animation model
#29Earlier quoted context omitted.
I scanned the open codec page: https://en.wikipedia.org/wiki/List_of_open-source_codecs I'm a little confused, is H.265 not OPEN? :-(
It's a bit of a mess. The implementation of a codec, that is, and encoder or a decoder can be open source, despite the format itself not being open. H265 does have open implementation, but the format itself is not open. The opposite can be true as well, there are proprietary encoders to open formats for example. Actual list of open video formats: https://en.wikipedia.org/wiki/List_of_open_file_formats#Vide... What OP…
Re: LivePortrait: A fast, controllable portrait animation model
#30Earlier quoted context omitted.
It's a bit of a mess. The implementation of a codec, that is, and encoder or a decoder can be open source, despite the format itself not being open. H265 does have open implementation, but the format itself is not open. The opposite can be true as well, there are proprietary encoders to open formats for example. Actual list of open video formats: https://en.wikipedia.org/wiki/List_of_open_file_formats#Vide... What OP…
This is exactly why I am not convinced that VVC is going to be useful; seems to have little advantage over AV1, as well as being late to the party in the first place.
I hope open standards keep winning. Overall, everyone wins with the infrastructure being openly accessible, especially the common folk.