Go to file
th a424592a7e 分布式GPU 2025-03-29 17:25:34 +08:00
__pycache__ 2025firstedition 2025-01-21 09:26:34 +08:00
common add mqtt 2025-02-06 10:19:38 +08:00
concurrency 分布式GPU 2025-03-29 17:25:34 +08:00
config 分布式GPU 2025-03-29 17:25:34 +08:00
entity mqtt data format 2025-03-15 14:04:26 +08:00
enums 分布式GPU 2025-03-29 17:25:34 +08:00
exception add mqtt 2025-02-06 10:19:38 +08:00
font 2025firstedition 2025-01-21 09:26:34 +08:00
image 2025firstedition 2025-01-21 09:26:34 +08:00
service 分布式GPU 2025-03-29 17:25:34 +08:00
test 2025firstedition 2025-01-21 09:26:34 +08:00
util 分布式GPU 2025-03-29 17:25:34 +08:00
vodsdk add mqtt 2025-02-06 10:19:38 +08:00
__init__.py 2025firstedition 2025-01-21 09:26:34 +08:00
dsp_master.py 2025firstedition 2025-01-21 09:26:34 +08:00
readme.md mqtt data format 2025-03-15 14:04:26 +08:00
start.sh 2025firstedition 2025-01-21 09:26:34 +08:00
stop.sh 2025firstedition 2025-01-21 09:26:34 +08:00

readme.md

1.2025.01.21把之前的tuoheng alg仓库代码重新开个仓库 (1)在config/service/dsp_test_service.yml里面添加参数控制存储用的oss还是minio storage_source: 1 2.2025.02.06 (1)修改代码把mqtt读取加入到系统中。config/service/dsp_test_service.yml中添加mqtt_flag,决定是否启用。 (2)修改了minio情况下的文件名命名方式。 3.2025.02.12 (1)增加了对alg算法开发的代码。可以通过配置文件config/service/dsp_test_service.yml中algSwitch: true决定是否启用。