From 20a252ee385d0fb6ffc34b199eed813ab082e5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiktor=20=C5=81azarski?= Date: Thu, 19 May 2022 09:51:46 +0200 Subject: [PATCH] Small project restructure. --- {scripts/apps => apps}/fps_measurement.py | 0 {scripts/apps => apps}/web_checking.py | 0 requirements.txt | 31 ++++++++++++----------- 3 files changed, 16 insertions(+), 15 deletions(-) rename {scripts/apps => apps}/fps_measurement.py (100%) rename {scripts/apps => apps}/web_checking.py (100%) diff --git a/scripts/apps/fps_measurement.py b/apps/fps_measurement.py similarity index 100% rename from scripts/apps/fps_measurement.py rename to apps/fps_measurement.py diff --git a/scripts/apps/web_checking.py b/apps/web_checking.py similarity index 100% rename from scripts/apps/web_checking.py rename to apps/web_checking.py diff --git a/requirements.txt b/requirements.txt index cf7c350..dd74df5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,16 @@ -albumentations -hydra-core -loguru -matplotlib -numpy -opencv-python -pandas -Pillow -pytorch-lightning -seaborn -segmentation-models-pytorch -streamlit -torch -torchvision -wandb +albumentations>=1.1.0 +gdown>=4.4.0 +hydra-core>=1.1.1 +loguru>=0.6.0 +matplotlib>=3.5.1 +numpy>=1.22.3 +opencv-python>4.5.5.64 +pandas>=1.4.2 +Pillow>=9.1.0 +pytorch-lightning>=1.6.0 +seaborn>=0.11.2 +segmentation-models-pytorch>=0.2.1 +streamlit>=1.8.1 +torch>=1.11.0 +torchvision>=0.12.0 +wandb>=0.12.14