jacqueline-weng

Results 4 issues of jacqueline-weng

I used the export_onnx.py script to transform the mxnet retina model to onnx. The onnx inference results are pretty wired. The confidence score for face box never exceeds 0.5. I...

With lower version of Pytorch(1.6.0 for example), problem occurs when using exported ONNX model to inference with a dynamic input. `2022-07-19 17:04:28.618850992 [E:onnxruntime:, sequential_executor.cc:333 Execute] Non-zero status code returned while...

I did some modifications on the SCRFD model and its performance failed my expectation. I expanded 5 keypoints output to 68 and added a separate conv-bn module just like for...

The code shows it loads the visual encoder from a CLIP model (clip-vit-b16.pth). I did not find anything mentioned where it comes from. I tried to load clip-vitb16 from OpenAI...