Cannot process database

Hallo,

Bin neu hier.
Habe versucht mein erstes Projekt zu erstellen.
Es kommt folgender Fehler.
Was kann ich tun?

[INFO] running gdalwarp -cutline /var/www/data/90c89652-6b63-4c65-bc56-b188049e6550/odm_georeferencing/odm_georeferenced_model.bounds.gpkg -crop_to_cutline -co TILED=YES -co COMPRESS=DEFLATE -co PREDICTOR=2 -co BIGTIFF=IF_SAFER -co BLOCKXSIZE=512 -co BLOCKYSIZE=512 -co NUM_THREADS=64 /var/www/data/90c89652-6b63-4c65-bc56-b188049e6550/opensfm/stats/overlap.original.tif /var/www/data/90c89652-6b63-4c65-bc56-b188049e6550/opensfm/stats/overlap.tif --config GDAL_CACHEMAX 5.299999999999997%

Creating output file that is 107P x 90L.

Processing /var/www/data/90c89652-6b63-4c65-bc56-b188049e6550/opensfm/stats/overlap.original.tif [1/1] : 0Using internal nodata values (e.g. 255) for image /var/www/data/90c89652-6b63-4c65-bc56-b188049e6550/opensfm/stats/overlap.original.tif.

Copying nodata values from source /var/www/data/90c89652-6b63-4c65-bc56-b188049e6550/opensfm/stats/overlap.original.tif to destination /var/www/data/90c89652-6b63-4c65-bc56-b188049e6550/opensfm/stats/overlap.tif.

…10…20…30…40…50…60…70…80…90…100 - done.

[INFO] running gdaldem color-relief “/var/www/data/90c89652-6b63-4c65-bc56-b188049e6550/opensfm/stats/overlap.tif” “/code/opendm/report/overlap_color_map.txt” “/var/www/data/90c89652-6b63-4c65-bc56-b188049e6550/opensfm/stats/overlap.png” -of PNG -alpha

0…10…20…30…40…50…60…70…80…90…100 - done.

[INFO] running gdal_translate -of png “/var/www/data/90c89652-6b63-4c65-bc56-b188049e6550/odm_orthophoto/odm_orthophoto.tif” “/var/www/data/90c89652-6b63-4c65-bc56-b188049e6550/opensfm/stats/ortho.png” -outsize 1400 0 --config GDAL_CACHEMAX 5%

Input file size is 675, 564

0…10…20…30…40…50…60…70…80…90…100 - done.

[INFO] Exporting report to /var/www/data/90c89652-6b63-4c65-bc56-b188049e6550/odm_report/report.pdf

2022-03-01 08:18:19,804 DEBUG: Page break on page 3 at y=269 for element of height 10 > 277

100 - done.

Traceback (most recent call last):

File “/code/run.py”, line 59, in retcode = app.execute() File “/code/stages/odm_app.py”, line 130, in execute raise e File “/code/stages/odm_app.py”, line 94, in execute

self.first_stage.run()

File “/code/opendm/types.py”, line 346, in run

self.next_stage.run(outputs)

File “/code/opendm/types.py”, line 346, in run

self.next_stage.run(outputs)

File “/code/opendm/types.py”, line 346, in run

self.next_stage.run(outputs)

[Previous line repeated 7 more times]

File “/code/opendm/types.py”, line 327, in run self.process(self.args, outputs) File “/code/stages/odm_report.py”, line 198, in process octx.export_report(os.path.join(tree.odm_report, “report.pdf”), odm_stats, self.rerun()) File “/code/opendm/osfm.py”, line 456, in export_report

pdf_report.generate_report()

File “/code/SuperBuild/install/bin/opensfm/opensfm/report.py”, line 637, in generate_report

self.make_gcp_error_details()

File “/code/SuperBuild/install/bin/opensfm/opensfm/report.py”, line 301, in make_gcp_error_details self._make_table(column_names, rows) File “/code/SuperBuild/install/bin/opensfm/opensfm/report.py”, line 54, in _make_table columns_sizes = [int(self.total_size / len(rows[0]))] * len(rows[0])

IndexError: list index out of range

1 Like

Hey, hast du GCPs genutzt? Wie hast du dein Model erstellt?

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.