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

[Vision] Locate AR Markers #5

Closed
pkage opened this issue Jan 28, 2020 · 5 comments
Closed

[Vision] Locate AR Markers #5

pkage opened this issue Jan 28, 2020 · 5 comments
Assignees
Milestone

Comments

@pkage
Copy link
Collaborator

pkage commented Jan 28, 2020

No description provided.

@pkage pkage added this to the Demo 1 milestone Jan 28, 2020
@GavinPHR
Copy link
Collaborator

can recognize AR markers successfully when image/video quality is good

have some difficulty when quality is poor and when objects are moving

@GavinPHR
Copy link
Collaborator

Have tested the system in the SDP arena. The AR markers (of varies size) were printed on an A4 paper and the paper was placed about 10 cm above the ground. As long as the AR marker is bigger than 6cm-by-6cm, the system can return the coordinates quite consistently. Currently trying to clean up code and design the API.

@GavinPHR
Copy link
Collaborator

Currently, a new video feed is started every time a set of coordinates are requested. It is quite slow (2 seconds) to start a new video feed every time and we obviously don't want that. I am thinking about having a video capture always running in the background and do recognition when requested. Not quite sure how to implement it elegantly as of now.

@GavinPHR
Copy link
Collaborator

GavinPHR commented Feb 1, 2020

now added exception handling and a small usage guide.
merge for code review

@GavinPHR GavinPHR mentioned this issue Feb 1, 2020
@stormwindy
Copy link
Owner

Closed by #9

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

4 participants