chensjtu / GaussianObject

GaussianObject: High-Quality 3D Object Reconstruction from Four Views with Gaussian Splatting (SIGGRAPH Asia 2024, TOG)
887 stars 54 forks source link

submodules #31

Closed jianglh-WHU closed 5 months ago

jianglh-WHU commented 5 months ago

Hi~ Thanks for your excellent work

I wanna install the env, but I cannot find the submodule folder, which includes the necessary diff-gaussian-rasterization package.

Can you help me to solve it?

jianglh-WHU commented 5 months ago

I find it's same with https://github.com/ashawkey/diff-gaussian-rasterization.

xvbai0317 commented 4 months ago

(gaussianobject) @ecs01-20240428-0001:~/project/GaussianObject$ pip install -e submodules/diff-gaussian-rasterization ERROR: submodules/diff-gaussian-rasterization is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file). (gaussianobject) @ecs01-20240428-0001:~/project/GaussianObject$ pip install -e submodules/simple-knn ERROR: submodules/simple-knn is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file). (gaussianobject) @ecs01-20240428-0001:~/project/GaussianObject$ pip install -e submodules/pytorch3d ERROR: submodules/pytorch3d is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file). (gaussianobject) @ecs01-20240428-0001:~/project/GaussianObject$ pip install -e submodules/minLoRA ERROR: submodules/minLoRA is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).

I have encountered this problem you mentioned, can you please tell me how you solved it?

GaussianObject commented 4 months ago

@xvbai0317 The issue is fixed in the latest commit.