accelerated_features
accelerated_features copied to clipboard
How is the warping performed to generate the synthetic training set?
Hello!
Thanks for your great work as well as the inference code. Two questions please:
- What transformation(s) did you use to generate synthetic warping on MS-COCO images?
- Will you release the warping function with the training code release as well?
Many thanks!
Hi @kilickaya, thank you!
- We used a custom homography generation scheme, warping the images according to randomly generated parameters.
- Yes, we will release the full training code! Please subscribe to #12; we will update the status once the code is released. Stay tuned!
Hi @kilickaya, code is now available including training with the homogaraphy generation!