Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gitignore and move setup into pyproject.toml #17

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

EricVoll
Copy link

@EricVoll EricVoll commented Jun 25, 2024

The dependencies that are currently installed through the install_dependencies.sh script, can also be installed via the pyproject.toml file. The only dependency I couldn't figure out how to install properly is mmcv, since I couldn't find a way to specify the install index in the pyproject.toml file. Additionally, mmcv seems to miss torch as a build dependency, so we have to explicitly install that before installing mmcv...

I tested this setup and the new install instructions in a fresh conda environment. The demo scripts work fine.

The gitignore is from here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant