xiaoyaoguai

Results 2 comments of xiaoyaoguai

> ![Camera TensorRT YOLO Demo_screenshot_09 02 2023](https://user-images.githubusercontent.com/58508173/217861679-6c5c9f94-960a-49c4-98df-3027d311265b.png) > > It's predicting the class id that I haven't trained, and it's predicting a lot of random bounding grays. I didn't know...

try this:rebuild the "yolo_layer.h" in plugin, line70: bool supportsFormatCombination(int pos, const PluginTensorDesc* inOut, int nbInputs, int nbOutputs) const NOEXCEPT override { return inOut[pos].format == PluginFormat::kLINEAR && inOut[pos].type == DataType::kFLOAT; }