libfacedetection.train icon indicating copy to clipboard operation
libfacedetection.train copied to clipboard

The training program for libfacedetection for face detection and 5-landmark detection.

Results 24 libfacedetection.train issues
Sort by recently updated
recently updated
newest added

[yunet_n_640_640.onnx](https://github.com/ShiqiYu/libfacedetection.train/blob/master/onnx/yunet_n_640_640.onnx) I test it with the following codes: ------------------------------------------------------- import onnx # Test whether the onnx is OK? model = onnx.load('./models/yunet_n_640_640.onnx') onnx.checker.check_model(model) ------------------------------------------------------ The output is: raise google.protobuf.message.DecodeError( google.protobuf.message.DecodeError: Protobuf...

我的报错如下 ![image](https://github.com/ShiqiYu/libfacedetection.train/assets/129358547/7240555f-4c2f-46e4-85d1-ca08d0c8aba5)

不好意思,我是第一次接触这种科研领域,请问【训练】这一步怎么执行的啊?这个语句不知道怎么用。看了那个MMDetection没看懂!

于老师好,请问一下要训练无关键点的人脸检测模型,需要如何改动代码? Sent from PPHub