From 41f0076b644cbe588b1dafeff01a7cd51d2dca5d Mon Sep 17 00:00:00 2001 From: davidpagnon Date: Wed, 7 Aug 2024 11:24:58 +0200 Subject: [PATCH] edited note on storage space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e140bea..f961efa 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ If you don't use Anaconda, type `python -V` in terminal to make sure python>=3.9 ``` > **Note on storage use:**\ - [Marker augmentation](#marker-augmentation) does not necessarily yield better results, and it requires Tensorflow. You can save 1.3 GB on disk by uninstalling it: `pip uninstall tensorflow`.\ + A full installation takes up to 11 GB of storage spate. However, GPU support is not mandatory and takes about 6 GB. Moreover, [marker augmentation](#marker-augmentation) requires Tensorflow and does not necessarily yield better results. You can save an additional 1.3 GB by uninstalling it: `pip uninstall tensorflow`.\ A minimal installation with carefully chosen pose models and without GPU support, Tensorflow, PyQt5 **would take less than 3 GB**.