mdfirman

Results 2 issues of mdfirman

SafeDataset._reset_index is defined as follows: ``` def _reset_index(self): """Resets the safe and unsafe samples indices.""" self._safe_indices = self._unsafe_indices = [] ``` I believe this has a bug, as after calling...

Hello and thank you for releasing this great dataset! Your [website](https://dl3dv-10k.github.io/DL3DV-10K/) states that "Each video has calibrated camera poses, NeRF estimated depth, point clouds and 3D meshes." ![image](https://github.com/user-attachments/assets/3d657536-f136-4506-9636-466843e8575a) I had...