roboflow / roboflow-python

The official Roboflow Python package. Manage your datasets, models, and deployments. Roboflow has everything you need to build a computer vision application.
https://docs.roboflow.com/python
Apache License 2.0
311 stars 77 forks source link

Use OS `unzip` instead of Python `zipfile` when available #294

Closed iurisilvio closed 3 months ago

iurisilvio commented 3 months ago

Description

Add support to decompress version file using unzip instead of Python zipfile.

This file is too big for pure Python.

It still fallback to pure Python if unzip command is not available (or UNZIP_DISABLE.

Type of change

How has this change been tested, please provide a testcase or example of how you tested the change?

YOUR_ANSWER