Replies: 1 comment
-
I'm experiencing a similar problem, please tell me how to solve it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I've built a dataset of images that are generated using open3d tools.
Some open3d objects are in the dataset constructor, objects such as: TriangleMesh, PinholeCamera etc...
When iterating over the DataLoader based on the above dataset, I get TypeErrors:
Full Error Prefix:
Traceback (most recent call last):
File "C:\Users\admin\AppData\Local\Programs\Python\Python37\lib\multiprocessing\popen_spawn_win32.py", line 89, in init
reduction.dump(process_obj, to_child)
File "C:\Users\admin\AppData\Local\Programs\Python\Python37\lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
What is the best way to overcome that?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions