yolo-tensorrt icon indicating copy to clipboard operation
yolo-tensorrt copied to clipboard

yolov4-tiny

Open ybc-ybc opened this issue 4 years ago • 3 comments

yolov4 runs successfully but yolov4-tiny has no output. res.size is 0

Config config_v4;
config_v4.net_type = YOLOV4;
config_v4.file_model_cfg = "./model/yolov4-tiny.cfg";
config_v4.file_model_weights = "./model/yolov4-tiny.weights";
config_v4.inference_precison = FP32;

ybc-ybc avatar Jul 19 '20 09:07 ybc-ybc

@ybc-ybc the yolov4-tiny is not yet supported, but I am working on it and support soon.

enazoe avatar Jul 20 '20 00:07 enazoe

@enazoe 感谢作者!

beizhengren avatar Jul 21 '20 08:07 beizhengren

@enazoe great work, thanks!

ybc-ybc avatar Jul 22 '20 08:07 ybc-ybc