shouxieai / tensorRT_Pro

C++ library based on tensorrt integration
MIT License
2.57k stars 546 forks source link

simple_yolo.cu有一个bug #184

Open zengwb-lx opened 1 year ago

zengwb-lx commented 1 year ago

1850行处:const int MAX_IMAGE_BBOX = 1024 1024设的太小了,会出现漏检的情况,应该开放出来或设大点

hopef commented 1 year ago

确实是的,这本身要根据情况进行合理设置

HaronCHou commented 11 months ago

1850行处:const int MAX_IMAGE_BBOX = 1024 1024设的太小了,会出现漏检的情况,应该开放出来或设大点

为啥呢