Closed jackshanson closed 2 years ago
Of course as soon as I post this issue, I change something and I get a reasonable output...
I changed sequential_matcher
to exhaustive matcher
(a remnant from when I tried to process video frames - this never seemed to work) and got the resulting gif:
Strangely, all of my training outputs seem to be the same. Is there any reason why the above would have changed the eval function's output despite me getting a similar PSNR for both training and val data in both runs?
Hmm, if the only thing that is different for both runs is the matcher
, I think that it's a problem from COLMAP's pose estimation. Also you can see that the training PSNR (>26) is far better than val PSNR (<20). Can you visualize the poses using COLMAP's GUI? I'm afraid the sequential matcher
one would be wrong.
this is the sequential search:
and this is the exhaustive search:
I think, at least... I haven't really used the GUI for colmap so I think I did it right (feature extraction, feature matching (two different ways), and then reconstruction.
祝贺!这个看起来效果很好,我也在复现这个,可以请教下吗
@huying163 feel free to open another issue.
Hi there, First of all, thank you for making this repo. I've found it very easy to at least run and tinker with, but unfortunately I am having a great deal of trouble generating useful outputs from this code and I've been scratching my head trying to understand where I have gone wrong. I have tried for multiple objects (pineapples, cars, gum containers, forward-facing and 360 deg. views, frames extracted from video and individual stills, and anywhere from 30-150 frames!) with almost no luck. I have followed the tips in #8 and #50 (my shaky hand isn't taking exactly-level photos...) to no avail.
The parameters for a recent experiment are listed below, where I took 360 degree still image views of a bouquet of flowers:
Branch: dev Data: https://drive.google.com/drive/folders/1l6fh7XAvNw1XFNV5Qjv0EfgTw6NSfh-o?usp=sharing Code:
note that I tried it also with 30 epochs as per the default instructions, this was just another test run.
Logs:
Outputs (every 2nd frame):
I hope that I have missed something simple, but I don't know where to take it from here. To be honest, I think that my photos are far from optimal and might be the cause of my issues, but I will await your input.
Thanks!