Differences in Point Cloud and Other Results

Can you share the raw images somewhere (google drive, DroneDB, or elsewhere)? I can take a look and try it in different ODM versions. That’s a substantial difference that I wouldn’t expect to see.

2 Likes

Try increasing pc-filter!

2 Likes

https://drive.google.com/drive/folders/1nPAto9tNlsNzmiawKBAy6zLyXmByNrQn?usp=sharing

1 Like

I disabled filtering by setting pc-filter to 0. From my understanding of the parameter, I should get an unfiltered point cloud. So, would increasing this parameter help in this case?

1 Like

I have few observations regarding to comaprison between our WebODM and dronedeploy:

  1. Whereever there are holes in the point cloud, dronedeploy manages it better. Also, orthomosaic at that place does not get distorted.

  2. We get crooked lines but they somehow manage it to show straight.

  3. Dronedeploy smoothens the orthomosaic.

  4. I feel our results seem better when we overfly or overlapping percentage is more.

  5. Last but not the least, it generally happens in the case of processing an urban area or area containing buildings.

Am I correct about these points? And if yes, is there any way to solve this? I have tried the max settings possible but I have never fully achieved what dronedeploy produces.

3 Likes

Sorry, I never use dronedeploy.

Another users also facing holes in 3D mesh but there are no hole with dronedeploy and same exact dataset. HERE is the thread.

Another similar problem and some impovement, HERE

3 Likes

I am talking about the same thing. But they could not conclude what needs to be done to sort it out.

2 Likes

For now, maybe that is the best result that ODM can archieve (BTW, you have amazing computer that can maxed out ODM settings).

And yes, please support ODM, so it will better and better.

2 Likes

texturing-data-term: area helped here.
So should I try with this parameter? Also, can we generalize that whenever we process dataset containing buildings, rooftops, etc., we should go for texturing-data-term: area

2 Likes

Normally I’d recommend it when you’re trying to suppress ghosting in images from things like moving cars on a roadway. It works by trying to choose the pixels that change the least over the largest area of coverage.

I think the default of GMI should suit most datasets best, and I’d be hesitant to recommend area as a first-option.

2 Likes

Have you tried processing with the latest (2.8.0) version? I’ve recently pushed some improvements in this area. https://github.com/OpenDroneMap/ODM/pull/1418

3 Likes

Bit disappointed to hear that. I always felt that with some tweaks in the parameter, we would surpass other Paid software’s results.

is there a way I can contribute apart from monetary help?
I am already a BIG fan of FOSS. WebODM has really helped me in my career and I always wanted to contribute. I have decent knowledge of C++, python and web-development. Maybe, I need some more knowledge in photogrammetry domain

3 Likes

https://opendronemap.org/get-involved/

4 Likes

I have updated it now and running it with the following parameters:

dem-resolution: 1.0, dsm: true, dtm: true, feature-quality: ultra, matcher-neighbors: 24, mesh-octree-depth: 12, mesh-size: 5000000, min-num-features: 64000, orthophoto-resolution: 1.0, pc-geometric: true, pc-quality: ultra, resize-to: -1

2 Likes

In addition to what we list on the page that Piero linked, providing datasets and examples is super helpful, so this thread is beneficial and a help to the project.

Building Edges

Let’s break this down a bit, you have a few tightly bundled questions that require some thought. First: orthophotos and crisp edges to buildings. This is a problem space that Piero has been working on. As Piero indicates above, run an update to get the changes he recently pushed. This is probably the trickiest thing yet to fix in the ODM pipeline, and I suspect that isn’t the final patch (though Piero would be able to say more).

Point Cloud Density

Then there is point cloud density. Thanks to recent changes requested by the community, it is now possible to turn off the aggressive filtering we do in the point cloud. There are use cases for doing so, although I am not sure if your dataset is one of them.

Rolling Shutter

Finally, we have the elephant in the room, as it were. Rolling shutter. GoPros take rolling shutter problems and amplify them, and we don’t have a correction for it unlike DD. GoPros basically took the problem of rolling shutter that most of the camera industry was carefully trying to engineer away, and built cameras with bad rolling shutter so they could max out other specifications (like megapixel, form factor, etc.) while keeping manufacturing costs down.

And so, since DD has good rolling shutter correction, DD get’s a well behaved camera model:

By contrast, we get something very noisy and stretched along the scan path of the rolling shutter with OpenDroneMap:

image

This makes getting good feature matches over complicated structures like tall vegetation well neigh impossible. Add to that fact that this is at the edge of the data collection zone, reducing the number of overlaps in this area, we have a recipe for a poorly reconstructed scene.

We are having some active discussions about how to get rolling shutter correction into OpenDroneMap. Consider sharing widely if/when we have a campaign to fund that work. Thanks again for sharing this dataset. Do you mind if we use it as one of the test datasets as we make improvements?

3 Likes

I have tested your dataset. I got point cloud as you get (sparce point cloud in forest area). Now, I already know that you just use 3 GCPs.

My suggestion is increasing the GCP, especially around forest area.

From this report, I have hyphothesis, the area that near with GCPs has more overlap than the area which far from GCP.

https://docs.opendronemap.org/gcp/
It is said there are minimum 5 GCPs, and 8-10 GCPs for larger project

1 Like

Just to add to this, I was able to get somewhat better results with some tweaks:

Camera model is still poor, as rolling shutter is still the fundamental challenge:
image

Options: auto-boundary: true, dsm: true, feature-quality: ultra, matcher-neighbors: 40, mesh-octree-depth: 12, mesh-size: 300000, min-num-features: 64000, orthophoto-resolution: 1, pc-filter: 0, pc-quality: ultra, resize-to: -1

IMO, the only way to improve this further at this time would be to fix rolling shutter.

3 Likes

Thanks for the whole lot of information. Really appreciate it.

Yes you can surely use this dataset.

4 Likes

I ran the dataset with the following parameters:

I got the following results:

Orthomosaic

Point cloud

I noticed that the number of downloadables have reduced.

Before:
4

After update:
3

Kind of same settings, just this time I used split parameter too.

2 Likes

Would definetely make sure next time.

1 Like