Commit Graph

41 Commits

Author SHA1 Message Date
Alex Bezdieniezhnykh cf01e5d952 Revert "import Tensorrt not in compile time in order to dynamically load tensorrt only if nvidia gpu is present"
This reverts commit 1c4bdabfb5.
2025-04-30 23:32:03 +03:00
Alex Bezdieniezhnykh 1c4bdabfb5 import Tensorrt not in compile time in order to dynamically load tensorrt only if nvidia gpu is present 2025-04-30 23:08:53 +03:00
Alex Bezdieniezhnykh ae83bc8542 fix checking nvidia gpu 2025-04-30 22:19:42 +03:00
Alex Bezdieniezhnykh b3db108f59 add missing packages to build script 2025-04-30 21:43:36 +03:00
Alex Bezdieniezhnykh 3299192f86 fix build after vibe coding 2025-04-30 21:05:37 +03:00
Alex Bezdieniezhnykh ce22620e58 update build script 2025-04-30 20:14:23 +03:00
Alex Bezdieniezhnykh a1ee077e0a split to 2 files: tensorrt_engine and onnx engine 2025-04-30 19:33:59 +03:00
Deen 4bca61d859 Update build.cmd
updated collection of libs/submodules for cv2
2025-04-30 12:52:50 +03:00
Deen 42a0c37913 Update requirements.txt
onnx added
2025-04-30 12:50:31 +03:00
Deen 0f9352186e Update requirements.txt
specified opencv-python==4.10.0.84
2025-04-30 12:17:54 +03:00
Deen 47a925f5af Update build.cmd
no-cache-dir for pip install
2025-04-30 12:17:19 +03:00
Alex Bezdieniezhnykh e3db942e6b refine build scripts 2025-04-30 10:23:17 +03:00
Alex Bezdieniezhnykh be8e8bdc56 refine build scripts 2025-04-30 10:23:06 +03:00
Alex Bezdieniezhnykh babcbc0fc7 clean postbuild script
clean warnings
2025-04-28 10:20:06 +03:00
Alex Bezdieniezhnykh 5ff4ee58b9 fix publish script 2025-04-24 22:07:34 +03:00
Alex Bezdieniezhnykh 77151b54e9 fix build scripts 2025-04-24 16:53:39 +03:00
Alex Bezdieniezhnykh e9a44e368d autoconvert tensor rt engine from onnx to specific CUDA gpu 2025-04-24 16:30:21 +03:00
Alex Bezdieniezhnykh e798af470b read cdn yaml config from api
automate tensorrt model conversion in case of no existing one for user's gpu
2025-04-23 23:20:08 +03:00
Alex Bezdieniezhnykh d42409de7d fix throttle ext
fix configs
fix build scripts
2025-04-17 19:40:09 +03:00
Alex Bezdieniezhnykh 0c66607ed7 failsafe load dlls
add user config queue offsets
throttle improvements
2025-04-17 01:19:48 +03:00
Alex Bezdieniezhnykh 0237e279a5 don't send user dto back 2025-04-17 00:18:40 +03:00
Alex Bezdieniezhnykh c9800107a6 add generating result image to Results directory 2025-04-03 11:06:00 +03:00
Alex Bezdieniezhnykh b21f8e320f fix bug with annotation result gradient stops
add tensorrt engine
2025-04-02 00:29:21 +03:00
Alex Bezdieniezhnykh 73c2ab5374 stop inference on stop pressed
small fixes
2025-03-24 10:52:32 +02:00
Alex Bezdieniezhnykh 6429ad62c2 refactor external clients
put model batch size as parameter in config
2025-03-24 00:33:41 +02:00
Alex Bezdieniezhnykh 06f527e6c3 replace get hardware info to powershell instead of wmic 2025-03-09 11:57:45 +02:00
Alex Bezdieniezhnykh dc44340f67 add production configs, update publish script 2025-03-05 20:58:58 +02:00
Alex Bezdieniezhnykh d93da15528 fix switcher between modes in DatasetExplorer.xaml 2025-03-02 21:32:31 +02:00
Alex Bezdieniezhnykh 227d01ba5e use cbc encryption decryption - works nice with c# 2025-02-28 00:49:40 +02:00
Alex Bezdieniezhnykh 58839933fc fix id problems with day/winter switch 2025-02-26 22:09:07 +02:00
Alex Bezdieniezhnykh c314268d1e added better logging to python
add day / winter / night switcher
2025-02-17 18:41:18 +02:00
Alex Bezdieniezhnykh 2ecbc9bfd4 move zmq port to config file for C# and python 2025-02-16 16:35:52 +02:00
Alex Bezdieniezhnykh 0d6ea4264f add publish script, check its work 2025-02-14 23:08:50 +02:00
Alex Bezdieniezhnykh 961d2499de fix inference
fix small issues
2025-02-14 09:00:04 +02:00
Alex Bezdieniezhnykh cfd5483a18 make python app load a bit eariler, making startup a bit faster 2025-02-13 18:13:15 +02:00
Alex Bezdieniezhnykh e329e5bb67 make start faster 2025-02-12 13:49:01 +02:00
Alex Bezdieniezhnykh 43cae0d03c make cython app exit correctly 2025-02-11 20:40:49 +02:00
Alex Bezdieniezhnykh 9973a16ada print detection results 2025-02-10 18:02:44 +02:00
Alex Bezdieniezhnykh 0f13ba384e complete requirements.txt list
fix build.cmd
2025-02-10 16:39:44 +02:00
Alex Bezdieniezhnykh c1b5b5fee2 use nms in the model itself, simplify and make postprocess faster.
make inference in batches, fix c# handling, add overlap handling
2025-02-10 14:55:00 +02:00
Alex Bezdieniezhnykh ba3e3b4a55 move python inference to Azaion.Inference folder 2025-02-06 10:48:03 +02:00