jrsebastian
jrsebastian
### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar bug report. ### Bug组件 Bug Component Inference ### Bug描述 Describe the Bug 我通过 `tools/export_model.py`...
### 💡 Your Question Hi! When i tried to eval yolov_nas_s.pt, i met some errors, can anybody help me? ```python $yolo val model=yolo_nas_s.pt data=coco8.yaml The console stream is logged into...
Hi, i convert the model from `paddle2torch.py`, using the commond below: ```shell python paddle2torch.py -f 0 -i ../ppyoloe_plus_crn_s_80e_coco.pdparams -o ppyoloe_s.pth ``` The `ppyoloe_plus_crn_s_80e_coco.pdparams` is from [paddledet](https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_s_80e_coco.pdparams). But when i eval...