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

How to use OpenEXR? #1

Open
sohee-zoe opened this issue Jun 15, 2020 · 1 comment
Open

How to use OpenEXR? #1

sohee-zoe opened this issue Jun 15, 2020 · 1 comment

Comments

@sohee-zoe
Copy link

sohee-zoe commented Jun 15, 2020

I fail to import openEXR for neither pip install nor conda install.

@interactivetech
Copy link

I found this answer to import openexr for mac:

brew install openexr

export CFLAGS="-I/Users/USERNAME/homebrew/include/OpenEXR -std=c++11"
export LDFLAGS="-L/Users/USERNAME/homebrew/lib"
pip install OpenEXR

source: google-research/kubric#19 (comment)

Cubolink pushed a commit to Cubolink/Mitsuba3PointCloudRenderer that referenced this issue Jun 4, 2024
fix: Sampling was not working since refactor of duplicated code
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