Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make nuScenes dataparser compatible with ParallelDataManager
The ParallelDataManager (see #2092) makes pytorch crash if the cameras instance's fx, fy, cx or cy tensors are loaded from a common shared tensor. This PR fixes the issue by cloning the respective tensors before passing them to the Cameras(...) constructor.
- Loading branch information