pengcheng001

Results 7 issues of pengcheng001

## 📚 Documentation In the CenterNet2/centernet/modeling/dense_heads/centernet.py file, when calculating the distribution of center points, centers_discret = ((centers_expanded / strides_expanded).int() * strides_expanded).float() + trides_expanded / 2 # M x N x...

documentation

运行结果:cuda_res 运行前后的结果是一样的,是怎么回事啊

hello: **convert model from onnx to engine:pfe can convert, but fpn can not convert.** [03/23/2023-15:04:59] [TRT] [W] TensorRT encountered issues when converting weights between types and that could affect accuracy....

Thank you very much. Is it more efficient to run ONNX on TDA and directly call openvx?

I have a model, how to visualize the results of the model?

![image](https://user-images.githubusercontent.com/28918337/220307567-85815f84-d524-44d3-b936-5595911f79e3.png)

in /mmdet3d/models/opt/adamw.py line 118-129: ` F.adamw(params_with_grad, grads, exp_avgs, exp_avg_sqs, max_exp_avg_sqs, state_steps, amsgrad=amsgrad, beta1, beta2, group['lr'], group['weight_decay'], group['eps']) ` rix bug to ` F.adamw(params_with_grad, grads, exp_avgs, exp_avg_sqs, max_exp_avg_sqs, state_steps, amsgrad=amsgrad, beta1=beta1,...

documentation