ncnn_yolox library
Classes
Constants
- yoloxConfThreshDefault → const double
- Threshold of bounding box prob. Default value reference: https://github.com/Megvii-BaseDetection/YOLOX/blob/d9422393113ffcd381a533e91720bee96652477d/demo/ncnn/cpp/yolox.cpp#L31
- yoloxNmsThreshDefault → const double
- NMS threshold. Default value reference: https://github.com/Megvii-BaseDetection/YOLOX/blob/d9422393113ffcd381a533e91720bee96652477d/demo/ncnn/cpp/yolox.cpp#L30
- yoloxTargetSizeDefault → const int
- Target image size after resize, might use 416 for small model. Default value reference: https://github.com/Megvii-BaseDetection/YOLOX/blob/d9422393113ffcd381a533e91720bee96652477d/demo/ncnn/cpp/yolox.cpp#L32