precision-sustainable-ag / SemiF-AnnotationPipeline

1 stars 0 forks source link

TX_2023-09-23 autosfm error #122

Open navjot-nangia opened 6 months ago

navjot-nangia commented 6 months ago

Error in autosfm aligning photos

Merging tie points... [2024-02-26 10:10:19,057][autosfm_pipeline][ERROR] - Failed to align photos. Exiting Traceback (most recent call last): File "/home/psa_images/SemiF-AnnotationPipeline/autoSfM/autosfm_pipeline.py", line 109, in main pipeline.align_photos(correct=True) File "/home/psa_images/SemiF-AnnotationPipeline/autoSfM/auto_sfm/metashape_utils.py", line 295, in align_photos self.doc.mergeChunks( RuntimeError: Empty pairs list

Looks like an error with:

                # Merge the chunks
                log.info("Merging Chunks.")
                self.doc.mergeChunks(
                    merge_markers=True,
                    merge_tiepoints=True,
                    chunks=[0, 1],
                    progress=progress_callback,
                )
mkutu commented 6 months ago

@navjot-nangia can you attach the log?