Piero Toffanin

Results 178 issues of Piero Toffanin

OpenSfM already has support for rig instances, we would just need to find a way to plug it in. Related: https://github.com/OpenDroneMap/WebODM/issues/1500

enhancement

Diagonal corridor patterns take a huge amount of memory to render with odm_orthophoto (https://github.com/OpenDroneMap/odm_orthophoto) and this could be improved. Possible ways: * Tiling like we do for DEMs * Rotate...

enhancement

But it really shouldn't. Unfortunately this was fixed only in Django >= 3. In the future, `translate.py` should be edited to use `ignore_patterns`: ```python for l in locales: print("Building %s...

enhancement

It might be useful for people to add panoramas and videos to complement a task after it has been processed (allow post-processing upload of additional assets).

enhancement

Currently images are uploaded in one chunk (one request per image). But as some images can be really large, and many connections can be unstable, we could improve this by...

enhancement

Even after the improvements of #1579, the software still struggles to export colored DEMs with hillshading in a reasonable time and under reasonable memory bounds.

enhancement

*Should* fix https://github.com/OpenDroneMap/WebODM/issues/1152 @Saijin-Naib if you have time, could you try to reproduce the issue you reported on 1152 (using the NodeODM UI), then apply the changes in this PR...

improvement

Adds a test for making sure that opening a non-existent file throws a `LibRawIOError` exception (and not `LibRawTooBigError`) as reported in #210. It does not fix the underlying cause.

`odm --verbose --debug images --cameras .\cameras.json` Returns: `Invalid argument cameras. See ./odm args for a list of valid arguments.`

bug