Open ybc-ybc opened 4 years ago
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 the yolov4-tiny is not yet supported, but I am working on it and support soon.
@enazoe 感谢作者!
@enazoe great work, thanks!
yolov4 runs successfully but yolov4-tiny has no output. res.size is 0