Skip to content

Commit 537035e

Browse files
Merge branch 'v2.7.0' of https://github.com/codeproject/CodeProject.AI-Server into v2.7.0
2 parents 831b6bc + eaad0f1 commit 537035e

18 files changed

+350
-227
lines changed

devops/install/clean.bat

Lines changed: 156 additions & 97 deletions
Large diffs are not rendered by default.

devops/install/clean.sh

Lines changed: 193 additions & 114 deletions
Large diffs are not rendered by default.

modules/ObjectDetectionYOLOv5-6.2/requirements.jetson.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ TorchVision # Installing TorchVision, for Computer Vision ba
2828
# We need this, but we don't need this.
2929
Seaborn # Installing Seaborn, a data visualization library based on matplotlib
3030

31-
# setuptools # Installing setuptools for managing Python packages
3231
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
3332

3433
# last line empty.

modules/ObjectDetectionYOLOv5-6.2/requirements.linux.arm64.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ yolov5==6.2.3 # Installing Ultralytics YoloV5 package for obje
2121
# We need this, but we don't need this.
2222
Seaborn # Installing Seaborn, a data visualization library based on matplotlib
2323

24-
# setuptools # Installing setuptools for managing Python packages
2524
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
2625

2726
# last line empty.

modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ yolov5==6.2.3 # Installing Ultralytics YoloV5 package for obje
2020
# We need this, but we don't need this.
2121
Seaborn # Installing Seaborn, a data visualization library based on matplotlib
2222

23-
# setuptools # Installing setuptools for managing Python packages
2423
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
2524

2625
# last line empty..

modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ yolov5==6.2.3 # Installing Ultralytics YoloV5 package for obje
2020
# We need this, but we don't need this.
2121
Seaborn # Installing Seaborn, a data visualization library based on matplotlib
2222

23-
# setuptools # Installing setuptools for managing Python packages
2423
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
2524

2625
# last line empty..

modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda11_5.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ yolov5==6.2.3 # Installing Ultralytics YoloV5 package for obje
2020
# We need this, but we don't need this.
2121
Seaborn # Installing Seaborn, a data visualization library based on matplotlib
2222

23-
# setuptools # Installing setuptools for managing Python packages
2423
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
2524

2625
# last line empty..

modules/ObjectDetectionYOLOv5-6.2/requirements.linux.cuda12.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ yolov5==6.2.3 # Installing Ultralytics YoloV5 package for obje
2828
# We need this, but we don't need this.
2929
Seaborn # Installing Seaborn, a data visualization library based on matplotlib
3030

31-
# setuptools # Installing setuptools for managing Python packages
3231
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
3332

3433
# last line empty..

modules/ObjectDetectionYOLOv5-6.2/requirements.linux.rocm.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ yolov5==6.2.3 # Installing Ultralytics YoloV5 package for obje
1717
# We need this, but we don't need this.
1818
Seaborn # Installing Seaborn, a data visualization library based on matplotlib
1919

20-
# setuptools # Installing setuptools for managing Python packages
2120
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
2221

2322
# last line empty..

modules/ObjectDetectionYOLOv5-6.2/requirements.linux.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ yolov5==6.2.3 # Installing Ultralytics YoloV5 package for obje
2626
# We need this, but we don't need this.
2727
Seaborn # Installing Seaborn, a data visualization library based on matplotlib
2828

29-
# setuptools # Installing setuptools for managing Python packages
3029
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
3130

3231
# last line empty.

0 commit comments

Comments
 (0)