Commit Graph

58 Commits

Author SHA1 Message Date
Alex Bezdieniezhnykh 253f811125 switcher dataset explorer
lat lon -> geopoint
correct location for gps if small keypoints number
2025-06-23 20:47:28 +03:00
Alex Bezdieniezhnykh c0f8dd792d fixed console Log
fix same files problem in python different libs
correct command logging in command handler
2025-06-14 21:01:32 +03:00
Alex Bezdieniezhnykh 09cfcdf61a create clients without window 2025-06-14 16:11:17 +03:00
Alex Bezdieniezhnykh 8aa2f563a4 consolidate CommonSecurity to Common.dll 2025-06-13 23:06:48 +03:00
Alex Bezdieniezhnykh f9815a0a3f add list files for autoupdate feature
put new Versioning
fix bugs
2025-06-10 23:38:37 +03:00
Alex Bezdieniezhnykh dcd0fabc1f add loader and versioning 2025-06-10 08:53:57 +03:00
Alex Bezdieniezhnykh 7750025631 separate load functionality from inference client to loader client. Call loader client from inference to get the model.
remove dummy dlls, remove resource loader from c#.

TODO: Load dlls separately by Loader UI and loader client

WIP
2025-06-06 20:04:03 +03:00
Alex Bezdieniezhnykh 500db31142 add azaion loader 2025-06-01 19:16:49 +03:00
Alex Bezdieniezhnykh 1b6c440dcc fix re-send new batch to gps denied
todo: clear folders, consider better center point to fetch next batch from satellite provider
2025-05-30 11:03:00 +03:00
Alex Bezdieniezhnykh b345137f16 fix bugs with UI for gps denied 2025-05-30 02:09:15 +03:00
Alex Bezdieniezhnykh d87ddb5f6a cleanup 2025-05-29 00:36:40 +03:00
Alex Bezdieniezhnykh d842466594 gps matcher async
put cryptography lib to fixed version
fix race condition bug in queue handler
add lock to db writing and backup to file db on each write
2025-05-29 00:35:35 +03:00
Alex Bezdieniezhnykh 34ea821fb3 better view for class distribution 2025-05-27 13:26:37 +03:00
Alex Bezdieniezhnykh 757fb1e454 add more information to annotationbulkmessage 2025-05-22 00:33:13 +03:00
Alex Bezdieniezhnykh 522af51a8d don't send image to the queue on editing 2025-05-20 12:31:18 +03:00
Alex Bezdieniezhnykh a5fcb0988b fixed sorting in datasetexplorer, also show date
make annotationstatus more clear
2025-05-20 11:02:24 +03:00
Alex Bezdieniezhnykh c5e81ebcc6 fixed bugs with queue handling. At least most of them 2025-05-18 20:11:19 +03:00
Alex Bezdieniezhnykh cf563571c8 log queue errors 2025-05-17 19:38:07 +03:00
Alex Bezdieniezhnykh d02550f5a0 huge queue refactoring:
3 queues -> 1 queue
send delete validate updates
2025-05-17 19:25:33 +03:00
Alex Bezdieniezhnykh 87ceaa805b prepare to build 2025-05-14 19:53:35 +03:00
dzaitsev d92da6afa4 Errors sending to UI
notifying client of AI model conversion
2025-05-14 12:43:50 +03:00
Alex Bezdieniezhnykh 472ed6533e fix hardware service 2025-05-02 13:25:33 +03:00
Alex Bezdieniezhnykh babcbc0fc7 clean postbuild script
clean warnings
2025-04-28 10:20:06 +03:00
Alex Bezdieniezhnykh 47aa8b862b add silent detection - don't send to queue if enable 2025-04-27 21:43:45 +03:00
Alex Bezdieniezhnykh c68c293448 update validation logic 2025-04-21 17:02:13 +03:00
Alex Bezdieniezhnykh d42409de7d fix throttle ext
fix configs
fix build scripts
2025-04-17 19:40:09 +03:00
Alex Bezdieniezhnykh 277aaf09b0 throttle reimplemented 2025-04-17 09:16:34 +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 1287c13516 fix ui bugs, fix RefreshThumbnails method 2025-04-14 19:43:14 +03:00
Alex Bezdieniezhnykh ca1682a86e add gps matcher service 2025-04-14 09:50:34 +03:00
Alex Bezdieniezhnykh 36b3bf1712 put better caption in result image 2025-04-03 11:56:01 +03:00
Alex Bezdieniezhnykh c9800107a6 add generating result image to Results directory 2025-04-03 11:06:00 +03:00
Alex Bezdieniezhnykh 83ae6a0ae9 move detection classes and other system values from local config to remote
forbid non validators to read from queue
create better visualization in detector control
make colors for detection classes more distinguishable
fix bug with removing detection (probably completely)
2025-04-02 19:53:03 +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 33070b90bf fix image save, ui small fixes 2025-03-12 01:07:52 +02:00
Alex Bezdieniezhnykh f26b5ac8a2 update installer 2025-03-09 11:22:11 +02:00
Alex Bezdieniezhnykh 4e6624ee58 fix queue, fix ai email and role set 2025-03-06 19:06:09 +02:00
Alex Bezdieniezhnykh a493606f64 correct app close
fix publishing
2025-03-03 19:37:07 +02:00
Alex Bezdieniezhnykh 58839933fc fix id problems with day/winter switch 2025-02-26 22:09:07 +02:00
Alex Bezdieniezhnykh d1af7958f8 fix initialization, throttle operations
day/winter/night switcher fixes
2025-02-19 23:07:16 +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 cfd5483a18 make python app load a bit eariler, making startup a bit faster 2025-02-13 18:13:15 +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 739759628a fixed inference bugs
add DONE during inference, correct handling on C# side
2025-02-01 02:09:11 +02:00
Alex Bezdieniezhnykh e7afa96a0b fix inference UI and annotation saving 2025-01-30 12:33:24 +02:00
Alex Bezdieniezhnykh 62623b7123 add ramdisk, load AI model to ramdisk and start recognition from it
rewrite zmq to DEALER and ROUTER
add GET_USER command to get CurrentUser from Python
all auth is on the python side
inference run and validate annotations on python
2025-01-29 17:45:26 +02:00
Alex Bezdieniezhnykh 1bc1d81fde small fixes, renames 2025-01-15 16:41:42 +02:00
Alex Bezdieniezhnykh ae2c62350a remove fix, todo: test 2025-01-03 18:32:56 +02:00
Alex Bezdieniezhnykh 8b94837f18 add offset
fixes
add visual validation border and validate functionality
2024-12-28 15:51:27 +02:00