diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.arm64.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.arm64.txt index 9683bf02..ef0a7ba8 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.arm64.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.arm64.txt @@ -3,7 +3,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<13.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files @@ -12,7 +12,7 @@ PyYAML # Installing PyYAML, a library for reading confi # We'll lock down to Torch 1.X, CPU-only to play it safe --extra-index-url https://download.pytorch.org/whl/cpu -torch==1.13.1 # Installing Torch, for Tensor computation and Deep neural networks +torch==2.12.1+cpu # Installing Torch, for Tensor computation and Deep neural networks --extra-index-url https://download.pytorch.org/whl/cpu torchvision==0.14.1 # Installing TorchVision, for Computer Vision based AI diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda.txt index 054ae061..1127b5e3 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda.txt @@ -5,13 +5,13 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<13.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files ## For CUDA 11.7 (NOT torch 2.0+) --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.13.0+cu117 # Installing PyTorch, an open source machine learning framework +torch==2.12.1+cpu # Installing PyTorch, an open source machine learning framework --find-links https://download.pytorch.org/whl/torch_stable.html torchvision==0.14.0+cu117 # Installing TorchVision, for working with computer vision models diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11.txt index 05d96aac..b2ad4598 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11.txt @@ -5,13 +5,13 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<13.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files ## For CUDA 11.7 (NOT torch 2.0+) --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.13.0+cu117 # Installing PyTorch, an open source machine learning framework +torch==2.12.1+cpu # Installing PyTorch, an open source machine learning framework --find-links https://download.pytorch.org/whl/torch_stable.html torchvision==0.14.0+cu117 # Installing TorchVision, for working with computer vision models diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11_5.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11_5.txt index 8307c86f..f2de37c8 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11_5.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11_5.txt @@ -5,13 +5,13 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<13.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files ## For CUDA 11.3 (will work in CUDA 11.5) --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.12.1+cu113 # Installing PyTorch, an open source machine learning framework +torch==2.12.1+cpu # Installing PyTorch, an open source machine learning framework --find-links https://download.pytorch.org/whl/torch_stable.html torchvision==0.13.1+cu113 # Installing TorchVision, for working with computer vision models diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda12.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda12.txt index 62811d71..5145ed51 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda12.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda12.txt @@ -5,7 +5,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<13.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files @@ -19,7 +19,7 @@ PyYAML # Installing PyYAML, a library for reading confi ## For CUDA 11.7 (will work in CUDA 12) --extra-index-url https://download.pytorch.org/whl/cu117 -torch==1.13.1+cu117 # Installing PyTorch, an open source machine learning framework +torch==2.12.1+cpu # Installing PyTorch, an open source machine learning framework --extra-index-url https://download.pytorch.org/whl/cu117 torchvision==0.14.1+cu117 # Installing TorchVision, for working with computer vision models diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.rocm.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.rocm.txt index 3ae76e7c..2d7e5a3d 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.rocm.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.rocm.txt @@ -3,12 +3,12 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<13.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files --extra-index-url https://download.pytorch.org/whl/rocm5.2 -torch==1.13.1+rocm5.2 # Installing PyTorch, an open source machine learning framework +torch==2.12.1+cpu # Installing PyTorch, an open source machine learning framework --extra-index-url https://download.pytorch.org/whl/rocm5.2 torchvision==0.14.1+rocm5.2 # Installing TorchVision, for working with computer vision models diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.txt index 03fbb6b1..79d99f7b 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.linux.txt @@ -3,7 +3,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<13.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.arm64.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.arm64.txt index 9041981b..81e43fa0 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.arm64.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.arm64.txt @@ -5,7 +5,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<13.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.txt index 8bf59cf1..4a9eec9c 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.macos.txt @@ -3,7 +3,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<13.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.orangepi.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.orangepi.txt index 28443bbb..45eb1564 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.orangepi.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.orangepi.txt @@ -4,7 +4,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<13.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files @@ -15,7 +15,7 @@ PyYAML # Installing PyYAML, a library for reading confi # Annoyingly, we need to drop down a version. # https://discuss.pytorch.org/t/failed-to-load-image-python-extension-could-not-find-module/140278/15 -torch==1.9.0 # Installing Torch, for Tensor computation and Deep neural networks +torch==2.12.1+cpu # Installing Torch, for Tensor computation and Deep neural networks torchvision==0.10.0 # Installing TorchVision, for Computer Vision based AI # the Ultralytics Yolov5 package diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.radxarock.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.radxarock.txt index 28443bbb..45eb1564 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.radxarock.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.radxarock.txt @@ -4,7 +4,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<13.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files @@ -15,7 +15,7 @@ PyYAML # Installing PyYAML, a library for reading confi # Annoyingly, we need to drop down a version. # https://discuss.pytorch.org/t/failed-to-load-image-python-extension-could-not-find-module/140278/15 -torch==1.9.0 # Installing Torch, for Tensor computation and Deep neural networks +torch==2.12.1+cpu # Installing Torch, for Tensor computation and Deep neural networks torchvision==0.10.0 # Installing TorchVision, for Computer Vision based AI # the Ultralytics Yolov5 package diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.raspberrypi.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.raspberrypi.txt index 36cf0aa8..b1905b67 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.raspberrypi.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.raspberrypi.txt @@ -4,7 +4,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<13.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files @@ -15,7 +15,7 @@ PyYAML # Installing PyYAML, a library for reading confi # Annoyingly, we need to drop down a version. This means Python <= 3.8 # https://discuss.pytorch.org/t/failed-to-load-image-python-extension-could-not-find-module/140278/15 -torch==1.9.0 # Installing Torch, for Tensor computation and Deep neural networks +torch==2.12.1+cpu # Installing Torch, for Tensor computation and Deep neural networks torchvision==0.10.0 # Installing TorchVision, for Computer Vision based AI # the Ultralytics Yolov5 package diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.txt index 01e279a6..4b9146a3 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.txt @@ -5,7 +5,7 @@ urllib3<1.27,>=1.25.4 # Installing urllib3, the HTTP client for Python Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<13.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files @@ -14,7 +14,7 @@ PyYAML # Installing PyYAML, a library for reading confi # CPU specific Torch 1.13.0. Size ~830Mb --extra-index-url https://download.pytorch.org/whl/cpu -torch==1.13.0+cpu # Installing PyTorch, for Tensor computation and Deep neural networks +torch==2.12.1+cpu # Installing PyTorch, for Tensor computation and Deep neural networks --extra-index-url https://download.pytorch.org/whl/cpu torchvision==0.14.0+cpu # Installing TorchVision, for Computer Vision based AI diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.cuda.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.cuda.txt index 76a8cbca..6db71552 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.cuda.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.cuda.txt @@ -3,7 +3,7 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<13.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files @@ -16,7 +16,7 @@ PyYAML # Installing PyYAML, a library for reading confi ## For CUDA 11.7 --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.13.0+cu117 # Installing PyTorch, an open source machine learning framework +torch==2.12.1+cpu # Installing PyTorch, an open source machine learning framework --find-links https://download.pytorch.org/whl/torch_stable.html torchvision==0.14.0+cu117 # Installing TorchVision, for working with computer vision models diff --git a/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.rocm.txt b/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.rocm.txt index 6a318b56..db27db53 100644 --- a/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.rocm.txt +++ b/modules/ObjectDetectionYOLOv5-6.2/requirements.windows.rocm.txt @@ -3,13 +3,13 @@ Pandas # Installing Pandas, a data analysis / data manipulation tool CoreMLTools # Installing CoreMLTools, for working with .mlmodel format models OpenCV-Python # Installing OpenCV, the Open source Computer Vision library -Pillow<10.0.0 # Installing Pillow, a Python Image Library +Pillow<13.0.0 # Installing Pillow, a Python Image Library SciPy # Installing SciPy, a library for mathematics, science, and engineering PyYAML # Installing PyYAML, a library for reading configuration files # CUDA 11.7 --index-url https://download.pytorch.org/whl/cu117 -torch==2.0.0+cu117 # Installing PyTorch, an open source machine learning framework +torch==2.12.1+cpu # Installing PyTorch, an open source machine learning framework --index-url https://download.pytorch.org/whl/cu117 torchvision==0.15.1+cu117 # Installing TorchVision, for working with computer vision models