MagicSource
MagicSource
@yan12125 @daquexian got into same issue in 202222.. Why it still an issue, uninstall system protobuf seems broken everything I rely on, any better suggestion here? optimizer become standalone but...
@yan12125 I believe this error will happen then: https://github.com/onnx/optimizer/issues/38#issuecomment-818363607
I think is not a protobuf lib issue. It's a prootbuf schema conflict issue
@xuezhongcailian Did u found out why?
 This is my yolov3 mobilenet detect both face and hands. It's does not dramaticaly slow down the speed when target becomes a lot.
@yjyoo3312 Beside the size of image, does faces num effect inference speed? I mostly test on dense face image.
Oh, I see....
@makefile BTW, how to design anchor in terms of coco dataset? For those voc it's like this: ``` "feat_stride": "16", "anchors": "-84, -40, 99, 55, -176, -88, 191, 103, -360,...
@makefile Should I change anything in terms of different dataset? I can not found any where to set if I am not using voc.
I mean, should those anchors also changed? But I can not see any params to set in `generate_anchors.py`.