David1-git
David1-git
from fasterRCNN.lib.model import _C ImportError: /home/valca509/STTran-main/fasterRCNN/lib/model/_C.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe26detail36_typeMetaDataInstance_preallocated_7E
Traceback (most recent call last): File "/home/valca509/Desktop/TransCenter_official-main/training/main_mot20.py", line 511, in main(args) File "/home/valca509/Desktop/TransCenter_official-main/training/main_mot20.py", line 366, in main model, criterion, postprocessors, data_loader_val, base_ds, device, args.output_dir, args.half File "/home/valca509/anaconda3/envs/transcenter3/lib/python3.7/site-packages/torch/autograd/grad_mode.py", line 28, in...
感谢回答,不是很明白为什么model里return那么多。另外还有一个问题,怎么样计算map和rank1 rank5指标
在 p_embed = ( pipe.input('src') .flat_map('src', 'img_path', load_image) .map('img_path', 'img', ops.image_decode()) .map('img', 'vec', ops.image_embedding.timm(model_name=MODEL, device=DEVICE)) ) 现在我有一个行人重识别的模型,在这里我需要怎么样做,才能替换为自己的模型。非常期待您的回复,感谢!
ERROR | yolox.core.launch:90 - An error has been caught in function 'launch', process 'MainProcess' (44024), thread 'MainThread' (540):
### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [x] 2. The bug has not been fixed in the latest version. -...
### 📚 The doc issue 如题 ### Suggest a potential alternative/fix _No response_
### Motivation 在ascend 310p上部署internvl3 ### Related resources _No response_ ### Additional context _No response_
如题,官方有使用awq进行量化的文档教程吗