umautobots / SAD-GS

Other
21 stars 1 forks source link

can't clone diff-gaussian-rasterization submodule #2

Closed InitialMoon closed 2 months ago

InitialMoon commented 3 months ago

I found that you change the code of 3dgs below, deleted the viewmatrix and projmatrix, which is the params delivered to diff-gaussian-rasterization, which is the submodule of 3dgs, have you ever change this submodule's source code, I found you use this url ‘git@gitlab.eecs.umich.edu:umfordav/diff-gaussian-rasterization.git’ as repo source, is this repo be private? Is that you forget to setting this changed submodule source code as public? Could you please open this source. Or can you tell me what have you changed? Thanks image

Tripton commented 3 months ago

Also having the same issue; the Git URL for the diff-gaussian-rasterization submodule seems to be private or possibly locked behind a firewall. This prevents me from using the approach. It would be helpful if the submodule could be shared.

kungfrank commented 3 months ago

@InitialMoon @Tripton Hello, sorry for the late reply. I just pushed an update and the diff-gaussian-rasterization should now link to a correct and public repo. Please let me know if you have any other issues!

Tripton commented 3 months ago

Thanks for your help, but the issue still persists. When I try to clone the repository again, I encounter the following error:

fatal: remote error: upload-pack: not our ref 95e01964a91773679e6d0efae6ff86e42ab124b6
fatal: the remote end hung up unexpectedly
Fetched in submodule path 'submodules/diff-gaussian-rasterization', but it did not contain 95e01964a91773679e6d0efae6ff86e42ab124b6. Direct fetching of that commit failed.

Additionally, the submodules/diff-gaussian-rasterization folder remains empty. Do you have any suggestions on how to resolve this?

kungfrank commented 3 months ago

It should be fixed now.

Tripton commented 3 months ago

Thanks, this worked!