HuangJunJie2017 / BEVDet

Code base of the BEVDet series .
Apache License 2.0
1.45k stars 266 forks source link

Why assert int8 when convert to trt ? #322

Open JarveeLee opened 10 months ago

JarveeLee commented 10 months ago

https://github.com/HuangJunJie2017/BEVDet/blob/dev3.0/tools/convert_bevdet_to_TRT.py#L304

I feel hard to understand why do you do here .... This model does not support int8 export ? if args.int8: assert args.fp16