-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I use this with real time camera video? #13
Comments
No need to modify the code. Once the homography matrix is calculated, it doesn't need to be recalculated. However, each time, it is necessary to use the already computed matrix to perform a homography transformation on the new video frame. |
Thank you for your kind response. I have one more question and would like to ask if you would be willing to provide a pre-trained model of your results. |
The current focus of all authors has changed, and we are unable to provide it temporarily. Once we have the time, we will provide a retrained model, but it has already lost its timeliness. You can refer to the content in this link #10 , which has achieved metrics close to those in the paper. |
@comflife Can you share the source code? Thanks,[email protected] |
How can I use this with real time camera video? It is necessary to change codes in virtual camera?
The text was updated successfully, but these errors were encountered: