Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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<12.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

Expand All @@ -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.4.0 # 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

Expand Down
4 changes: 2 additions & 2 deletions modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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<12.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.4.0 # 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<12.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.4.0 # 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<12.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.4.0 # 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<12.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

Expand All @@ -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.4.0 # 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

Expand Down
4 changes: 2 additions & 2 deletions modules/ObjectDetectionYOLOv5-6.2/requirements.linux.rocm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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<12.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.4.0 # 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

Expand Down
2 changes: 1 addition & 1 deletion modules/ObjectDetectionYOLOv5-6.2/requirements.linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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<12.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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<12.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

Expand Down
2 changes: 1 addition & 1 deletion modules/ObjectDetectionYOLOv5-6.2/requirements.macos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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<12.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

Expand Down
4 changes: 2 additions & 2 deletions modules/ObjectDetectionYOLOv5-6.2/requirements.orangepi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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<12.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

Expand All @@ -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.4.0 # Installing Torch, for Tensor computation and Deep neural networks
torchvision==0.10.0 # Installing TorchVision, for Computer Vision based AI

# the Ultralytics Yolov5 package
Expand Down
4 changes: 2 additions & 2 deletions modules/ObjectDetectionYOLOv5-6.2/requirements.radxarock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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<12.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

Expand All @@ -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.4.0 # Installing Torch, for Tensor computation and Deep neural networks
torchvision==0.10.0 # Installing TorchVision, for Computer Vision based AI

# the Ultralytics Yolov5 package
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<12.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

Expand All @@ -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.4.0 # Installing Torch, for Tensor computation and Deep neural networks
torchvision==0.10.0 # Installing TorchVision, for Computer Vision based AI

# the Ultralytics Yolov5 package
Expand Down
4 changes: 2 additions & 2 deletions modules/ObjectDetectionYOLOv5-6.2/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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<12.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

Expand All @@ -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.4.0 # 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<12.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

Expand All @@ -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.4.0 # 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<12.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.4.0 # 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

Expand Down
2 changes: 1 addition & 1 deletion src/demos/modules/PythonSimple/requirements.linux.cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ numpy<2 # Installing NumPy, a package for scientific com

## 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.4.0 # 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

Expand Down
2 changes: 1 addition & 1 deletion src/demos/modules/PythonSimple/requirements.linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# 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+cpu # Installing Torch, for Tensor computation and Deep neural networks
torch==2.4.0 # Installing Torch, for Tensor computation and Deep neural networks
--extra-index-url https://download.pytorch.org/whl/cpu
torchvision==0.14.1+cpu # Installing TorchVision, for Computer Vision based AI

Expand Down
2 changes: 1 addition & 1 deletion src/demos/modules/PythonSimple/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ numpy<2 # Installing NumPy, a package for scientific com

# 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.4.0 # 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ numpy<2 # Installing NumPy, a package for scientific com

## 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.4.0 # 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

Expand Down