Alex-fishred

Results 13 comments of Alex-fishred

#47 https://github.com/fundamentalvision/BEVFormer/issues/47#issuecomment-1815888608

![image](https://github.com/fundamentalvision/BEVFormer/assets/76515591/adbc8c99-8a30-4110-a176-5a4f68d11dab) Solved my problem by using MMDataParallel and single_gpu_test I use A6000 single GPU

Update I tried to copy the downloaded include file under Tensorrt8.x.x.x to TensorRT’s common Solved the above problem But then a lot of warnings and error appeared warning: ‘virtual void...

I successfully solved the problem by copying the cudnn file to cuda in usr/local. You can refer to the cudnn installation method. I think I missed the step of copying...

you mean gradient norm Equivalent to showing where the model is currently focused? For example, I have targets that are 5 meters and 10 meters away from the camera Will...

> nan_to_num Hello, which side did you modify to solve the problem? I try to modify the encoder of det2trt, and the trt can be converted successfully, but the indicator...

Thank you for your reply, thank you very much. I have tried np's nan_to_num, and it can indeed be successfully inferred but the accuracy chance is 0. Do you have...

I encountered the same problem, how did you solve it? My environment is exactly the same as the author's

Update I found that I can't load tensorrt plugins 2024-03-03 01:07:56,502 - mmdeploy - WARNING - Could not load the library of tensorrt plugins. Because the file does not exist:...