-
Notifications
You must be signed in to change notification settings - Fork 1
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
Provide Reference Test Reproducer #11
Comments
This is so to say the offical oidn denoiser: |
(@Vertexwahn , this is still actual, despite #1 was fixed. You should not close issues that fast. Standard-procedure is to let the issue author close the issues, at least within collaborative repos)
this should do it.
Could you provide the cli instructions here?
|
@abebeos Sorry for the fast closing. I considered the issue solved. Feel free to reopen it again. I cannot provide CLI instructions. I did the OIDN build using the CMake GUI and manually Clicking on my Windows machine (and did beforehand manually install ISPC, oneTBB, etc.) - in the past I tried to come up with scripts for each step - e.g. building oneTBB -> https://github.com/Vertexwahn/Percdems/blob/master/Build_tbb-2018_U2_Visual%20Studio%2015%202017%20Win64.ps1
That's exactly why I switch to Bazel and give up CMake -> https://medium.com/@Vertexwahn/bazel-as-an-alternative-to-cmake-fb7c86d95b48 |
It looks like github does not support this (one of its long lasting flaws, see isaacs/github#583 (comment))
I understand this, and if I had a personal project, I would most possibly prefer your As for going on: If you still have the goal to add (secondary) bazel support to repository with (primary) cmake support, then your build needs to be ideally 100% identical (possibly unreachable perfection: 100% identical binaries). Starting point would be a reproducer/comparison for the primary build that's what this issue here is about. (Prerequisites can be installed manually, that's ok). The relevant issue is #13. All GoodIf you're ok with your current (non identical, possibly different behavior under special circumstances) |
(@Vertexwahn , if #13 stays open, then it should be transferred to https://github.com/Vertexwahn/oidn - after enabling issues there) |
Provide a denoising that functions, based on the original oidn cmake build.
This should be as reproducible cli instructions (ideally ubuntu and windows).
The text was updated successfully, but these errors were encountered: