pypi / support

Issue tracker for support requests related to using https://pypi.org
95 stars 47 forks source link

Limit Request: CamAi - 500MB #47

Closed castleguarders closed 4 years ago

castleguarders commented 5 years ago

Hi. I'm requesting a size limit increase of the PyPI package CamAi's wheels to 300MiB. The most trimmed down version stands at 260MiB right now, and once a few features are enabled in the near future, it will go to 450MB. Ideally it would be good to have the limit at 500MiB to avoid another request in the next few months.

The CamAi package uses deep learned models to do security and event monitoring on premises with complete control and ownership without having to rely on a cloud based service. Instead of of motion detection it uses object detection (people, cars, bicycles) as the baseline and recognizes instances of each (people by face, cars by position etc.) In order to do these, it has to use deep learned model files, including..

Object Instance detection models 
Face recognition models
Other instance detection models.

It would be great to be able to make this 100% python package available via the most intuitive distribution mechanism possible instead of requiring separate hosting and downloads.

Thank you!

jamadden commented 5 years ago

@castleguarders As I was unsuccessful in locating them, can you please provide links to the source repository and the PyPI package you're looking for an exemption to? (The limits can only be set after the PyPI project has been created, which may require you to upload an empty 0.0.0 distribution.)

castleguarders commented 5 years ago

@jamadden , The package without the models was only on test.pypi.org, I just updated pypi also. The github repo should also be accessible now. All the links below, thank you!

https://test.pypi.org/project/CamAi-castleguarders/ https://pypi.org/project/CamAi-castleguarders/ https://github.com/castleguarders/CamAi

castleguarders commented 4 years ago

Hello, Could you please take a look at this request? It would be helpful to get a decision either way.

di commented 4 years ago

Sorry for the delay.

Since this package seems to include some relatively large pre-trained models, I'm going to opt to decline this request. We recommend hosting your models externally and either have your package download them at runtime, or allow your users to install them separately.