shuai-dian

Results 3 comments of shuai-dian

True 0.0707712173461914 Search patch size: (288, 288, 3) 这是我推理的速度,0.07ms,在A10显卡上,并没有达到paper中提到的,165fps,怎么回事呢

@nagadomi I changed the code [ZoeDepth/zoedepth/models/base_models/midas.py](https://github.com/isl-org/ZoeDepth/blob/edb6daf45458569e24f50250ef1ed08c015f17a7/zoedepth/models/base_models/midas.py#L341-L342) Lines 341 to 342 in [edb6daf](https://github.com/isl-org/ZoeDepth/commit/edb6daf45458569e24f50250ef1ed08c015f17a7) ``` midas = torch.hub.load("intel-isl/MiDaS", midas_model_type, pretrained=use_pretrained_midas, force_reload=force_reload) ``` to ``` local_repo_path = '/root/.cache/torch/hub/intel-isl_MiDaS_master' # 替换为实际路径 midas = torch.hub.load(local_repo_path,...

@99RRR 没有解决,数据量大的时候也就出现,可以先换成es数据库