Results 20 comments of prfans

@senlinuc 谢谢分享。

请问,有没有训练好的英文模型?谢谢。 @senlinuc

opencv只支持部分比较通用的层吧。这里面的一些层是opencv不支持的。

densenet,ONLY_CPU速度非常慢,一幅图像大概几分钟,且结果为空.

You can try this. state_dict = torch.load(weights_path) state_dict.pop('classifier.header.pointwise_conv.conv.weight') state_dict.pop('classifier.header.pointwise_conv.conv.bias') model.load_state_dict(state_dict, strict=False)

[Uploading log_feedback_to_the_rknn_toolkit_dev_team.log…]()