Rebuild for production

This commit is contained in:
2026-04-06 09:29:08 +10:00
parent e009257dfd
commit 5adbee4be8
4 changed files with 26 additions and 4 deletions

View File

@@ -28,7 +28,29 @@
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //DEPENDENTS ANSODEngine.dll)", "Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //DEPENDENTS ANSODEngine.dll)",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //EXPORTS ANSLicensingSystem.dll)", "Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //EXPORTS ANSLicensingSystem.dll)",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //IMPORTS ANSODEngine.dll)", "Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //IMPORTS ANSODEngine.dll)",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //IMPORTS ANSMOT.dll)" "Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //IMPORTS ANSMOT.dll)",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //IMPORTS ANSLIB.dll)",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //EXPORTS ANSMOT.dll)",
"Bash(for dll:*)",
"Bash(do echo:*)",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //IMPORTS \"$dll\")",
"Bash(done)",
"Bash(where ANSLicensingSystem.dll)",
"Read(//c/Windows/**)",
"Bash(find C:/Projects/CLionProjects/ANSCustomModels/cmake-build-release -name *.dll)",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //HEADERS ANSMOT.dll)",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //HEADERS ANSLicensingSystem.dll)",
"Bash(python -c \"import ctypes; h = ctypes.WinDLL\\(''./ANSMOT.dll''\\); print\\(''LOADED OK''\\)\")",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //DEPENDENTS ANSLIB.dll)",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //DEPENDENTS ANSCustomFireNSmokeDetection.dll)",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //DEPENDENTS ANSLibsLoader.dll)",
"Bash(ls -la \"C:/Projects/CLionProjects/ANSCustomModels/cmake-build-release/bin/\"*.dll)",
"Bash(\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/dumpbin.exe\" //DEPENDENTS FireNSmokeDetection_Demo.exe)",
"Bash(echo $PATH)",
"Bash(tr ';' '\\\\n')",
"Bash(ls -la \"C:/ProgramData/ANSCENTER/DLHUB_Runtime_Engine/\"*.dll)",
"Bash(cp \"C:/ProgramData/ANSCENTER/Shared/ANSLicensingSystem.dll\" \"C:/ProgramData/ANSCENTER/DLHUB_Runtime_Engine/ANSLicensingSystem.dll\")",
"Bash(cp \"C:/ProgramData/ANSCENTER/Shared/anslicensing.dll\" \"C:/ProgramData/ANSCENTER/DLHUB_Runtime_Engine/anslicensing.dll\")"
] ]
} }
} }

View File

@@ -5,7 +5,7 @@
#define RETAINFRAMES 80 #define RETAINFRAMES 80
#define FILTERFRAMES 10 #define FILTERFRAMES 10
#define FNS_DEBUG //#define FNS_DEBUG
class CUSTOM_API ANSCustomFS : public IANSCustomClass class CUSTOM_API ANSCustomFS : public IANSCustomClass
{ {
typedef std::pair<cv::Scalar, cv::Scalar> Range; typedef std::pair<cv::Scalar, cv::Scalar> Range;

View File

@@ -1,6 +1,6 @@
#include "ANSLIB.h" #include "ANSLIB.h"
#define FNS_DEBUG //#define FNS_DEBUG
class CUSTOM_API ANSCustomHMD : public IANSCustomClass class CUSTOM_API ANSCustomHMD : public IANSCustomClass
{ {
private: private:

View File

@@ -7,7 +7,7 @@
#include "ANSCustomFireNSmoke.h" #include "ANSCustomFireNSmoke.h"
int FireNSmokeDetection() { int FireNSmokeDetection() {
std::string modelDirectory = "C:\\Projects\\ANSVIS\\Models\\ANS_FireSmoke_v3.0"; std::string modelDirectory = "C:\\Projects\\ANSVIS\\Models\\ANS_FireSmoke_v2.0";
std::string videoFilePath = "E:\\Programs\\DemoAssets\\Videos\\FireNSmoke\\ANSFireFull.mp4";// passed std::string videoFilePath = "E:\\Programs\\DemoAssets\\Videos\\FireNSmoke\\ANSFireFull.mp4";// passed
//std::string videoFilePath = "E:\\Programs\\DemoAssets\\Videos\\ANSVIS_Issues\\FGFire.mp4";// passed //std::string videoFilePath = "E:\\Programs\\DemoAssets\\Videos\\ANSVIS_Issues\\FGFire.mp4";// passed
//std::string videoFilePath = "E:\\Programs\\DemoAssets\\Videos\\FireNSmoke\\HFire1.mp4"; // passed //std::string videoFilePath = "E:\\Programs\\DemoAssets\\Videos\\FireNSmoke\\HFire1.mp4"; // passed