sugarfly
sugarfly
Hi, thanks for sharing the code. Why use iteration instead of epoch when training? Look forward to your reply. Regards
Hi, thanks for sharing the code. I found that on the dataset yfcc, the best model for the estimation of the fundamental matrix is in **sift-side-8k** directory. Does this mean...
Hi Wei, thanks for sharing the code. Would it be possible to provide the ETH3D evaluation code? I was wondering how the data flow of the model's forward propagation. Look...
Hey, thanks for your great work on this project! I found that the images in the scannet dataset are simply resized, but their intrinsics are not scaled (refer to SuperGlue),...
May I ask where the camera intrinsics are stored? I couldn’t find them. Thanks so much.
Hi Johan, When I train about 160k steps, I got the checkpoint for testing, and then obtained different testing results. For example, 1st testing result: 58.345 (auc5), 2nd testing result:...
Hi, thank you for your great work! I want to know how to convert a series of .parquet files to the expected well-prepared data structure of a directory. Is it...