Adolfhill

Results 7 comments of Adolfhill

@ArneSchulzTUBS hello, thanks for your help. I use this code to display 3D-Model of aachen: ` model = pycolmap.Reconstruction("outputs/aachen/sfm_sift") print(model.summary()) fig = viz_3d.init_figure() viz_3d.plot_reconstruction(fig, model, color='rgb(0, 0, 255)', name="mapping", points_rgb=True)...

@ArneSchulzTUBS thanks for your help.

So I should walk around there a few more times, right? According to your experience, how many circles will produce better results in this environment? thank you for your help!

Thanks for your help! I will try again based on your suggestion. Do you have any example videos of outdoor scenes that I can refer to?

Hi guys, have you solved the issue of the missing implementation of `eval_on_data`?

Hello @Phil26AT, thank you for your assistance. What I have done is create a class for extracting keypoints, which inherits from gluefactory.models.base_model.BaseModel (and, of course, created a new configuration file)....