修改检测参数,降低置信度,提高检测的延时
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user