kangpeilun / VastGaussian

This is an unofficial Implementation
Apache License 2.0
273 stars 23 forks source link

解决了分割点云的时候占用内存过大 #10

Closed Livioni closed 1 month ago

Livioni commented 1 month ago

Rubble 数据集 参考数据及配置

        {
            "name": "Partitioning",
            "type": "debugpy",
            "request": "launch",
            "program": "partitioning.py",
            "console": "integratedTerminal",
            "args": [
                "-s",
                "datasets/rubble",
                "-m",
                "datasets/local_models",
                "-i",
                "datasets/rubble/images/train",
                "--resolution",
                "4",
                "-w",
                "True",
                "--pos",
                "0.0",
                "0.0",
                "0.0",
                "--rot",
                "0.0",
                "21.0",
                "0.0",
            ]
        }

regions