-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artifacts for the dinoSparseRing example #28
Comments
I'm pretty late to the party here (about three years later) but I'm currently seeing the exact same results on the straight dino dataset. That is, from running /scripts/dino.sh It's kind of a weird result. It almost looks like a view frustum or something. It's not really random, and it's all black instead of the dino gray color. Not sure what's going on, but I've only managed to get this even running about 30 minutes ago. Hoping to try on my own images and see what happens. (edit) Actually I just looked at the image set and it's all dino just surrounded by flat black space. That has to be what these points are. Obviously it can't figure out a depth on all-black pixels when every image has them. If you rotate the view just right it looks exactly like the black border around every image, rectangular and everything. If the author is still watching this repo he should confirm, but I'm 99% sure that's what it is. Any data with real photos of buildings or whatever should not have this problem. The black points also go away in the final 3D model. At least they did for me with the dino dataset. |
I had big problems trying it on my own images too. It wasn't totally just the black points though - the results were really far off. It looked like the points were all randomly dispersed inside a view frustum. I haven't had a chance to figure out what happened yet. |
Ah yeah that looks very close to what I was getting too, so we seem to be having similar problems. I hope to have some time next week to check this out again. I'll post if I figure anything out. |
I have been able run Gipuma using the cmd line to change starting camera and get a result for each image without the artifacts but I don't know how to fuse them together. Unable to change the bash files to get this to work correctly. I am stuck. There isn't enough information here to get it working properly with the experience I have |
Hello,
I am running the included dinoSparseRing example:
./scripts/dinoSparseRing.sh
and I get the following artifact far from the object:
I observed this behavior even prior to the recently committed changes to the parameters in the example shell scripts; I just hadn't reported it yet.
The text was updated successfully, but these errors were encountered: