Matija Teršek

Results 4 issues of Matija Teršek

Hey @cfzd , I have a question regarding the predictions. I noticed that you are computing expected value to predict column locations, to solve for cases where predictions is high...

Hey, I noticed when converting YoloV4-tiny that in code at lines [101-102](https://github.com/TNTWEN/OpenVINO-YOLOV4/blob/4974156fd8962a5610ec6d34327788b2f2ec2b42/yolo_v4_tiny.py#L101-L102), anchors with indices 1,2,3 are passed to the detection layer instead of anchors 0,1,2. I understand that in...

Add text detection with differentiable binarization. Models taken from: https://github.com/opencv/opencv_zoo

MediaPipe selfie segmentation draft pull request. It uses a landscape model that's faster. WIP, need to add joint bilateral filter for better segmentation and NN warnings.