Open niltonlk opened 2 months ago
It seems that the error happened inside a worker process, and had something to do with shapely
... Is it possible to temporarily set matching>matcher_config>num_workers
in alignment_configs.yaml
to 1
to see exactly which line went wrong?
Thanks for the quick response!
Surprisingly, processing with num_workers = 1 resulted in no errors. I saw this problem in other two pairs, but all passed with num_workers = 1. I am still processing more data, and I will keep with num_workers = 1. I will report back if I find any other issues.
Thanks
hmm... I think I have a vague idea what's going on. Would num_workers = 1 make things too slow for you? If my hunch is right, you may have a chance to make it work with the worker number larger than 1 but different from your previous setting.
And if it's possible, I wonder if you could share a minimal reproducible example for me to reproduce this error? I'd like fix this bug but it hasn't happened with my own data. Thanks!
Good to know that. I will see if I can reproduce it with a smaller dataset, and will get back to you. Thanks
I get this exception on some pairs when running
python scripts/align_main.py --mode matching
any ideas?