deeptag-pytorch icon indicating copy to clipboard operation
deeptag-pytorch copied to clipboard

implementation of paper [DeepTag: A General Framework for Fiducial Marker Design and Detection]

Results 5 deeptag-pytorch issues
Sort by recently updated
recently updated
newest added

Hello, I would like to reproduce your training steps to learn your models, but I could not find a file to do it. Could you tell me how to reproduce...

In the requirements.txt file, I have observed that you have mentioned opencv, pytorch, which should be mentioned as opencv-python and torch.

About the dataset at [https://herohuyongtao.github.io/research/publications/deep-tag/](https://herohuyongtao.github.io/research/publications/deep-tag/). Are ground-truth marker corner positions available (or at least bounding boxes)? Thanks in advance.

Hi, I'd like to ask which apriltag library was used for the comparisons in the paper?

First of all, thank you for such a great work! I am trying to experiment detecting a cross shaped marker and I am trying to modify the codebook to detect...