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

Improve equirect_facetype docs; fix pretty insignificant rounding issue. #35

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

BrianPugh
Copy link
Collaborator

No description provided.

@BrianPugh BrianPugh merged commit 499de10 into master Dec 20, 2024
15 checks passed
@ProGamerGov
Copy link
Contributor

ProGamerGov commented Dec 20, 2024

@BrianPugh Can you tell me more about the rounding issue? I came across something similar in my PyTorch version: ProGamerGov/pytorch360convert#5

@ProGamerGov
Copy link
Contributor

Actually never mind, I see the issue here is slightly different to the linspace rounding.

@BrianPugh
Copy link
Collaborator Author

This was just fixing a double/rounding/truncation thing that has minimal impact; i'll look at your PR to see if there could be some good cross-pollination.

@ProGamerGov
Copy link
Contributor

ProGamerGov commented Dec 20, 2024

@BrianPugh Awesome, thanks! Let me know if you notice any other issues present in my code as well. There are a few notable differences like autograd compatibility, device types, and potential JIT usage (lots of extra type hints/asserts that mypy also likes), but I'm trying to follow the original code base to ensure accuracy for researchers.

@ProGamerGov
Copy link
Contributor

@BrianPugh If you're looking for cross pollination ideas, I've added new features to pytorch360convert like the e2e function for modifying rectangular tensors, and the 'stack' cube format: https://github.com/ProGamerGov/pytorch360convert/

@BrianPugh
Copy link
Collaborator Author

ooo that's a good idea! would prevent the reaching in of using functions from utils.

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.

2 participants