lood339 / SCCvSD

Sports Camera Calibration via Synthesic Data
BSD 2-Clause "Simplified" License
71 stars 19 forks source link

Extracting homography from the extracted features from edge images #9

Closed AhmedKhaled945 closed 4 years ago

AhmedKhaled945 commented 4 years ago

Hello, i am working on stitching the pipeline, so i can have a broadcast frame input (of soccer of course), and homography matrix as output,

So i go by edge and pitch detection, works good, and then feature creation using deep learning, at this point, when i see the extracted features and the ground truth features (in test_features) i find it highly different, Also if i continue, the extracted homography is somehow like 0.49 IOU with the gt_homography,

The only difference is the features, which should be extracted from the deep learning model trained in your repo,

So is there any parameters, any kind of tuning needed to be done to avoid this?

Thanks.

AhmedKhaled945 commented 4 years ago

I found that the problem is in the siamese network training, i used only 10k samples, should use the 90k samples