Haoyu Wang
Haoyu Wang
“跳板的实现”一节中“到这里,我们就全程在内核地址空间中完成了保存 Trap 上下文的工作。”,“内核地址空间”是否应该改为“应用地址空间”?
好的,我拜读一下,感谢您!
@yangli-lab I modified Line [559-560 ](https://github.com/Zielon/INSTA-pytorch/blob/master/insta/renderer.py#L559) of`renderer.py` to ```python triangles = loader._data.meshes[index].unsqueeze(0).to(self.density_bitfield.device) exp = loader._data.exp[index].unsqueeze(0).to(self.density_bitfield.device) ``` as well as Line [588-589](https://github.com/Zielon/INSTA-pytorch/blob/master/insta/renderer.py#L588), the bug seems solved.