CCTag
CCTag copied to clipboard
[question] detect CCTag markers from a mobile app
I would like to detect CCTag markers from a mobile app developed in Flutter. I have identified 2 potential ways to achieve my needs :
A. integrate your library as c++ library in flutter. I would like to know if you have already make tests to integrate the library in a mobile app. Otherwise do you have some advices to do it ?
B. train a model with tensorflow to detect CCTag markers and integrate it in the app with tflite. Do you plan to train this kind of model on your side ?