-
`blueberry@poodle:~/FastDeploy/examples/vision/ocr/PP-OCR/rockchip/cpp/build$ ./infer_demo ch_PP-OCRv3_det_infer_rk3588_unquantized.rknn ch_ppocr_mobile_v20_cls_infer_rk3588_unquantized.rknn ch_PP-OC…
-
Transparency score calculation based upon the following analysis:
1. Dark patterns detected by BERT fine-Tuned Model
2. No of popups that are being detected and their frequency of appearance.
3. Ja…
-
What is the range of text_score parameter from output of readtext()
For some inference, I am seeing the confidence score of text above 1.00 or (100%)
-
### Before Reporting
- [X] I have pulled the latest code of main branch to run again and the bug still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。
- [X] I have read the [README](https://github.com/…
-
how to get calibrators for rotated object detector ,can you provide more details
-
本周任务如下:
- 阅读课件 [教材第七章](https://github.com/X-lab2017/dase-2023-autumn/blob/main/resource/%E6%95%B0%E6%8D%AE%E7%A7%91%E5%AD%A6%E4%B8%8E%E5%B7%A5%E7%A8%8B%E5%AF%BC%E8%AE%BA%20-%2006~07.pdf)
- 第七章践习题…
-
### Describe the issue
I am trying to encapsulate the torchvision.ops.nms function in an onnx model, there is no problem in the model conversion and inference but the output of the derived onnx mod…
-
Hi, Thanks for sharing the code. When I look into the tracking module, I notice that the default score threshold for first stage tracking is 0.1 while the detection output score threshold is 0.03. So …
-
Hi @AlexeyAB,
I'm curious about the usefulness of Yolo's objectness score and I hope you can shed some light on this. Yolo gives two groups of scores for each bounding box:
**1.the objectness scor…
-
Hi , thanks for your share. I have some questions about your implementation. When you calculate loss, you just use outputs of model.model f_score, f_geometry as y_pred_cls and y_pred_geo of loss fun…