Hello,
Thanks for your work.
I have encountered some issues while setting up the environment and generating data.
- When I install Other dependencies.
fatal: Authentication failed for 'https://github.com/RunyiYang/GS-Distilled-Feature-Fields.git/'
error: subprocess-exited-with-error
Could you please provide guidance on how to resolve this authentication issue?
Additionally, can you further clean up the requirements.txt file to include only the necessary dependencies? It seems to contain many redundant dependencies.
- I attempted to directly run
python ./scripts/generate_data.py after failing to install the dependencies from requirements.txt, and it failed because of missing dataset. Should the dataset be downloaded separately, or does the environment need to be set up successfully first?
FileNotFoundError: [Errno 2] No such file or directory: 'depth/'
Hello,
Thanks for your work.
I have encountered some issues while setting up the environment and generating data.
Could you please provide guidance on how to resolve this authentication issue?
Additionally, can you further clean up the
requirements.txtfile to include only the necessary dependencies? It seems to contain many redundant dependencies.python ./scripts/generate_data.pyafter failing to install the dependencies fromrequirements.txt, and it failed because of missing dataset. Should the dataset be downloaded separately, or does the environment need to be set up successfully first?FileNotFoundError: [Errno 2] No such file or directory: 'depth/'