Skip to content

Commit

Permalink
Updated to v2.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMaunder committed Aug 28, 2023
1 parent 49c7f1a commit 41edaaf
Show file tree
Hide file tree
Showing 357 changed files with 13,348 additions and 4,414 deletions.
133 changes: 51 additions & 82 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

# User-specific files
*.rsuser
*.suo
Expand Down Expand Up @@ -33,7 +28,7 @@ bld/
[Ll]og/
[Ll]ogs/

# Visual Studio 2015/2017 cache/options directory
# Visual Studio cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
Expand Down Expand Up @@ -121,12 +116,6 @@ ipch/
# Visual Studio Trace Files
*.e2e

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
Expand Down Expand Up @@ -246,9 +235,6 @@ orleans.codegen.cs
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
Expand All @@ -259,11 +245,6 @@ UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak

# SQL Server files
*.mdf
*.ldf
*.ndf

# Business Intelligence projects
*.rdl.data
*.bim.layout
Expand All @@ -286,53 +267,16 @@ node_modules/
# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Paket dependency manager
.paket/paket.exe
paket-files/

# FAKE - F# Make
.fake/

# CodeRush personal settings
.cr/personal

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc

# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config

# Tabs Studio
*.tss

# Telerik's JustMock configuration file
*.jmconfig

# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs

# OpenCover UI analysis results
OpenCover/

# Azure Stream Analytics local run output
ASALocalRun/

Expand All @@ -342,24 +286,12 @@ ASALocalRun/
# NVidia Nsight GPU debugger configuration file
*.nvuser

# MFractors (Xamarin productivity tool) working folder
.mfractor/

# Local History for Visual Studio
.localhistory/

# BeatPulse healthcheck temp database
healthchecksdb

# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/

# Fody - auto-generated XML schema
FodyWeavers.xsd

# Heat Generated Wix files.
**/*Files.wxs

Expand All @@ -382,33 +314,70 @@ FodyWeavers.xsd
/Installers/Windows/PortraitFilter.Installer/PortraitFilterInstallFiles.wxs
/Installers/Windows/CodeProjectAI.Server.Installer/DemoImangesFiles.wxs
/Installers/Windows/Python39.Installer/Python39Files.wxs
/Installers/Windows/YoloNet.Installer/YoloNetInstallFiles.wxs

/Installers/zlib123dllx64.zip
/Installers/cudnn-windows-x86_64-8.5.0.96_cuda11-archive.zip

/src/API/Server/FrontEnd/installconfig.json
/src/API/Server/FrontEnd/modules.json

/src/AnalysisLayer/FaceProcessing/assets
/src/AnalysisLayer/FaceProcessing/datastore/
/src/AnalysisLayer/ObjectDetectionNet/assets/
/src/AnalysisLayer/ObjectDetectionNet/custom-models
/src/AnalysisLayer/ObjectDetectionYolo/assets
/src/AnalysisLayer/ObjectDetectionYolo/custom-models

/src/downloads/
/src/module-downloads/
/src/modules/downloads/
# keep the folder structure but don't git commit the cached downloads
!/src/downloads
/src/downloads/*
!/src/downloads/modules
/src/downloads/modules/*
!/src/downloads/modules/readme.txt

# Downloaded assets for modules
/src/modules/ALPR/paddleocr
/src/modules/ALPR/plate.png
/src/modules/BackgroundRemover/models
/src/modules/Cartooniser/weights
/src/modules/FaceProcessing/assets
/src/modules/FaceProcessing/datastore/
/src/modules/ObjectDetectionCoral/assets
src/modules/ObjectDetectionCoral/edgetpu_runtime
src/modules/ObjectDetectionCoral/libedgetpu.*
/src/modules/ObjectDetectionNet/assets/
/src/modules/ObjectDetectionNet/custom-models
/src/modules/ObjectDetectionNet/LocalNugets
src/modules/ObjectDetectionYoloRKNN/assets
src/modules/ObjectDetectionYoloRKNN/custom-models
/src/modules/ObjectDetectionTFLite/assets
/src/modules/ObjectDetectionYolo/assets
/src/modules/ObjectDetectionYolo/custom-models
/src/modules/OCR/paddleocr
/src/modules/PortraitFilter/runtimeconfig.template.Designer.cs
/src/modules/SceneClassifier/assets
/src/modules/TrainingYoloV5/assets
/src/modules/TrainingYoloV5/datasets
/src/modules/TrainingYoloV5/fiftyone
/src/modules/TrainingYoloV5/training
/src/modules/TrainingYoloV5/train
/src/modules/TrainingYoloV5/zoo
/src/modules/YOLOv5-3.1/custom-models
/src/modules/YOLOv5-3.1/assets
/src/modules/YOLOv5-3.1/windows_packages_cpu
/src/modules/YOLOv5-3.1/windows_packages_gpu
/src/AnalysisLayer/BackgroundRemover/models/u2net.onnx
/src/AnalysisLayer/SceneClassifier/assets/categories_places365.txt
/src/AnalysisLayer/SceneClassifier/assets/scene.pt

# Generated module packages
/src/modules/ALPR/ALPR-[0-9].[0-9].zip
/src/modules/BackgroundRemover/BackgroundRemover-[0-9].[0-9].zip
/src/modules/Cartooniser/Cartooniser-[0-9].[0-9].zip
/src/modules/FaceProcessing/FaceProcessing-[0-9].[0-9].zip
/src/modules/ObjectDetectionNet/ObjectDetectionNet-CPU-[0-9].[0-9].zip
/src/modules/ObjectDetectionNet/ObjectDetectionNet-OpenVINO-[0-9].[0-9].zip
/src/modules/ObjectDetectionNet/ObjectDetectionNet-DirectML-[0-9].[0-9].zip
/src/modules/ObjectDetectionNet/ObjectDetectionNet-CUDA-[0-9].[0-9].zip
/src/modules/ObjectDetectionNet/ObjectDetectionNet-CPU-[0-9].[0-9].zip
/src/modules/ObjectDetectionTFLite/ObjectDetectionTFLite-1.0.zip
/src/modules/ObjectDetectionYolo/ObjectDetectionYolo-[0-9].[0-9].zip
/src/modules/OCR/OCR-[0-9].[0-9].zip
/src/modules/PortraitFilter/PortraitFilter-[0-9].[0-9].zip
/src/modules/SceneClassifier/SceneClassifier-[0-9].[0-9].zip
/src/modules/SentimentAnalysis/SentimentAnalysis-[0-9].[0-9].zip
/src/modules/SuperResolution/SuperResolution-[0-9].[0-9].zip
/src/modules/TextSummary/TextSummary-[0-9].[0-9].zip
/src/modules/YOLOv5-3.1/YOLOv5-3.1-[0-9].[0-9].zip
/src/modules/ObjectDetectionNet/ObjectDetectionNet-1.1.zip
Loading

0 comments on commit 41edaaf

Please sign in to comment.