Closed mdv3101 closed 1 year ago
Hi @mdv3101 , did you get a chance to check this closed issue https://github.com/google/mediapipe/issues/1720
Hi @sureshdagooglecom Yes, I checked that issue. Apparently, the error is not solved in that as well.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.
Closing as stale. Please reopen if you'd like to work on this further.
Hi @sureshdagooglecom Can provide any solution to this issue?
Hi @ivan-grishchenko , Can you look into this issue?
Hi @mdv3101,
Would you please let us know this is still an issue or has been resolved in the latest version 0.8.11
? If issue persists could you share the complete steps to reproduce the same from our end.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.
Closing as stale. Please reopen if you'd like to work on this further.
Hello, have you solved this problem? I use mediapipe in pytorch's Dataset, when the num_workers of Dataloader > 0, the program will get stuck.
I encountered the same issue.
same issue here
System information
Describe the current behavior: I am using mediapipe to get face landmarks in a dataloader using PyTorch. The code works fine without multiprocessing. But when I increase the number of workers to 1(or more), the code crashes and shows segmentation fault. I have installed mediapipe using pip.