Bruce
Bruce
I wonder if the author can optimize the case where the folder contains Thumbs.db in next version. Because this situation is very disturbing. Just modify [this code](https://github.com/Arthur151/ROMP/blob/39aa59c0dc559d8f0b379fa8043ae01a83a12a02/simple_romp/romp/utils.py#L181) to `frame_paths =...
Great job! I was wondering if it would be possible to input multiple 3dgs models together for compression. If so: How is calc importance calculated? And vq compression? And finetune?...
Hello, when I try to run the train.py on XHumans_scan_smplx with 3090, it shows that CUDA out of memory. When i reduce the datamodule.dataloader.batch_size, another error is displayed, as follows:...
I saw `import rendering_field from nerfacc.volrend` in project [quadraturefields](https://github.com/ubc-vision/quadraturefields) But I can not find this function in this project. Do the authors know? @liruilong940607
Great work! I encountered an issue and would appreciate your assistance. When using my dataset, I observed that ungated_xyz_indices.shape[0] == 0 during the execution of save_compressed_pkl. However, I am unsure...