修改检测参数,降低置信度,提高检测的延时

This commit is contained in:
xsl
2025-12-06 11:59:00 +08:00
parent db80a5dbbd
commit da2c97e412
2 changed files with 32 additions and 28 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ private:
VkPipelineLayout m_pipelineLayout = VK_NULL_HANDLE;
VkDescriptorSetLayout m_descriptorSetLayout = VK_NULL_HANDLE;
vector<VkDescriptorSet> m_descriptor_sets;
const uint32_t kMaxTexture = 30;
const uint32_t kMaxTexture = 60;
vector<Texture> m_texs;
vector<Texture> m_texs_next;
vector<Texture> m_texs_ex;