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

Use RVT-2 without pytorch3d? #46

Closed
Walter0807 opened this issue Jul 3, 2024 · 2 comments
Closed

Use RVT-2 without pytorch3d? #46

Walter0807 opened this issue Jul 3, 2024 · 2 comments

Comments

@Walter0807
Copy link

The readme says that "You can skip this step if you only want to use RVT-2 as it uses our custom Point-Renderer for rendering. PyTorch3D is required for RVT." However, I found that it is still used (for example here). Is it possible to bypass pytorch3d for RVT-2?

@imankgoyal
Copy link
Collaborator

Hi @Walter0807,

That's a good point. The augmentation function still uses some utils from PyTorch3D, so the current code bypasses only its rendering functionality. If you want to bypass it altogether, the util functions could be replaced by similar ones from Scipy (more info here). I would be happy to merge any updates if you create one.

Best,
Ankit

@Walter0807
Copy link
Author

Thanks for your reply! I managed to install PyTorch3D for backward compatibility.

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

No branches or pull requests

2 participants