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

[#131] Fix skimage SSIM win_size error #133

Merged

Conversation

jaeheungs
Copy link
Contributor

Addressing issue #131

Running the demos on the README leads to an error due to skimage thinking that the color channel for the images used for SSIM are part of the image dimension rather than channels.
Maybe the tests have been run with a different version of skimage?

Running the demo script:
python3 app/nerf/main_nerf.py --config ./app/nerf/configs/nerf_hash.yaml --dataset-path path/to/dataset/ --dataset-num-workers 4
works for me after this edit.

@orperel
Copy link
Collaborator

orperel commented Mar 23, 2023

Hi @jaeheungs , confirmed - I finally hit this bug as well with a different skimage version.
Re-running tests again now

@orperel orperel merged commit 28a9964 into NVIDIAGameWorks:main Mar 23, 2023
orperel pushed a commit to AvivSham/kaolin-wisp that referenced this pull request May 30, 2023
…s#133)

Addressing github issue NVIDIAGameWorks#131 : NVIDIAGameWorks#131

Fixes: the demos on the README leads to an error due to skimage thinking that the color channel for the images used for SSIM are part of the image dimension rather than channels.
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.

None yet

2 participants