Skip to content
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 to Change the resolution of the output picture? #2

Open
DDuranin opened this issue May 11, 2022 · 4 comments
Open

How to Change the resolution of the output picture? #2

DDuranin opened this issue May 11, 2022 · 4 comments

Comments

@DDuranin
Copy link

Thank you very much for your code.
Could you tell me how to change the resolution of the output picture? Thanks

@Giveupfree
Copy link
Owner

Hello, the size of the search area of the current frame in single target tracking is usually fixed. If you change the size of the search area, you generally need to retrain the model.

@Giveupfree
Copy link
Owner

During the inference phase, the INSTANCE SIZE option under TRACK in the "experiments/siamcar r50/config.yaml" file is used to resize the search area. The C.TRACK.SCORE SIZE option in the "pysot/core/config.py" file corresponds to the final output size of the inference phase model. If the size of the search area is modified during the inference phase, these two parameters must generally be updated.

@DDuranin
Copy link
Author

Thanks a lot, I have already retraining that. By the way, cou you tell me how to change the size of the "Heat map"? Thanks

@Giveupfree
Copy link
Owner

By modifying the size of the search area and the output score map in the inference phase, the size of the Heatmap can be modified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants