PhilCuriosity

Results 5 issues of 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...

question

如题,在训练时,使用多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...

triaged

先使用PaddleDetection 中自带export_model 代码导出为inference_model ![image](https://user-images.githubusercontent.com/52873355/110198245-0dfae600-7e8c-11eb-84c6-48853451fa57.png) 然后使用下面命令转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...

Operator(New)
Operator(Update)