JeongminB / E-D3DGS

[ECCV 2024] Official repository for "Per-Gaussian Embedding-Based Deformation for Deformable 3D Gaussian Splatting"
Other
109 stars 9 forks source link

Out of Memory issue #9

Open Drow999 opened 2 weeks ago

Drow999 commented 2 weeks ago

Thank Thank you for the excellent work on this project! I am currently reproducing your work and had a question regarding oom, here is the command I used, I don't change any of your code but modify import mmcv to import mmengine. python train.py -s data/cut_roasted_beef/ --configs arguments/dynerf/cut_roasted_beef.py --model_path output/ --expname dynerf/cut_roasted_beef/ -r 2

image

JiaoChenGuang-JiaoHan commented 3 days ago

I encountered the same issue. Have you resolved it?