PhilCuriosity
PhilCuriosity
### Before Asking - [X] I have read the [README](https://github.com/meituan/YOLOv6/blob/main/README.md) carefully. 我已经仔细阅读了README上的操作指引。 - [X] I want to train my custom dataset, and I have read the [tutorials for training your...
如题,在训练时,使用多GPU一块GPU占1.5核,推理时单个进程占用5个核,请问这样正常吗
Hello, is there any plan to launch segmentation model? In ultralytics/CFG/models/v10 directory not seen segmentation related configuration file.
## Description I used the trtexec and polygraphy commands to export from onnx to trt, and the model output was fine, but the engine file output shape I read in...
先使用PaddleDetection 中自带export_model 代码导出为inference_model  然后使用下面命令转onnx: `paddle2onnx --model_dir mask_rcnn_r50_fpn_2x --model_filename mask_rcnn_r50_fpn_2x/__model__ --params_filename mask_rcnn_r50_fpn_2x\__params__ --save_file onnx_file.onnx --opset_version 12 --enable_onnx_checker True` 报错为:raise NotImplementedError(error_info) NotImplementedError: There's 4 ops are not supported yet =========== less_than...