Skip to content

Commit 2e6316a

Browse files
author
ChrisMaunder
committed
v2.0.5: New module architecture, downloadable modules, RaspberryPi support and assorted memory leaks fixed
1 parent d9b052b commit 2e6316a

File tree

498 files changed

+26602
-8540
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

498 files changed

+26602
-8540
lines changed

.dockerignore

Lines changed: 0 additions & 25 deletions
This file was deleted.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Set default behavior to automatically normalize line endings.
33
###############################################################################
44
* text=auto
5+
*.sh text eol=lf
56

67
###############################################################################
78
# Set default behavior for command prompt diff.

.gitignore

Lines changed: 44 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,6 @@
33
##
44
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55

6-
/demos/Python/detected
7-
/docs/mkdocs/CodeProject.AI/site
8-
/Installers/downloads
9-
/Installers/Windows/Thumbs.db
10-
11-
/src/AnalysisLayer/BackgroundRemover/models
12-
/src/AnalysisLayer/CustomDetection/assets
13-
/src/AnalysisLayer/ObjectDetectionNet/assets/
14-
/src/AnalysisLayer/Vision/assets
15-
16-
# Generate Wix files.
17-
*Files.wxs
18-
19-
/src/API/Server/FrontEnd/installconfig.json
20-
216
# User-specific files
227
*.rsuser
238
*.suo
@@ -375,15 +360,55 @@ MigrationBackup/
375360
# Fody - auto-generated XML schema
376361
FodyWeavers.xsd
377362

363+
# Heat Generated Wix files.
364+
**/*Files.wxs
378365

379366
*.DS_Store
380367

368+
/demos/Python/detected
369+
/demos/Python/Vision/detected
370+
371+
/Installers/downloads
372+
373+
/Installers/Windows/Python37.Installer/Python37Files.wxs
374+
/Installers/Windows/Python37.Installer/PythonSdkFiles.wxs
375+
/Installers/Windows/BackgroundRemover.Installer/BackgroundRemoverFiles.wxs
376+
/Installers/Windows/CodeProjectAI.Server.Installer/FrontendInstallFiles.wxs
377+
/Installers/Windows/DeepStack.Installer/DeepStackFiles.wxs
378+
/Installers/Windows/ObjectDetectionYolo.Installer/ObjectDetectionYoloFiles.wxs
379+
/Installers/Windows/ObjectDetectionYolo.Installer/ObjectDetectionYoloFiles.wxs
380+
/Installers/Windows/PortraitFilter.Installer/PortraitFilterInstallFiles.wxs
381+
/Installers/Windows/Python37.Installer/Python37Files.wxs
382+
/Installers/Windows/PortraitFilter.Installer/PortraitFilterInstallFiles.wxs
383+
/Installers/Windows/CodeProjectAI.Server.Installer/DemoImangesFiles.wxs
384+
/Installers/Windows/Python39.Installer/Python39Files.wxs
385+
381386
/Installers/zlib123dllx64.zip
382387
/Installers/cudnn-windows-x86_64-8.5.0.96_cuda11-archive.zip
383-
/src/AnalysisLayer/Vision/datastore/faceembedding.db
388+
389+
/src/API/Server/FrontEnd/installconfig.json
390+
391+
/src/AnalysisLayer/FaceProcessing/assets
392+
/src/AnalysisLayer/FaceProcessing/datastore/
393+
/src/AnalysisLayer/ObjectDetectionNet/assets/
394+
/src/AnalysisLayer/ObjectDetectionNet/custom-models
384395
/src/AnalysisLayer/ObjectDetectionYolo/assets
385-
/src/AnalysisLayer/ObjectDetectionYolo/custom
386-
/src/AnalysisLayer/CustomObjectDetection/assets
387396
/src/AnalysisLayer/ObjectDetectionYolo/custom-models
388-
/demos/Python/Vision/detected
397+
398+
/src/downloads/
399+
/src/module-downloads/
400+
/src/modules/downloads/
401+
389402
/src/modules/ALPR/paddleocr
403+
/src/modules/ALPR/plate.png
404+
/src/modules/BackgroundRemover/models
405+
/src/modules/OCR/paddleocr
406+
/src/modules/PortraitFilter/runtimeconfig.template.Designer.cs
407+
/src/modules/SceneClassifier/assets
408+
/src/modules/YOLOv5-3.1/custom-models
409+
/src/modules/YOLOv5-3.1/assets
410+
/src/modules/YOLOv5-3.1/windows_packages_cpu
411+
/src/modules/YOLOv5-3.1/windows_packages_gpu
412+
/src/AnalysisLayer/BackgroundRemover/models/u2net.onnx
413+
/src/AnalysisLayer/SceneClassifier/assets/categories_places365.txt
414+
/src/AnalysisLayer/SceneClassifier/assets/scene.pt

0 commit comments

Comments
 (0)