JunkyByte / deepcharuco

Unofficial pytorch implementation of the model proposed in Deep ChArUco: Dark ChArUco Marker Pose Estimation CVPR2019 https://arxiv.org/abs/1812.03247 for ChArUco board localization.
MIT License
33 stars 7 forks source link

Dataset #3

Closed kourner closed 7 months ago

kourner commented 9 months ago

"Thank you so much for your open-source contributions, this is great work! I am very interested in your code. Would it be possible for you to share the training data for the marker? I would greatly appreciate your help!"

JunkyByte commented 9 months ago

Hello, thank you! The data to train the networks is generated on the fly and not saved. Check https://github.com/JunkyByte/deepcharuco#setup-for-training-and-inference-on-val-data

The only real data are the coco images which are used as backgrounds :)