-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Project URL
https://pypi.org/project/cutcutcodec/
Does this project already exist?
- Yes
New Limit
200 MiB
Update issue title
- I have updated the title.
Which indexes
PyPI
About the project
Project Description
In a context of a PhD at the INRIA on the video encoding environmental impact. We need to use the pipeline cutcutcodec to handle all the steps of the video encoding process.
Why is big
Youtube provide the UVQ metric https://github.com/google/uvq but it is not well package, with computing waste and memory limitation.
I had included an improved version of this module, based on neuronal network. We have to bring the weights of the networks, close to 230 MB.
So I have compressed it with xz best effort, it is now 140 MB.
Reasons for the request
Even if it is already on gitlab, it is easier to deploy it from pypi.
Another neural treatment may be added to the pipeline in the future, further increasing the size of the project in the future. But it is not there yet!
This paquage is already mention in some signal processing conferences (GRETSI and PSC). To simplify the jog of the reviwer, it is better having it on pypi.
Code of Conduct
- I agree to follow the PSF Code of Conduct