Docker
Ubuntu 14.04 - Running on AWS EC2 r3.4xlarge (16xCPU, 120GB-RAM, 320GB-SSD)
Recently, the generated orthophotos have a gradient of colors going from very white on one side of the mosaic to very dark on another side. This has been observed in many cases, shown below:



Processing these datasets using the following parameters:
{
"use-hybrid-bundle-adjustment": true,
"min-num-features": 12000,
"mesh-octree-depth": 6,
"orthophoto-resolution": 20
}
Using --texturing-skip-global-seam-leveling, the problem doesn't happen, however, the result is not as normally expected:

An orthomosaic with good color balance.
I'm working on providing a dataset. The parameters used were:
{
"use-hybrid-bundle-adjustment": true,
"min-num-features": 12000,
"mesh-octree-depth": 6,
"orthophoto-resolution": 20
}
I've also made tests without using --mesh-octree-depth.
EDIT: Switch links to images.
If you can point me to a possible parameter mistake or lines of code to look at I'd be happy to help. :smile:
Do you get better results if you turn on --texturing-tone-mapping gamma?
Also, screenshots are great, would it be possible to have access to the original images as well?
@giovannicimolin -- FYI, you don't have to make the images open to share them. If you want to share them with @pierotofy, he can probably agree to not share them further.
Thanks for pointing me here @pierotofy
First image is --texturing-tone-mapping none

Second image is --texturing-tone-mapping gamma

However, the problem, in my opinion, becomes more pronounced when you turn gamma on.
Here is one of the mosaics with --texturing-tone-mapping gamma:

I'm uploading a dataset and I'll send it privately to @pierotofy so he can reproduce the issue.
Possible fix should be available as soon as https://github.com/OpenDroneMap/mvs-texturing/pull/3 is merged.
@giovannicimolin could you try to update and see if this is fixed?
I had the same issue. seen on the first pic
the update fixed the issue.
-Thanks @pierotofy!
Thanks for testing @foxsake !
@pierotofy your fix worked for me! Thanks!
@pierotofy The solves all the problems! Thank you!
Most helpful comment
@pierotofy The solves all the problems! Thank you!