feat design 预处理接口迁移
This commit is contained in:
@@ -34,8 +34,8 @@ class KeypointDetection(object):
|
||||
site = 'up' if result['name'] in ['blouse', 'outwear', 'dress', 'tops'] else 'down'
|
||||
# keypoint_cache = search_keypoint_cache(result["image_id"], site)
|
||||
|
||||
# 取消向量查询 直接过模型推理
|
||||
keypoint_cache = self.keypoint_cache(result, site)
|
||||
# 取消向量查询 直接过模型推理
|
||||
# keypoint_cache = False
|
||||
|
||||
if keypoint_cache is False:
|
||||
|
||||
Reference in New Issue
Block a user