Open niujiabenbeng opened 12 months ago
Hi @niujiabenbeng
Apologies for big delay in response. Please consider checking out https://github.com/RomanArzumanyan/VALI repository. It's a VPF spin-off which is actively developed and maintained. It has compatible API and package naming.
Just clone your issue there. Thanks!
Race conditions occur when using PySurfaceConverter in multiple processes. #506 suggests cloning the output surface, which reduces the problem a lot but does not solve it.
As the following code shows, we convert the same surface twice, but the results are not equal when using multiple processing.