setup.sh vox2seq
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13.7k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
line 238 of the setup.sh file:
cp -r extensions/vox2seq /tmp/extensions/vox2seq
The example provided:
Create a new conda environment named trellis and install the dependencies:
. ./setup.sh --new-env --basic --xformers --flash-attn --diffoctreerast --spconv --mipgaussian --kaolin --nvdiffrast
Doesn't prompt any issues because the --vox2seq option is not being called by default...
extensions/vox2seq is not provided using:
git clone --recurse-submodules https://github.com/microsoft/TRELLIS.git
Did acquire the extensions/vox2seq install needs using:
hf download argojuni0506/TRELLIS-3D --repo-type dataset
Not noticed until you try to install the dependencies one by one, specifying one flag at a time...
Just a foot note...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with setup.sh around line 238 and trace how the --vox2seq option handles extensions/vox2seq. Compare the documented default setup command with a one-flag-at-a-time installation and verify the expected behavior when the repository was cloned with --recurse-submodules; done means the vox2seq dependency path is handled consistently or its prerequisite is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100